Open Gergely opened 7 years ago
Langauge Cache is false at this moment by default. If its enabled then Admin and shop site is mixing with inconsitent content_group definitions.
Fix:
$defs = $this->getDefinitions($site . '/' . $group, $language_code, $pathname);
What is the line where we must fix the element ?
If i remember well..
https://github.com/osCommerce/oscommerce2/blob/master/catalog/includes/OSC/OM/Language.php#L269
Langauge Cache is false at this moment by default. If its enabled then Admin and shop site is mixing with inconsitent content_group definitions.
Fix: