Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

white screen please help


jenkins_atl

Recommended Posts

I have no website, thierfore i make no money PLEASE HELP

 

 

I go to change one charecter in the index and now all i get is a white screen and this under source

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD>

<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>

<BODY></BODY></HTML>

 

 

www.seturbo.com/catalog-buick

 

However my other cart works just fine

 

www.seturbo.com/catalog-ford

 

 

Can someone please tell me why it is not linking????

Link to comment
Share on other sites

make sure if you add special characters in your page text they are preceded by a backslash like

store's owner

should be

store\'s owner

Link to comment
Share on other sites

ok goto catalog\includes\language\english\index.php file (do a backup first) and open it (or whatever is your default language) In there should be a statement like this:

define('TEXT_MAIN', '.......

Further down should be a

');

Remove the entire text (or comment it out by placing it in /* */) from the define statement to the semicolon included and replace it with this

define('TEXT_MAIN', 'your front page content');

See if your page loads. If it does go through the old page content and examine it for special characters

Link to comment
Share on other sites

You have probably uploaded your english/index.php file to your root directory. Try replacing your index.php file in the root and see if that helps.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...