Page 1 of 1

Модуль Products

Posted: Tue Oct 01, 2013 8:56 am
by alex-b
Добрый день!
Установил модуль, вроде разобрался что да как, но на странице с выводом списка продукции вылезает варнинг, что я не так делаю? Вывод модуля такой {Products action="default"}

Code: Select all

Warning: Missing argument 2 for product_utils::can_do_pretty(), called in /home/maxpxru1/public_html/baldini/modules/Products/action.default.php on line 447 and defined in /home/maxpxru1/public_html/baldini/modules/Products/lib/class.product_utils.php on line 344

Warning: Missing argument 2 for product_utils::can_do_pretty(), called in /home/maxpxru1/public_html/baldini/modules/Products/action.default.php on line 447 and defined in /home/maxpxru1/public_html/baldini/modules/Products/lib/class.product_utils.php on line 344

Re: Модуль Products

Posted: Tue Oct 01, 2013 9:22 am
by Rolf
Is your php version 5.3+ ?

Re: Модуль Products

Posted: Tue Oct 01, 2013 9:31 am
by alex-b
Версия старенькая 5.2.17

Re: Модуль Products

Posted: Tue Oct 01, 2013 10:04 am
by Rolf
Calguy modules (i.e. Products) require PHP 5.3+.
Read http://forum.cmsmadesimple.org/viewtopi ... =7&t=65515

Re: Модуль Products

Posted: Tue Oct 01, 2013 10:22 am
by alex-b
Thank you!