Tuesday, February 2, 2010

mamadzus - Fix error PHP Notice: Undefined

this was the errors:
Notice: Undefined variable: leftLinks in /var/www/home/shop/script/header.php on line 124
Notice: Undefined variable: q in /var/www/home/shop/script/header.php on line 138
Notice: Undefined variable: welcome in /var/www/home/shop/script/header.php on line 148

open php.ini, and change:
error_reporting = E_ALL

to

error_reporting = E_ALL & ~E_NOTICE

restart apache. DONE
thanks
regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448

mamadzus - HOWTO PHP allow open tag

open php.ini
short_open_tag = on
reset apache server. that's all.
thanks

regard,
Mamadzus
ma2d_te@yahoo.com
+62 817 540 4448