Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help!


sk716

Recommended Posts

"The requested URL /shop/catalog/create_account.php was not found on this server."

 

But it is there. I have re-uploaded the file and changed the permissions but it keeps giving me the same message.

 

Help! Where is the problem?

 

I am brand new to osCommerce and I am learning as I go. Forgive me if this is covered somewhere else but a seach of these forums didn't turn anything up.

Link to comment
Share on other sites

"The requested URL /shop/catalog/create_account.php was not found on this server."

 

But it is there.  I have re-uploaded the file and changed the permissions but it keeps giving me the same message.

 

Help! Where is the problem?

 

I am brand new to osCommerce and I am learning as I go.  Forgive me if this is covered somewhere else but a seach of these forums didn't turn anything up.

Check if you get similar errors on other files too. If there are other similar errors and CHMOD permissions on those files are readable. Then try checking BOTH configure.php files.

Link to comment
Share on other sites

Check if you get similar errors on other files too.  If there are other similar errors and CHMOD permissions on those files are readable.  Then try checking BOTH configure.php files.

 

I'm getting it with login.php as well.

 

I'm not sure what I should be cheking for. This is configure.php from /catalog/ includes/

 

<?php

/*

  osCommerce, Open Source E-Commerce Solutions

  http://www.oscommerce.com

 

  Copyright © 2003 osCommerce

 

  Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

  define('HTTP_SERVER', 'http://www.supercomicguys.com'); // eg, http://localhost - should not be empty for productive servers

  define('HTTPS_SERVER', 'https://www.supercomicguys.com'); // eg, https://localhost - should not be empty for productive servers

  define('ENABLE_SSL', true); // secure webserver for checkout procedure?

  define('HTTP_COOKIE_DOMAIN', 'www.supercomicguys.com');

  define('HTTPS_COOKIE_DOMAIN', 'www.supercomicguys.com');

  define('HTTP_COOKIE_PATH', '/shop/catalog/');

  define('HTTPS_COOKIE_PATH', '/shop/catalog/');

  define('DIR_WS_HTTP_CATALOG', '/shop/catalog/');

  define('DIR_WS_HTTPS_CATALOG', '/shop/catalog/');

  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', 'pub/');

  define('DIR_FS_CATALOG', '/home2/comicguy/public_html/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', 'comicguy_shop');

  define('USE_PCONNECT', 'false'); // use persistent connections?

  define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

?>

 

 

 

And this is /admin/includes/

 

<?php

/*

  osCommerce, Open Source E-Commerce Solutions

  http://www.oscommerce.com

 

  Copyright © 2003 osCommerce

 

  Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

  define('HTTP_SERVER', 'http://www.supercomicguys.com'); // eg, http://localhost - should not be empty for productive servers

  define('HTTP_CATALOG_SERVER', 'http://www.supercomicguys.com');

  define('HTTPS_CATALOG_SERVER', 'https://www.supercomicguys.com');

  define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

  define('DIR_FS_DOCUMENT_ROOT', '/home2/comicguy/public_html/shop/catalog/'); // where the pages are located on the server

  define('DIR_WS_ADMIN', '/shop/catalog/admin/'); // absolute path required

  define('DIR_FS_ADMIN', '/home2/comicguy/public_html/shop/catalog/admin/'); // absolute pate required

  define('DIR_WS_CATALOG', '/shop/catalog/'); // absolute path required

  define('DIR_FS_CATALOG', '/home2/comicguy/public_html/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', 'comicguy_shop');

  define('USE_PCONNECT', 'false'); // use persisstent connections?

  define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

?>

 

 

All help is greatly appreciated.

Link to comment
Share on other sites

Not Found

The requested URL /shop/catalog/create_account.php was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

-----------------------------------

Not Found

The requested URL /shop/catalog/login.php was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

------------------------------

Not Found

The requested URL /shop/catalog/checkout_shipping.php was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

These are the error message I am getting. These are the only files I've found so far.

 

Do I need to delete and reinstall the whole thing? I've already entered product and I really don't want to have to key all that in again.

Link to comment
Share on other sites

These are the error message I am getting.  These are the only files I've found so far.

 

Do I need to delete and reinstall the whole thing?  I've already entered product and I really don't want to have to key all that in again.

 

 

your ssl settings are wrong or you simply do not have ssl but enabled it anyway.

Treasurer MFC

Link to comment
Share on other sites

Okay, the problem was the SSL and I changed the path in both of the configure.php files.

 

Now I keep getting this error.

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/comicguy/public_html/shop/admin/includes/configure.php:49) in /home2/comicguy/public_html/shop/admin/includes/functions/sessions.php on line 67

 

Warning: Cannot modify header information - headers already sent by (output started at /home2/comicguy/public_html/shop/admin/includes/configure.php:49) in /home2/comicguy/public_html/shop/admin/includes/functions/general.php on line 18

 

Where else do I need to change the secure server path? And how do I make this error stop. I thought it was the cookies and temp files in my hard drive so I deleted all of my cookies and temp folders and rebooted and deleted again. And I still got this error.

 

Help, please!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...