On a fresh install of Drupal 6 with ctools 1.3 and junk 1.0, Junk fails to work. After clicking the "Move to Junk" folder, a blank page is returned. I followed all of the instructions in INSTALL.txt, and did a fresh install of everything to test.
Apache error_log shows the following:
---------
[Tue Mar 09 08:35:42 2010] [error] [client 127.0.0.1] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of node_unpublish_action(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /data/web/content/drupal6/default/modules/junk/junk.module on line 188, referer: http://localhost/node/1/junk
[Tue Mar 09 08:35:42 2010] [error] [client 127.0.0.1] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of node_publish_action(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /data/web/content/drupal6/default/modules/junk/junk.module on line 263, referer: http://localhost/node/1/junk
[Tue Mar 09 08:35:42 2010] [error] [client 127.0.0.1] PHP Fatal error: Cannot use string offset as an array in /usr/share/drupal6/includes/form.inc on line 979, referer: http://localhost/node/1/junk
Comments
Comment #1
AliraSirin commentedThanks for encountering - I've made a new release (6.x-1.1) fixing this issue.
Comment #2
jthurman commentedIt works now. You can close this issue
Comment #3
AliraSirin commentedComment #4
AliraSirin commented