Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WHY DO I GET THS ERROR MESSAGE WHEN PEOPLE ARRIVE AT MY STORE


FOULPLAYRECORDS

Recommended Posts

Posted

WWW.FOULPLAYRECORDS.COM/WEBSTORE

 

??????

 

AND WHY DOES IT SAY WHEN I LOG INTO MY ADMIN THAT I DONT HAVE A SECURE CONNECTION???

 

MY SERVER IS SSL CAPABLE???????

 

PLEASE HELP........

Posted

what error message?

 

because you are not accessing your admin through https://

 

you have to set you configuration file to force it to only be in https://

 

there are posts on this

Nothing unreal exists

Posted

1) im not sure what error you are getting but i can access it perfectly fine... try http://www.foulplayrecords.com/webstore/

 

2) it says you dont have a secure connection cuz you are connecting from http://www.foulplayrecords.com/webstore/admin/

 

you need to connect from https://www.foulplayrecords.com/webstore/admin/ to have a secure connection

 

and your server is not ssl certified...

Posted

WHEN PEOPLE ARRIVE AT MY STORE I WANT THEM TO READ TEXT LKE WELCOME CHECK OUT THESE PRODUCTS AND HAVE OUR COPMANY LOGO ON THE CENTER OF THE SCREEN BUT WHEN YOU ENTER OUR STORE THIS IS WHAT YOU SEE.

 

What's New Here?

 

 

Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

This is a default setup of the osCommerce project, products shown are for demonstrational purposes, any products purchased will not be delivered nor will the customer be billed. Any information seen on these products is to be treated as fictional.

 

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.

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.

Securing The Administration Tool

 

It is important to secure the Administration Tool as there is currently no security implementation available.

Online Documentation

 

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

 

Community support is available at the osCommerce Community Support Forums site.

 

 

______________

LIKE ITS NOT ACTIVE ??? DO I HAVE TO ACTIVATE MY STORE OR SOMETHING....

Posted

Hey, man. Those text already mention how to remove it...

 

In case you still haven't a clue, i'll tell you how...

 

Open /includes/languages/english/index.php, look for:

 

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

 

Change it to:

 

define('TEXT_MAIN', '');

 

Or in your case:

 

define('TEXT_MAIN', 'WELCOME CHECK OUT THESE PRODUCTS ');

 

 

To put your own logo on where the osCommerce logo is...

 

Open /includes/header.php, look for oscommerce.gif,

 

Simply replace it with your image file, like my_own_logo.gif, then replace the word osCommerce next to the logo with your own logo description.

 

 

I hope that solve what you're saying

Archived

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

×
×
  • Create New...