Guest Posted January 23, 2013 Posted January 23, 2013 Admin panel is not showing correct headers on tables and description after box heading configuration.
Guest Posted January 23, 2013 Posted January 23, 2013 @@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
Guest Posted January 23, 2013 Posted January 23, 2013 I understand the security risks. But asfar as the database layout. its not an easy upgrade is it?
Guest Posted January 23, 2013 Posted January 23, 2013 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
Guest Posted January 23, 2013 Posted January 23, 2013 So what i really need help with is with the language section of application_top.php in catalog and admin //includes
Guest Posted January 23, 2013 Posted January 23, 2013 @@avtrends You need to replace the language definition files that are missing for the admin area according to your image. Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.