При установке через модификатор вылетает alert --картинку приложу.
беда какая-то, через ос мод не хотело становиться, сделал все вручную на дефолтный шаблон, с дефолтным префиксом БД.
не запоминает пути, не отображается и сыпет ошибки
Notice: Undefined index: threesixty_path in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 280Notice: Undefined index: threesixty_frame in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 281Notice: Undefined index: threesixty_prefix in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 282Notice: Undefined index: threesixty_ext in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 283Notice: Undefined index: threesixty_zerobased in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 284Notice: Undefined index: threesixty_navigation in /home/shopa00/shopa.com.ua/test/catalog/controller/product/product.php on line 285
в этих строках
$data['threesixty_path'] = $product_info['threesixty_path'];
$data['threesixty_frame'] = $product_info['threesixty_frame'];
$data['threesixty_prefix'] = $product_info['threesixty_prefix'];
$data['threesixty_ext'] = $product_info['threesixty_ext'];
$data['threesixty_zerobased'] = $product_info['threesixty_zerobased'];
$data['threesixty_navigation'] = $product_info['threesixty_navigation'];