osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

404 - page not found. Database correct. Permission correct.

This is a discussion on 404 - page not found. Database correct. Permission correct. within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I am a first time user. I use osCommerce on a shared server. I uploaded all te files to my ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-03-2003, 02:48 AM
Lurker
 
Join Date: Mar 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Futureline
Default 404 - page not found. Database correct. Permission correct.

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.
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'
And the admin configuration file to:
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'
Why is it i am not getting on the correct pages. I tryed some settings but i can seem to get i right.

Please help me. I looked on the forum but notthing seems to cover the problem i have.
TIA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 03-03-2003, 05:08 AM
New Member
 
Join Date: Feb 2003
Location: USA
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
abarnes
Default

I would say double check your https setup. if you are using a shared server you might be pointing it to the wrong location.

hth, Tony
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 03-03-2003, 08:48 AM
Lurker
 
Join Date: Mar 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Futureline
Default

As you can see in de config file i am not using any https...
Code:
 define('ENABLE_SSL', false);
Or do you NEED a SSL server for this script.....?
The instalation gave my url with a HTTPS but since i am not using it i guest that i could leave the line in the config file ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 03-04-2003, 04:45 AM
Member
 
Join Date: Nov 2002
Location: Pennsylvania
Posts: 93
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
|3ackdraft
Default

what version of osC are you using?

also check your file permissions, and your server logs to see if there are any errors listed.
__________________
There\'s something about fireman, day and night they are always fireman!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 03-04-2003, 02:08 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,438
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

404 error usually means that your path is set wrong. Make sure it is correct.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Is this the correct setting? CatieKoch osCMax v2 Installation issues 0 06-23-2006 07:59 PM
EasyPopulate 2.72 attributes not correct? Kristine osCMax v1.7 General Mods Discussion 1 05-10-2004 12:27 PM
Is this the correct file name? form_check.js.php MintMoney osCMax v1.7 Discussion 0 11-04-2003 04:52 PM
Tax not correct in Admin -> Orders Buzz osCommerce 2.2 Installation Help 0 02-10-2003 08:16 AM
setting correct path? rabbit116 osCommerce 2.2 Installation Help 1 01-17-2003 09:39 PM


All times are GMT -8. The time now is 05:32 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax