Going through installation. Have created zencart mysql schema.
First screen has everything ticked green.
Webserver = Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.3.0
HTTP Host = localhost
Path_Translated = D:/www/htdocs/zencart/zc_install/index.php(SCRIPT_FILENAME)
Real Path = D:\www\htdocs\zencart
PHP O/S = WINNT
PHP API Mode = apache2handler
PHP Max Execution Time per page = 30
Second screen which asks for MySQL details displays OK but I get a deprecated function notice from PHP.
Deprecated: Function set_magic_quotes_runtime() is deprecated in D:\www\htdocs\zencart\zc_install\includes\application_top.php on line 22
So I manually set:
$php_magic_quotes_runtime = 'OFF';
$php_magic_quotes_sybase = 'OFF';
and commented out the lines 21 thru 27.
using either 127.0.0.1 or localhost or not commenting above lines gives the following apache exception as soon as I hit the "save database settings" button.
No visible errors in apache error log files or mysql log files. I just get a windows alert box on httpd.exe which says:
The instruction at "0x021e2072" referenced memory at "0x00000000". The memory could not be "read"
Click OK to terminate the program.
I think it is making calls to MySQL because if I don't put password in, then I get can't connect to database message on screen as you would expect. So whether error is in MySQL or Apache I'm not sure.
So is zencart PHP 5.3 ready ?
is it MySQL server 5.1.36 ready ?
is it MySQL client 5.1.11 ready ?
and if it is then HELP !!!





