Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin panel is not showing correct headers on tables.


Guest

Recommended Posts

Posted

02du8p3b0

Admin panel is not showing correct headers on tables and description after box heading configuration.

Posted

@@avtrends

 

You are missing the language definitions in the english.php file, some of those could also be in the /admin/includes/languages/english/index.php file.

 

 

 

Also, you are using an out-dated version of osCommerce so ensure you read the security thread on how to secure your site.

 

 

 

 

Chris

Posted

I understand the security risks. But asfar as the database layout. its not an easy upgrade is it?

Posted

for ($i=0, $n=sizeof($this->browser_languages); $i<$n; $i++) {
       reset($this->languages);
       while (list($key, $value) = each($this->languages)) {
         if (preg_match('^(' . $value . ')(;q=[0-9]\\.[0-9])?$'^, $this->browser_languages[$i]) && isset($this->catalog_languages[$key])) {
           $this->language = $this->catalog_languages[$key];
           break 2;

 

this is from includes/class/language.php

 

I replaced all deprecated functions

Posted

So what i really need help with is with the language section of application_top.php in catalog and admin //includes

Posted

@@avtrends

 

You need to replace the language definition files that are missing for the admin area according to your image.

 

 

 

Chris

Archived

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

×
×
  • Create New...