Discussion
I need help(back to index)Would you please check this error message pls? Notice: Array to string conversion in /home/paginas/jazzero.com.ar/fotos/index.php on line 493
My index.php is the standard packed file. Thanks !!
posted by
Claudio on 30 Jun 05 at 9:01 PM
Claudio, that's a strange one. I can't really see how any of the variables can be miscast in that line. What version of PHP are you running?
Since everything else seems to be working, an easy way to fix it would be to just replace line 26 of your index.php file with:
error_reporting(E_ALL ^ E_NOTICE);
posted by
donald on 1 Jul 05 at 3:33 AM
Hi Donald !!
PHP Version 4.3.10-12
I changed the index.php as ypu sugested but didn't work.... @#@$%
I love folderblog but... thanks again !!
posted by
Claudio on 1 Jul 05 at 8:29 AM
Donald !! I made a mistake. I've change de index.php file again and WORKS !!! Thank you so much !!
Hugs!
posted by
Claudio on 1 Jul 05 at 8:48 AM
Post a Reply:
(back to index)