sweetjaime Posted March 18, 2006 Posted March 18, 2006 I havent touched anything with my oscommerce store andall of a sudden a bunch of the links dont work!!! When i clik on Conditions i get 404 error. When i click on My account or Checkout i get ' this page could not be found" PLease help i am supposed to go live wiht my site this weekedn!!!! http://www.bella-bijou.com
AlanR Posted March 18, 2006 Posted March 18, 2006 Turn off ssl in the configure.php file. define('ENABLE_SSL_CATALOG', 'false'); Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
sweetjaime Posted March 18, 2006 Author Posted March 18, 2006 Thank you thank you that fixed the account and checkout problems... but what about the conditions of use ?im stll gettin a 404 error!
AlanR Posted March 18, 2006 Posted March 18, 2006 Looks like you screwed up the link in the box somehow http://www.bella-bijou.com/tep_href_linkconditions.php All the other links in the Information box are OK. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
sweetjaime Posted March 18, 2006 Author Posted March 18, 2006 Looks like you screwed up the link in the box somehow http://www.bella-bijou.com/tep_href_linkconditions.php All the other links in the Information box are OK. I kinda figured i screwed up the link, i noticed the same thing... bow how do i fix it though!?! I didnt even do anyhting in teh conditions box!
AlanR Posted March 18, 2006 Posted March 18, 2006 Yah, ya did... Shipping & Returns Privacy Notice Conditions of Use Home Parties Contact Us You added a new page so you were mucking around in the information box. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
sweetjaime Posted March 18, 2006 Author Posted March 18, 2006 Yah, ya did... Shipping & Returns Privacy Notice Conditions of Use Home Parties Contact Us You added a new page so you were mucking around in the information box. Thanks im aware i added another page. After i added the page, my "condtions" worked fine. And if you type in www.bella-bijou.com/conditions.php it shows up... so can anyone tell me why it directs to a different link when clicked on but when typed in its fine ?!!?
sweetjaime Posted March 18, 2006 Author Posted March 18, 2006 OK ive managed to fix it up with the help of a friend. thanks to those who tried to help!
AlanR Posted March 18, 2006 Posted March 18, 2006 It's the same link. The tep_href_link is a function which determines how the page is called, depending on whether you're calling it from an ssl page or not. It also supports the session id. Check your work near your new link. You've messed up the code or syntax for that particular call/link. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
WebRat Posted March 23, 2006 Posted March 23, 2006 Alan thanks for the reply to Jaime, I had the same problem and you helped me out just now also. Totaly new to OSC and HTML so bare with me on this. Questions, I just did it without the apostrophes like this, define('ENABLE_SSL', false); Is that alright? Why is/was it set to "true" in the first place?
custodian Posted March 23, 2006 Posted March 23, 2006 Alan thanks for the reply to Jaime, I had the same problem and you helped me out just now also. Totaly new to OSC and HTML so bare with me on this. Questions, I just did it without the apostrophes like this, define('ENABLE_SSL', false); Is that alright? Why is/was it set to "true" in the first place? It should be That's fine The true value most likley got set during Installation My Contributions Henry Smith
easy2 Posted March 23, 2006 Posted March 23, 2006 I have a similar problem, getting a 404 after checkout success. I think my problem lies in configure.php but I can't see it :-" The link directs to https secure server then uses the http catalog path. When I alter the http catalog path it works but of cause then no http links work. Just to note as this may be the cause, a few weeks ago I moved all oscommerce files to a different directory on my server just to see if I could. All was well untill this hic up.
custodian Posted March 23, 2006 Posted March 23, 2006 And you changed all the values on both congfigure.php files to reflect the new directory and path to the new directory? My Contributions Henry Smith
easy2 Posted March 23, 2006 Posted March 23, 2006 Yes, but I've been looking for answers in the catalog/includes, could it be a problem in the admin. Have checked again now and changed a few values without success
easy2 Posted March 23, 2006 Posted March 23, 2006 Can I go into checkout_success.php and change the "continue" link to a non SSL. Would prefer sovling the core problem but might be a solution.
custodian Posted March 23, 2006 Posted March 23, 2006 Can I go into checkout_success.php and change the "continue" link to a non SSL. Would prefer sovling the core problem but might be a solution. What's the url? My Contributions Henry Smith
easy2 Posted March 24, 2006 Posted March 24, 2006 Problem solved, I changed the https server domain to include the extra folders so the http and https catalog path could be the same.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.