Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error when loading


Guest

Recommended Posts

Posted

when my page loads no matter what page it is whether it is in http or https,

 

in IE ..have not checked any other browser.....yet

 

when it loads i get on lower left corner a error symbol

 

the message reads when clocked up

 

Line2

Char 8

Error expected"]"

Code 0

URL http://www.majesticsoundsonline.com

 

 

no matter what page i go to the error is the same, only thing that changes isteh url that it reports, that changes to what ever URL your on or clicked upon

 

please help with this error

 

i will include a link do you may see the error screen yourself

error.jpg

 

thanks for you anticipated help, could anyone point mein the direction to begin to sniff out the mischievious "]"

Posted

soulds like you have an error in your configure.php file, post it here without the database info, username, password.

 

(catalog/includes/configure.php)

Posted

  osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', 'http://www.majesticsoundsonline.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.majesticsoundsonline.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'www.majesticsoundsonline.com');
 define('HTTPS_COOKIE_DOMAIN', '');
 define('HTTP_COOKIE_PATH', '');
 define('HTTPS_COOKIE_PATH', '');
 define('DIR_WS_HTTP_CATALOG', '/');
 define('DIR_WS_HTTPS_CATALOG', '/');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
 define('DIR_FS_CATALOG', '/home/httpd/html/www/majesticsounds/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

need more that that or do youwant the admin one also

Posted

looks more like your cache/temp files in the browser, clear those and close then open the browser again.

Posted

i just calleda couple of friends up and they went to it and they saw the same error...if it does not pop up look on thelower left corner of your browser...assuimng IE and you should see it say done with errors

Posted

Add this to the Solved Mysteries...i commented a lione out in my information.php that was pointing to a help file, and works.......hmm wierd

Posted

i can do a complete screen capture if you wish, there is no error anywyhere. i cheched from one of my systems in Calgary, New Jersey, Boston, Salt Lake, San Diego. (I have many servers I terminal service into)

Posted

Ohh no thank you i believe you, really i do ..i appreciate your help...i think that by time you had checked error wsas fised and i was cacheing old pages, i since tyhen have cleared the cache and made theadjustment to the information.php file, and between what you suggested ido and the line i changed it all seemes to be working again, thank you for your promp t help

Archived

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

×
×
  • Create New...