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



LinkBack URL
About LinkBacks










Bookmarks