Postponed
Project:
Document Import API
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jul 2008 at 23:56 UTC
Updated:
9 Jul 2008 at 20:58 UTC
I went to node/add/doc and tried to upload a doc file, with "Automatically detect" parser selected.
When I Submit, I get:
A valid parser was not found, please manually select from the list of available parsers.
Then, the browse button goes away, so the next time I submit the form I get "Please specify a file to upload."
Comments
Comment #1
bradfordcp commentedCurrently the only file type supported is a JPEG processor. I am getting the workflow down before bringing the other parsers online. Also the file is stored internally after you submit the first time. I will look into why it was not recognizing it was uploaded.
Comment #2
bradfordcp commentedComment #3
agentrickardFYI. See http://groups.drupal.org/files/DocImport_Process2.png for the background on this.
The idea is that we really want to nail the workflow, then worry about the parsers -- or open that up to the community. So workflow testing is done against JPG, since it doesn't need any HTML conversion.
Comment #4
agentrickardThere is another issue -- which looks like a core bug.
We enable the parsers on module activation, using hook_enable(), but the dependent module (docapi_image) is called before the master module (docapi) seems to be installed.
Very odd.