Make sure that the top of your index.php file has:
ini_set('error_reporting', E_ALL & ~E_NOTICE);
It might be set to just "E_ALL", which will display such notices and break header redirects.
Thanks, it works. Regards, Zoran
Make sure that the top of your index.php file has:
ini_set('error_reporting', E_ALL & ~E_NOTICE);
It might be set to just "E_ALL", which will display such notices and break header redirects.
Thanks, it works. Regards, Zoran