Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error in installation


janoo

Recommended Posts

Posted

Hello,

 

I have installed but I am getting the following error message. Can any person help me what I am doing wrong. Thanks in advance.

 

1. Error Messages

 

If there are any error or warning messages shown above, please correct them first before proceeding.

 

Error messages are displayed at the very top of the page with a complete background color.

 

Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file.

 

 

2. Editing Page Texts

 

The text shown here can be modified in the following file, on each language basis:

 

[path to catalog]/includes/languages/english/index.php

 

That file can be edited manually, or via the Administration Tool with the Languages->English->Define or Tools->File Manager modules.

 

The text is set in the following manner:

 

define('TEXT_MAIN', 'This is a default setup of the osCommerce project...');

 

The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist:

 

define('TEXT_MAIN', '');

 

More information concerning the PHP define() function can be read here.

 

 

3. Online Documentation

 

Online documentation can be read at the osCommerce Knowledge Base site.

 

Support is available at the osCommerce Support Site.

Posted

Hi, these are not error messages. It is in fact the default main page text that comes with osCommerce.

 

If you do have any errors they will be right at the top of your browser window, in pink.

 

To change this text, goto file:

 

catalog/includes/languages/english/index.php

 

 

In this file you will find near the top:

 

define('TEXT_MAIN', '

 

The main page text is typed in as below:

 

define('TEXT_MAIN', 'In here is where you type the text that you want after deleteing the text that is already here');

 

 

Hope this helps

if I had the faintest clue regarding exactly what it was that I may or may not be doing, I would stop it!!

Archived

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

×
×
  • Create New...