This is a discussion on *ERGENT*->Succeed in install, but errors appear next..... within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hello, I am attempting to setup version 2.2MS1 on FreeBSD 4.8-STABLE Server with Apache 1.3.27, MySQL 3.23.56 and PHP 4.3.1. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, I am attempting to setup version 2.2MS1 on FreeBSD 4.8-STABLE Server with Apache 1.3.27, MySQL 3.23.56 and PHP 4.3.1. I have followed the detaild instructions from the oscdox.com site. I successfully get through the installation script of Step 1&2 and displays "The configuration was successful!" message, and then I click on the 'Catalog' or 'Administration Tool' buttons to test the installation. But, errors appear ! the NEW BLANK BROWSER WINDOW will come out no matter what I click on 'Catalog' or 'Administration Tool' buttons. Your enlightenments will be greatly appreciated. It has messed up me for a week. I'm almost crazy for this perfect software installation because I have installed and deinstalled and fixed parameters of configure.php for many times, but I was beaten finally. Here is my configure.php contents, define('HTTP_SERVER', 'http://my.webhost.name'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://my.webhost.name'); // eg, https://localhost - shou ld not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOCUMENT_ROOT', '/usr/local/www/catalog'); define('DIR_FS_CATALOG', '/usr/local/www/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for p roductive servers define('DB_SERVER_USERNAME', 'root'); define('DB_SERVER_PASSWORD', 'xxxxxxx'); define('DB_DATABASE', 'E_Commerce'); define('USE_PCONNECT', 'true'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or se t to 'mysql' BTW, having set register_globals = On in php.ini. Thanx in advance. Regards, Jack |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Any assistance ? Jack |
|
#3
| ||||
| ||||
| Jack, This could be many different things. The first thing I would double check is that your paths are correct, and file permissions are correct. You state that errors appear. What is the error message that you get? Then I would check if php safe mode is on or off in php.ini.
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| install without errors but on first launch 'cant connect to' | xenlab | osCMax v2 Installation issues | 3 | 10-18-2006 11:39 AM |
| Several post install bugs and errors | chrismole | osCMax v2 Installation issues | 2 | 12-15-2005 10:13 AM |
| Errors on Customers Screen in Admin after Install | Keilup | osCMax v1.7 Installation | 1 | 10-27-2004 09:31 AM |
| Getting parse errors with BTS 1.2a update on clean install | Anonymous | osCMax v1.7 Discussion | 1 | 06-26-2004 10:02 AM |
| install ok, then connect errors | birdguy | osCommerce 2.2 Installation Help | 2 | 01-12-2003 07:21 AM |