Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP! Lost website..


Guest

Recommended Posts

I need help.

 

I received this error and can not getting in to my oscommerce website: I downloaded this from Godaddy and when I click the link after typing the pastword. I only get a blank screen. Help is needed?

 

Parse error: parse error, unexpected ':' in /home/content/r/e/n/renatacaringi/html/catalog/admin/includes/configure.php on line 16

Link to comment
Share on other sites

I need help.

 

I received this error and can not getting in to my oscommerce website: I downloaded this from Godaddy and when I click the link after typing the pastword. I only get a blank screen. Help is needed?

 

Parse error: parse error, unexpected ':' in /home/content/r/e/n/renatacaringi/html/catalog/admin/includes/configure.php on line 16

check your configure.php file first.

Link to comment
Share on other sites

Ken ,

 

Thanks for the reply.

 

I can not get in period.

 

As soon as I typed my password. I get this white background, and that message.

 

I'm locked out.

 

Mike

Link to comment
Share on other sites

... Parse error: parse error, unexpected ':' in /home/content/r/e/n/renatacaringi/html/catalog/admin/includes/configure.php on line 16

Could you post your admin/includes/configure.php file. Post this much.

<?php

/*

$Id: configure.php,v 1.14 2003/02/21 16:55:24 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

// define our webserver variables

// FS = Filesystem (physical)

// WS = Webserver (virtual)

define('HTTP_SERVER', ''); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', '');

define('HTTPS_CATALOG_SERVER', '');

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server.

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);

define('DIR_WS_CATALOG', '/catalog/');

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...