Help with PHP Error

Help with PHP Error

Posted by: xiondesigns
Posted on: 2008-11-06 04:42:00

The site is this one:

www.videosfutboleros.com.ar

The error appears above the header but you dont see it as it has black letter as the background..

Bye ;)

Re: Help with PHP Error

Posted by: xiondesigns
Posted on: 2008-11-06 04:42:00

The error:


Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of xml_parse_into_struct(). 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 in /home/.snapple/videosfutboleros/videosfutboleros.com.ar/lib/xml2array.php on line 5

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of xml_parse_into_struct(). 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 in /home/.snapple/videosfutboleros/videosfutboleros.com.ar/lib/xml2array.php on line 5

Re: Help with PHP Error

Posted by: scjessey
Posted on: 2008-11-09 09:26:00

This issue is related to changes in the way PHP handles objects. Your code has been written for PHP4, and you are running PHP5.

-- si-blog --

Re: Help with PHP Error

Posted by: xiondesigns
Posted on: 2008-11-10 02:55:00


If i give you the code, could you help me?...

(ofourse then you can use it for your own)

Re: Help with PHP Error

Posted by: scjessey
Posted on: 2008-11-11 13:51:00

I am not really familiar enough with object programming to be of any use.

-- si-blog --