Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin


Jungleman

Recommended Posts

If you mean it isn't using any style from the stylesheet, look in /admin/includes for a .htaccess file. If you find it rename it to text.htaccess

 

.htaccess files are hidden files by default so you may have to toggle a setting in your cPanel to be able to see it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

If you mean it isn't using any style from the stylesheet, look in /admin/includes for a .htaccess file. If you find it rename it to text.htaccess

 

.htaccess files are hidden files by default so you may have to toggle a setting in your cPanel to be able to see it.

 

 

 

I can't find .htaccess file in my /admin/includes/ file,...but this is what my Admin panel displays.

 

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_PORTAL

 

Can you help? so that the "BOX_ENTRY_" don't show anymore.

 

Thanks.

Link to comment
Share on other sites

I can't find .htaccess file in my /admin/includes/ file,...but this is what my Admin panel displays.

 

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_PORTAL

 

Can you help? so that the "BOX_ENTRY_" don't show anymore.

 

Thanks.

Check your admin/includes/languages/english/index.php file. Looks like you have some missing code.

 

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

Link to comment
Share on other sites

Check your admin/includes/languages/english/index.php file. Looks like you have some missing code.

 

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

 

It still did not work.

This is exactly how it looks like

 

Netfirms Commerce Pro

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_PORTAL

 

BOX_TITLE_ORDERS

Pending: 0

Processing: 0

Delivered: 20

 

BOX_TITLE_STATISTICS

BOX_ENTRY_CUSTOMERS 35

BOX_ENTRY_PRODUCTS 129

BOX_ENTRY_REVIEWS 37

 

BOX_CONNECTION_PROTECTED

 

HEADING_TITLE English

 

Configuration

My Store, Logging, Cache

 

Modules

Payment, Shipping

 

 

Catalog

CATALOG_CONTENTS, Manufacturers

 

Locations / Taxes

Countries, Tax Zones

 

 

Customers

Customers, Orders

 

Localization

Currencies, Languages

 

 

Reports

REPORTS_PRODUCTS, REPORTS_ORDERS

 

Tools

TOOLS_BACKUP, TOOLS_BANNERS, TOOLS_FILES

 

 

Please help if you can.

Thx.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...