From: Franky V. L. <lie...@te...> - 2013-03-07 22:48:37
|
On Thu, 7 Mar 2013 15:56:31 +0000 boardtc <bo...@gm...> wrote: > Ok. That worked, thanks a lot franky. There was the additional upgrade > database when I accessed the admin. My survey is now up and I can see > my results to date: > > However before the survey the page shows: > > - Deprecated: Function ereg() is deprecated in > myinstall/admin/include/lib/espauth.inc on line 13 > - Deprecated: Function ereg() is deprecated in > myinstall/admin/include/lib/espauth.inc on line 16 > - Deprecated: Assigning the return value of new by reference is > deprecated in > myinstall/admin/include/lib/adodb/adodb-xmlschema03.inc.php on line > 404 > - Deprecated: Assigning the return value of new by reference is > deprecated in > myinstall/admin/include/lib/adodb/adodb-xmlschema03.inc.php on line > 416 > - Deprecated: Function ereg_replace() is deprecated in > myinstall/public/survey.php on line 18 > - Deprecated: Function ereg_replace() is deprecated in > myinstall/admin/include/lib/espsql.inc on line 15 > > What do I have to do to get rid of these messages? > > thanks, tom. Tweak your php.ini to not show php warnings (not errors) to the screan (security-wise it is better as well) Franky |