Call-time pass-by-reference has been deprecated
yingwee - March 29, 2008 - 10:02
| Project: | Conference Organizing |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
A fresh installation of drupal-5.7 and COD appears to install and displays the page "Conference Organizing installation complete" with no mention of errors.
However there are numerous warnings in the apache log file:
[Sat Mar 29 20:14:09 2008] [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 [runtime function name](). 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 /srv/www/htdocs/drupal-5.7/profiles/cod/modules/conference_organizing/conference_organizing.module on line 2005, referer: http://localhost/drupal-5.7/install.php?profile=cod
[Sat Mar 29 20:14:09 2008] [error] [client 127.0.0.1] File does not exist: /srv/www/htdocs/drupal-5.7/node, referer: http://localhost/drupal-5.7/install.php?profile=codWhen viewing the new site, it redirects to
http://localhost/drupal-5.7/node/add/webform
with a Error 404 -- see also the error in the last line of the apache log file.
The error also occurs if the packages are installed (completely fresh by deleting database and all drupal files) using an IP address 127.0.0.1

#1
This "bug report" has been posted as issue for "conference" module, however:
1/ it belongs to the "conference_organizing" module
2/ the "numerous" errors are 1 PHP *Warning* and 1 "missing file" error from your webserver