Notice: Undefined index: isimg in /Library/WebServer/Documents/myproject/products/prodList.php on line 459
Fix was changed following var in php.ini
From
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
To
error_reporting=E_ALL & ~E_NOTICE
Don't forget to restart apache for the change to take effect.
On my Mac17 files in
vi /Applications/XAMPP/etc/php.ini
No comments:
Post a Comment