30.01.02

fsockopen() woes  -  @ 12:21:52 765
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.
comments ?

 

:: comments

 

No Comment on this post so far.

:: leave a comment

 

name

email

url

your comment

Auto-BR (line-breaks become <br> tags)

 

:: return to the blog

[powered by b2.]

4 sp@mbots e-mail me