Closed (won't fix)
Project:
ImageField
Version:
5.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2008 at 11:16 UTC
Updated:
18 Mar 2009 at 19:27 UTC
I am getting error when uploading file and using page-route module and node profile module.
image attached
cck latest
imagefield 2.1
drupal 5.7
Comments
Comment #1
farzan commentedI encounter errors as well:
I receive this DB error as well, I cannot tell exactly when i receive it:
If you note, in the query name of the content table is missing: "FROM content_ WHERE...".
If i try to add images out of pageroute, everything is fine.
Comment #2
farzan commentedI checked the code and inspected function imagefield_js() in imagefield.module. here i copy the dump of $_POST in two sessions; first when everything is fine:
and this one is the dump when error raises:
Note these two dumps belong to two different content types, but one thing is obvious: when you use the imagefield in a pageroute, the image info array is inside another array, like this one: "profile_personal_node_form".
Since I am not familiar with this module, I cannot contribute a patch for it; however I think I can solve my own problem :)
Comment #3
quicksketchI'm closing this issue since it is over a half-year old without updates. This problem wouldn't be handled in ImageField anyway, please take it up with the author of Page-route or Nodeprofile.