In the administration panel. Add Item Button:
Warning: count(): Parameter must be an array or an object that implements Countable in C:\wamp64\www\mysite.com\oc-includes\osclass\frm\Item.form.class.php on line 682
Linie 682:
if(count($cities) >= 1 || $generate_blank == true) {
if( Session::newInstance()->_getForm('cityId') > 0 ) {
$item['fk_i_city_id'] = Session::newInstance()->_getForm('cityId');
}