Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need big help please with pages not showing up!!!


sweetjaime

Recommended Posts

Posted

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

Posted

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)

Posted

Thank you thank you that fixed the account and checkout problems... but what about the conditions of use ?im stll gettin a 404 error!

Posted

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)

Posted
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 ?!!?

Posted

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)

Posted

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?

Posted
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

Posted

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.

Posted

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

Posted

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.

Posted
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

Posted

Problem solved, I changed the https server domain to include the extra folders so the http and https catalog path could be the same.

Archived

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

×
×
  • Create New...