rincefire
10-10-2007, 07:34 AM
Hi
I`ve encountered a strange behaviour in vbdrupal (not sure whether it`s a bug)
Imagefield module stores uploaded files data in the $_SESSION variable, until the node is submitted. Before submission, when users preview their work with preview button, uploaded images are lost.
I run several drupal sites with the similar layout, and they don`s have such issue? only the vbdrupal one. Also, i printed the session variable after preview, and on drupal sites it is a populated array with data, but in vbdrupal the array is empty. Session id`s are ok, they are the same right after adding a variable to the session and during preview step.
I think session gets wiped somehow. I`ve had no expierence with vbulletin, so i don`t know much about its session handling, and i`m sure vbdrupal uses vbulletin sessions.
Tried lots of things - explicitly start the sessions in the case autostart doesn`t work, loaded session by id, regardless of the fact id`s are the same - the problem persists, i still get an empty $_SESSION array on preview page.
Any help will be greatly appreciated.
I`ve encountered a strange behaviour in vbdrupal (not sure whether it`s a bug)
Imagefield module stores uploaded files data in the $_SESSION variable, until the node is submitted. Before submission, when users preview their work with preview button, uploaded images are lost.
I run several drupal sites with the similar layout, and they don`s have such issue? only the vbdrupal one. Also, i printed the session variable after preview, and on drupal sites it is a populated array with data, but in vbdrupal the array is empty. Session id`s are ok, they are the same right after adding a variable to the session and during preview step.
I think session gets wiped somehow. I`ve had no expierence with vbulletin, so i don`t know much about its session handling, and i`m sure vbdrupal uses vbulletin sessions.
Tried lots of things - explicitly start the sessions in the case autostart doesn`t work, loaded session by id, regardless of the fact id`s are the same - the problem persists, i still get an empty $_SESSION array on preview page.
Any help will be greatly appreciated.