Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

admin area bugs: HEADING_TITLE_SEARCH


auburn

Recommended Posts

Posted

Hello,

recently (after working on securing the admin section) my admin area looks a little odd, it still seems to function normally, but in places where there should probably be images or text I'm seeing things like this:

 

TEXT_CATEGORIES 4

TEXT_PRODUCTS 68

 

or

 

BOX_ENTRY_SUPPORT_SITE

BOX_ENTRY_SUPPORT_FORUMS

BOX_ENTRY_MAILING_LISTS

BOX_ENTRY_BUG_REPORTS

BOX_ENTRY_FAQ

BOX_ENTRY_LIVE_DISCUSSIONS

BOX_ENTRY_CVS_REPOSITORY

BOX_ENTRY_INFORMATION_PORTA

 

I think its related to permissions, should I chmod 644 on certain folders?

advice would be great...

 

Bren

Posted
Hello,

recently (after working on securing the admin section) my admin area looks a little odd, it still seems to function normally, but in places where there should probably be images or text I'm seeing things like this:

 

TEXT_CATEGORIES 4

TEXT_PRODUCTS 68

 

or

 

BOX_ENTRY_SUPPORT_SITE

BOX_ENTRY_SUPPORT_FORUMS

BOX_ENTRY_MAILING_LISTS

BOX_ENTRY_BUG_REPORTS

BOX_ENTRY_FAQ

BOX_ENTRY_LIVE_DISCUSSIONS

BOX_ENTRY_CVS_REPOSITORY

BOX_ENTRY_INFORMATION_PORTA

 

I think its related to permissions, should I chmod 644 on certain folders?

advice would be great...

 

Bren

You are missing your definitions. Those are found in your

 

admin/includes/languages/english/index.php file.

 

Make sure that it is there, complete and without errors.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

Thanks Richard, Its there alright, as follows:

 

<?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 © 2002 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_MAILING_LISTS', 'Mailing Lists');

define('BOX_ENTRY_BUG_REPORTS', 'Bug Reports');

define('BOX_ENTRY_FAQ', 'FAQ');

define('BOX_ENTRY_LIVE_DISCUSSIONS', 'Live Discussions');

define('BOX_ENTRY_CVS_REPOSITORY', 'CVS Repository');

define('BOX_ENTRY_INFORMATION_PORTAL', 'Information Portal');

 

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');

?>

 

I even renamed it to index.php.old and uploaded the index.php from my local, testing machine (which works fine) and still have nothing...

 

Help?

Archived

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

×
×
  • Create New...