I get following errors from Profile Setup modules when trying to add "profile setup" pages to pageroute routes:
Warning: Call-time pass-by-reference has been deprecated in /home/merilai2/public_html/drupal6/sites/dev.ee.tut.fi.~merilai2.drupal6.opintopiiri/modules/profile_setup/profile_setup.page_profile_picture.inc on line 60
Warning: Call-time pass-by-reference has been deprecated in /home/merilai2/public_html/drupal6/sites/dev.ee.tut.fi.~merilai2.drupal6.opintopiiri/modules/profile_setup/profile_setup.page_account_category.inc on line 61
Warning: Call-time pass-by-reference has been deprecated in /home/merilai2/public_html/drupal6/sites/dev.ee.tut.fi.~merilai2.drupal6.opintopiiri/modules/profile_setup/profile_setup.page_account_category.inc on line 63
Warning: Call-time pass-by-reference has been deprecated in /home/merilai2/public_html/drupal6/sites/dev.ee.tut.fi.~merilai2.drupal6.opintopiiri/modules/profile_setup/profile_setup.page_account_category.inc on line 63
I can add pages to routes if Profile Setup is not enabled.
Comments
Comment #1
thomjjames commenteddoes this fix it: http://drupal.org/node/335646
Tom
Comment #2
merilainen commentedI haven't tried to modify the ini-file.
The other solution I don't understand and there is no patch. Or does he mean that he made those changes to dev-version?
Comment #3
thomjjames commentedHi,
"allow_call_time_pass_reference" is server setting which if set to "on" should fix this error.
On your server you should have a file called php.ini which contains your php settings, in the file you'd need to change:
to
If in doubt ask your hosting company
Hope that helps
Tom
Comment #4
thomjjames commented