I am a first time user.
I use osCommerce on a shared server. I uploaded all te files to my server with FTP.
The web adres is http://www.futurelinepowercore.com/roy/shop/
Here are located the directories.
/admin/
/catalog/
After reading the manual i went to the website for configuration:
http://www.futurelinepowercore.com/r...ll/install.php
Here a did all the 5 steps and i had no error messages. (permisions en database connection)
At step 5 there are 2 buttons. No matter what i try i still get the message 404 - page not found. When i look on the server the location where the buttons point to is there.
(http://www.futurelinepowercore.com/r...og/default.php)
I had a look in the configuration file but nothing seems to be wrong.
And the admin configuration file to:Code:define('HTTP_SERVER', 'http://www.futurelinepowercore.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.futurelinepowercore.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/roy/shop/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', '/home/sites/site62/web/roy/shop'); define('DIR_FS_CATALOG', '/home/sites/site62/web/roy/shop/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 productive servers define('DB_SERVER_USERNAME', '******'); define('DB_SERVER_PASSWORD', '******'); define('DB_DATABASE', 'futureline'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
Why is it i am not getting on the correct pages. I tryed some settings but i can seem to get i right.Code:define('HTTP_SERVER', 'http://www.futurelinepowercore.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.futurelinepowercore.com'); define('HTTPS_CATALOG_SERVER', 'https://www.futurelinepowercore.com'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/sites/site62/web/roy/shop'); // where the pages are located on the server define('DIR_WS_ADMIN', '/roy/shop/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/sites/site62/web/roy/shop/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/roy/shop/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/sites/site62/web/roy/shop/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '******'); define('DB_SERVER_PASSWORD', '******'); define('DB_DATABASE', 'futureline'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
Please help me. I looked on the forum but notthing seems to cover the problem i have.
TIA




LinkBack URL
About LinkBacks










Bookmarks