Some users have reported problems with b2's new XMLRPC code. It looks like 6 big warnings on the top of every page, that say "Warning: Call-time pass-by-reference has been deprecated - argument passed by value;...".
The solution is to edit php.ini and set 'allow_call_time_pass_reference' to 'true'.
There's another way, for people who cannot edit php.ini, using Apache's .htaccess files.
Create/edit a .htaccess file in your b2 directory and put these lines:
<IfModule mod_php4.c>
php_value allow_call_time_pass_reference 1
</IfModule>
Tested the .htaccess method and it seems like it works. Please tell me how it goes when you use this fix. If it still gives warning, I'll make non-XMLRPC distributions of b2 available.
michel v @ 12:21:52 556
9 comments,
11 trackbacks,
no pingback