ParkerMcCabe Posted September 19, 2011 Posted September 19, 2011 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?
ParkerMcCabe Posted September 19, 2011 Author Posted September 19, 2011 After looking at my FTP info, i have found that the files are infact there but are not being found when the link is clicked
germ Posted September 19, 2011 Posted September 19, 2011 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 >
MrPhil Posted September 20, 2011 Posted September 20, 2011 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.