Seems something is wrong with your language.
Is it your main language or an additional?
Is it your main language or an additional?
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
In addition to pmnetti: did you install admin and catalog files or only one?
Looks like the catalog files are missing - or at least (had this at some customers) - the translation of an extension.
Looks like the catalog files are missing - or at least (had this at some customers) - the translation of an extension.
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
You go to database in cpanel > phpmyadmin.evilfx wrote:Hi, if i use the default template and english language the error is still there.
I installed an additional language, but if i select english it still won't work...
See table language, what it read in column `code`?
index.php, original line 132 ( your line about 135 ):evilfx wrote:Code: Select all
$config->set('config_language_id', $languages[$code]['language_id']);
Code: Select all
$query = $db->query("SELECT * FROM `" . DB_PREFIX . "language` WHERE status = '1'");
You see admin > Setting > Localisation > Language
Attachments
language.jpg (43.9 KiB) Viewed 4222 times
Code: Select all
$query = $db->query("SELECT * FROM `" . DB_PREFIX . "language` WHERE status = '1'");
Sorry, see you this in Admin page?evilfx wrote:the language is enabledCode: Select all
$query = $db->query("SELECT * FROM `" . DB_PREFIX . "language` WHERE status = '1'");
General valid for all image names, NEVER use:
That should everybody know, just common sense!
Operating a webshop is not only knowing his business.
The shopowner should also know the basics of a webserver and how to do some!
If not, hire a professional.
Fact.
Use either _ or -1. no special chars, e.g.: !"§$%&/()=?
2. no Umlauts: äöüÄÖÜß
3. no spaces
That should everybody know, just common sense!
Operating a webshop is not only knowing his business.
The shopowner should also know the basics of a webserver and how to do some!
If not, hire a professional.
Fact.
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
Who is online
Users browsing this forum: No registered users and 7 guests