When I upload an image in Document import API I get this error:
beckyjohnson - October 15, 2008 - 16:07
| Project: | Document Import API |
| Version: | 6.x-2.0-alpha2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
user warning: Table 'drupal_gatica.docapi_library' doesn't exist query: INSERT INTO docapi_library (plugin_id, uid, filemime, filename, filepath, filesize, created, changed) VALUES (1, 1, 'image/jpeg', '9rules.jpg', '/mnt/local/home/wimaxforum/beta-wimaxforum.org/sites/default/files/docapi_library/9rules.jpg', 36639, 1224086527, 1224086527) in /mnt/local/home/wimaxforum/beta-wimaxforum.org/modules/docapi/docapi.module on line 331.
How can i fix this? Does anyone know why this popped up?
Thanks,
Becky

#1
It appears that eh table was not created during module installation, I would login to your SQL server and verify it's existence. Should it not be there I would reinstall the module.
#2
I did that. It wasn't there and I reinstalled the module three or four times.... its' really weird behavior.
#3
The Alpha2 version seems to be generally pretty dodgy - I've had more luck with the .dev version (but make sure you uninstall the alpha2 version first).
That being said, I still can't load any files - even .jpg, which are supposed to be the only ones for which a parser is available.
#4
yeah in the alpha release I could get a jpg to upload but it still threw errors at me. Is this module still being developed?