Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Account.php


ParkerMcCabe

Recommended Posts

Posted

When i try and click "My Account" to create a user, i get the following error page

 

 

Not Found

 

The requested URL /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.

please help

Also when i click the check out button I get this

 

Not Found

 

The requested URL /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.

why aren't these files installed on the server from the installation?

Posted

Can be caused by incorrect config files settings.

 

Can't say if this is your problem or not as I don't have your URL.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Notice that the error messages say that /Account.php and /checkout_shipping.php are not found, which is correct. "/" is clearly the wrong path for them. For some reason you're missing the full path that gets glued on to the front of these names: /home/myaccount/public_html/shop, for example. Check your configure.php files very carefully -- they may have become corrupted.

Archived

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

×
×
  • Create New...