Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Admin pages being displayed


pawnmaster

Recommended Posts

Posted

Below is the text of the catalog/admin/index.php file as is displayed in my browser (referencing

the text, not the format). The text in red is being resolved properly, but the rest of the text is not. I

have checked the language/english.php and all correct defines are in place. This is also affecting all

backend input screens appearance except MYStore Configuration. I can't figure out what has caused

this since no change have been made to the Admin section in over a year.

 

Can anyone suggest which other .php files to look in?

 

Thanks in advance,

Scott

 

 

=================================================================

 

Choose an action.. English

 

BOX_HEADING_CONFIGURATION

BOX_CONFIGURATION_MYSTORE, BOX_CONFIGURATION_LOGGING, BOX_CONFIGURATION_CACHE

 

BOX_HEADING_MODULES

BOX_MODULES_PAYMENT, BOX_MODULES_SHIPPING

 

 

BOX_HEADING_CATALOG

Contents, BOX_CATALOG_MANUFACTURERS

 

BOX_HEADING_LOCATION_AND_TAXES

BOX_TAXES_COUNTRIES, BOX_TAXES_GEO_ZONES

 

 

BOX_HEADING_CUSTOMERS

BOX_CUSTOMERS_CUSTOMERS, BOX_CUSTOMERS_ORDERS

 

BOX_HEADING_LOCALIZATION

BOX_LOCALIZATION_CURRENCIES, BOX_LOCALIZATION_LANGUAGES

 

 

BOX_HEADING_REPORTS

Products, Orders

 

BOX_HEADING_TOOLS

Backup, Banners, Files

Posted

are all other admin pages similar?

 

I'd double check application_top.php for this:

 

// include the language translations

require(DIR_WS_LANGUAGES . $language . '.php');

$current_page = basename($PHP_SELF);

if (file_exists(DIR_WS_LANGUAGES . $language . '/' . $current_page)) {

include(DIR_WS_LANGUAGES . $language . '/' . $current_page);

}

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
are all other admin pages similar?

 

I'd double check application_top.php for this:

// include the language translations

require(DIR_WS_LANGUAGES . $language . '.php');

$current_page = basename($PHP_SELF);

if (file_exists(DIR_WS_LANGUAGES . $language . '/' . $current_page)) {

include(DIR_WS_LANGUAGES . $language . '/' . $current_page);

}

 

Thanks for your response Monika.

 

In catalog/admin/application_top.php what you suggested looking at, and what is actually there are exactly identical.

 

I wrote, "This is also affecting all backend input screens appearance except MYStore Configuration." More correctly stated, using netfirms control panel, all menu portions of the admin pages show up the same way with one exception shown below.

 

example:

BOX_HEADING_CONFIGURATION

BOX_HEADING_CATALOG

BOX_CATALOG_CATEGORIES_PRODUCTS

BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES

BOX_CATALOG_MANUFACTURERS

BOX_CATALOG_REVIEWS

BOX_CATALOG_SPECIALS

BOX_CATALOG_PRODUCTS_EXPECTED

BOX_HEADING_MODULES

BOX_HEADING_CUSTOMERS

BOX_HEADING_LOCATION_AND_TAXES

BOX_HEADING_LOCALIZATION

BOX_HEADING_REPORTS

BOX_HEADING_TOOLS

 

exception:

BOX_HEADING_CONFIGURATION

My Store

Minimum Values

Maximum Values

Images

Customer Details

Shipping/Packaging

Product Listing

Stock

Logging

Cache

E-Mail Options

Download

GZip Compression

Sessions

 

I appreciate any guidance, and I realize that this is not a critical problem and low priority since it has no apparent effect on the "online catalog" appearance or function that I can find, but I would like to correct this. It tends to make the admin pages much wider than the screen, therefore harder to work with.

 

Scott

Archived

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

×
×
  • Create New...