Tested on
OS: Windows Server 2008 and Linux CentOS
Web Server: IIS7 and Apache
PHP : 5.3 RC1 x86
MySQL: 5.0
Drupal: Drupal-6.10 and Drupal-6-dev (09-04-05 snapshot)
Unable to edit user account because Drupal does not show any user properties.
Steps:
1. login as admin/user.
2. Go to My Account -> edit or go to Administer -> Users -> click on "edit" for a specific user.
Error received:
* warning: Parameter 3 to block_user() expected to be a reference, value given in C:\inetpub\wwwroot\drupal-dev\includes\module.inc on line 450.
* warning: Parameter 2 to blog_user() expected to be a reference, value given in C:\inetpub\wwwroot\drupal-dev\includes\module.inc on line 450.
* warning: Parameter 3 to comment_user() expected to be a reference, value given in C:\inetpub\wwwroot\drupal-dev\includes\module.inc on line 450.
* warning: Parameter 2 to dblog_user() expected to be a reference, value given in C:\inetpub\wwwroot\drupal-dev\includes\module.inc on line 450.
* warning: Parameter 2 to node_user() expected to be a reference, value given in C:\inetpub\wwwroot\drupal-dev\includes\module.inc on line 450.
* warning: Parameter 2 to statistics_user() expected to be a reference, value given in C:\inetpub\wwwroot\drupal-dev\includes\module.inc on line 450.
* warning: Parameter 3 to system_user() expected to be a reference, value given in C:\inetpub\wwwroot\drupal-dev\includes\module.inc on line 450.
Comments
Comment #1
jordigil commentedTested on
OS: Windows XP Professional SP3
Web Server: Apache 2.2.11
PHP : 5.3.0 x86
MySQL: 5.1.36-community
Drupal: Drupal-6.13
Same warnings here, but when installing site on install.php:
Comment #2
heine commentedDuplicate of #360605: PHP 5.3 Compatibility.