merach Posted April 10, 2007 Posted April 10, 2007 The only solution even close to this said to ensure register_globals was on, I checked with my provider and it is in fact set to on. Here is a screenshot of what I am seeing. The site works fine, it's just the admin section. I reuploaded a backup of the site, and even uploaded a backup of the SQL database. What else?
Guest Posted April 10, 2007 Posted April 10, 2007 The only solution even close to this said to ensure register_globals was on, I checked with my provider and it is in fact set to on. Here is a screenshot of what I am seeing. The site works fine, it's just the admin section. I reuploaded a backup of the site, and even uploaded a backup of the SQL database. What else? Check your \admin\includes\languages\english.php file it is not the same as catalog\includes\languages\english.php
merach Posted April 10, 2007 Author Posted April 10, 2007 Check your \admin\includes\languages\english.php fileit is not the same as catalog\includes\languages\english.php Makes no reference to any of these things, and it was replaced as mentioned above.
kirikintha Posted April 10, 2007 Posted April 10, 2007 you are missing a file that defines what all those entries are. that's why it is showing up as the echoed variable, not the text that replaces it. catalog\admin\includes\languages\english\index.php should look like this: <?php /* $Id: index.php,v 1.2 2002/03/30 11:10:39 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2006 osCommerce Released under the GNU General Public License */ define('HEADING_TITLE', 'Choose an action..'); define('BOX_TITLE_ORDERS', 'Orders'); define('BOX_TITLE_STATISTICS', 'Statistics'); define('BOX_ENTRY_SUPPORT_SITE', 'Support Site'); define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forums'); define('BOX_ENTRY_CONTRIBUTIONS', 'Contributions'); define('BOX_ENTRY_CUSTOMERS', 'Customers:'); define('BOX_ENTRY_PRODUCTS', 'Products:'); define('BOX_ENTRY_REVIEWS', 'Reviews:'); define('BOX_CONNECTION_PROTECTED', 'You are protected by a %s secure SSL connection.'); define('BOX_CONNECTION_UNPROTECTED', 'You are <font color="#ff0000">not</font> protected by a secure SSL connection.'); define('BOX_CONNECTION_UNKNOWN', 'unknown'); define('CATALOG_CONTENTS', 'Contents'); define('REPORTS_PRODUCTS', 'Products'); define('REPORTS_ORDERS', 'Orders'); define('TOOLS_BACKUP', 'Backup'); define('TOOLS_BANNERS', 'Banners'); define('TOOLS_FILES', 'Files'); ?> Nothing unreal exists
Guest Posted April 10, 2007 Posted April 10, 2007 Makes no reference to any of these things, and it was replaced as mentioned above. You replaced them both (?) with a backup copy or from a clean copy of OSC? \catalog\includes\languages\english.php They are two different files.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.