View previous topic :: View next topic |
Author |
Message |
mtbiking -
Joined: 18 Mar 2004 Posts: 66
|
Posted: Thu Apr 15, 2004 2:33 am Post subject: zen-cart HELP |
|
|
what is the problem and hw can i fix it
on the index page this comes up
Code: |
Warning: mkdir(/tmp/3b): No such file or directory in C:\PROGRAM FILES\ABYSS WEB SERVER2\htdocs\zen-cart-v1.1.3\includes\classes\adodb\adodb.inc.php on line 1510
Warning: fopen(/tmp/3b/adodb_3b2de11024d85ac560502df4de4b3d6f.cache39147500_1081992594407de59260123): failed to open stream: No such file or directory in C:\PROGRAM FILES\ABYSS WEB SERVER2\htdocs\zen-cart-v1.1.3\includes\classes\adodb\adodb.inc.php on line 3545
Fatal error: mysql error: [-32000: Cache write error] in CacheExecute(/tmp/3b/adodb_3b2de11024d85ac560502df4de4b3d6f.cache, select configuration_key as cfgkey, configuration_value as cfgvalue from configuration) in C:\PROGRAM FILES\ABYSS WEB SERVER2\htdocs\zen-cart-v1.1.3\includes\classes\adodb\adodb-errorhandler.inc.php on line 142 |
|
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Apr 16, 2004 2:54 pm Post subject: Re: zen-cart HELP |
|
|
mtbiking wrote: | Code: |
mkdir(/tmp/3b): No such file or directory in C:\PROGRAM FILES\ABYSS WEB SERVER2\htdocs\zen-cart-v1.1.3\includes\classes\adodb\adodb.inc.php on line 1510 |
|
It seems that you have missed some steps when configuring the script as it tries to make a directory in /tmp/. This directory is available on UNIX systems and should be replaced with c:/temp for example on Windows. So please review ZenCart installation instructions carefully. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|