Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Broke Page After Using Languages In Admin


Guest

Recommended Posts

I tried to add a language, then realized I didnt want to using the admin interface. After I deleted the new language using the interface, my home page now comes up as this..

 

 

Fatal error: Cannot redeclare tep_db_connect() (previously declared in /homepages/28/d204634785/htdocs/cleverred/includes/functions/database.php:13) in /homepages/28/d204634785/htdocs/cleverred/includes/functions/database.php on line 13

 

 

line 13 it is referring to looks like this... function tep_db_connect($server = DB_SERVER, $username = DB_SERVER_USERNAME, $password = DB_SERVER_PASSWORD, $database = DB_DATABASE, $link = 'db_link') {

 

how do I fix it??

Link to comment
Share on other sites

I tried to add a language, then realized I didnt want to using the admin interface. After I deleted the new language using the interface, my home page now comes up as this..

Fatal error: Cannot redeclare tep_db_connect() (previously declared in /homepages/28/d204634785/htdocs/cleverred/includes/functions/database.php:13) in /homepages/28/d204634785/htdocs/cleverred/includes/functions/database.php on line 13

line 13 it is referring to looks like this... function tep_db_connect($server = DB_SERVER, $username = DB_SERVER_USERNAME, $password = DB_SERVER_PASSWORD, $database = DB_DATABASE, $link = 'db_link') {

 

how do I fix it??

UPDATE: I was able to repair teh database.php file and now the site is back... except for some reason its displaying things like

 

What's New Here?

 

TEXT_GREETING_GUEST

 

BOX_HEADING_SEARCH

 

 

BOX_SEARCH_TEXT

BOX_SEARCH_ADVANCED_SEARCH

 

BOX_HEADING_INFORMATION

 

BOX_INFORMATION_SHIPPING

BOX_INFORMATION_PRIVACY

BOX_INFORMATION_CONDITIONS

BOX_INFORMATION_CONTACT

 

website is cleverred.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...