Hi, I'm setting up a site with dolphin 6.1.6, when visite the site , I met two problem.
Firstly, PHP error message always are displayed, something like,
"( ! ) Deprecated: Function set_magic_quotes_runtime() is deprecated in...”,
"( ! ) Deprecated: Assigning the return value of new by reference is deprecated in” etc.
I've set the following in PHP.ini to supress these messages, but strange enough it dosen't work.
display_errors = Off
error_reporting = E_ERROR
display_startup_errors = Off
log_errors = Off
ignore_repeated_errors = On
ignore_repeated_source = On
track_errors = Off
Software installed include,
apache_2.2.11-win32-x86-no_ssl,
php-5.3.0-Win32-VC6-x86,
mysql-5.1.30-win32
Secondly, when wisit pages that seem to need database access, like Members, Blogs, Groups, an error prompt will pop up:
httpd.exe program failed, "0x0000000" memory can't be read
But static page won't show that, like Links page.
Is anyone run across these issues ?