I upgraded from 1.5.2 to 1.7.3 for my site after my hosting provider upgraded to PHP 5.3.
I followed the instructions in the EE user guide on updating. I’m still getting this error at the top of all my template pages
Deprecated: Function ereg() is deprecated in /.../.././.etc../html/index.php on line 120the only code I have on my test template is:
{exp:weblog:entries category="38" limit="1" }
<h3><a href="http://{url_title_path=news/article}">{title}</a> </h3>
<p>{/exp:weblog:entries}The error does not appear in the cpanel
UPDATE:
I’m also getting this error when trying to make a post with the SAEF
Warning: Cannot modify header information - headers already sent by (output started at /////html/index.php:120) in /////html/system/core/core.functions.php on line 334
Please help.
Thanks.