i've upgraded php now i have some errors

windows

Guest
I upgraded my php version to PHP version 4.3.1 and now this line gives problems:
$altercolor = ($altercolor == "#E9E5DA" ? "#F4F3EE" : "#E9E5DA");


this is the error / notice i get:
Notice: Undefined variable: altercolor in C:\jongeren-wvl.be\layout\links.inc.php on line 92


Any idea? It worked ok before the upgrade.
:confused:you have to edit the error reporting in the php.ini file to only show errors or warnings or whatever you want it to show. its somewhat near the beginning; you won't miss it :)
 
Back
Top