I'm not sure if it is a upload path or workflow bug but since the php error indicates upload path error, I'm posting here.
This is the situation:
- Site recently moved from Drupal 5 to Drupal 6.
- Same modules installed in Drupal 5 and they worked perfectly.
- Now, after upgrading to Drupal 6, when I try to change node's workflow status from workflow tab I get this error:
Cannot use object of type stdClass as array in /home/xxx/www/sites/all/modules/uploadpath/uploadpath.module on line 36
...the strange thing is I can change node's workflow status by editing the node and saving it.
Kind regards and thanks in advance.
Comments
Comment #1
davidwhthomas commentedtry this patch http://drupal.org/node/346977 for now
DT
Comment #2
NoRandom commentedIt also works for me, thanks a lot.