Hi,
Over the configuration below;
Php: php-5.3.0-Win32-VC6-x86 Apache Version: apache_2.2.13-win32-x86-no_ssl Mysql: mysql-essential-5.1.37-win32 Os: Windows Vista
I have same problem. When i upgrade my apache, mysql and php configuration, epesi doesn't work. I got these errors below;
Type: 8192
Message: Function set_magic_quotes_runtime() is deprecated
File: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\epesi\include\database.php
Line=893
error backtrace:
File: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\epesi\include\error.php
line 125
function called: handle_error
[PHP core called function]
function called: handle_epesi_error
File: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\epesi\include\database.php
line 893
function called: set_magic_quotes_runtime
File: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\epesi\index.php
line 26
function called: require_once
[color=#FF0040:3jtr0xsa]When i replaced this line define("REPORT_ALL_ERRORS",1); to define("REPORT_ALL_ERRORS",0); in config.php, i didn't see previous error again but epesi still doesn't work.
This time i got a different error message from epesi;[/color:3jtr0xsa]
Fatal: Call to a member function assign() on a non-object in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\epesi\modules\Base\Theme\Theme_0.php on line 156
This function seems to be deprecated in PHP 5.3.
[color=#0000BF:3jtr0xsa]So, if you install php php-5.2.6 to your php directory, problem will be solved. I did this and i didn't get any error![/color:3jtr0xsa]
I hope we'll find a solution on Php 5.3.
Regards,
K.C