Перейти к содержанию
Форум поддержки пользователей VamShop

ошибки в админке


Рекомендуемые сообщения

Добрый день.

Обнаружил что в админке в разных местах появляются ошибки...

например при добавлении товара в раздел "скидки", сначала идут вот такие строчки:

Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344

Товар: Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in /home/site/public_html/admin/includes/functions/general.php on line 1344 Warning: round() expects parameter 2 to be long, string given in

ниже есть возможность выбрать товар чтобы сделать для него скидку.. после того как пишу новую цену и нажимаю сохранить, написано что старая цена free новая free...

что за глюк ?

Ссылка на сообщение
Поделиться на другие сайты

Версия 1.66

ничего такого вроде как не делалось, непонятно где копать.

вот вырезка из файла general.php

1342 // Wrapper function for round()

1343 function vam_round($value, $precision) {

1344 return round($value, $precision);

1345 }

Ссылка на сообщение
Поделиться на другие сайты

после этого по любой ссылке в админке чистый лист с одной лишь надписью

Parse error: syntax error, unexpected T_VARIABLE in /home/site/public_html/admin/includes/functions/general.php on line 1344

Ссылка на сообщение
Поделиться на другие сайты
×
×
  • Создать...