Ошибка: 500

Call to undefined function controllers\front\mb_strtolower() [/var/www/domains/portal/app/controllers/front/AppUserHandmade.php:25]


[/var/www/domains/portal/app/controllers/front/AppUser.php:97] controllers\front\AppUserHandmade->setListPageProperties()
[/var/www/domains/portal/app/controllers/front/AppUserHandmade.php:44] controllers\front\AppUser->listSync()
[/var/www/domains/portal/vendor/bcosca/fatfree-core/base.php:1834] controllers\front\AppUserHandmade->listSync()
[/var/www/domains/portal/vendor/bcosca/fatfree-core/base.php:1642] Base->call()
[/var/www/domains/portal/vendor/bigsiter/bigsiter-cms-core/src/bootstrap.php:64] Base->run()
[index.php:5] require_once()

Queries: 21
Cached queries: 0 (0.00%)
(0.1ms):
SELECT * FROM `handmade_status` WHERE slug = 'portfolio'
(0.1ms):
SELECT * FROM `handmade_status` WHERE id = 3
(0.8ms):
SELECT "_user" AS `table`, _user.*, _group.name AS group_name FROM _user,_group WHERE _user.id = '349' AND _user.group_id = _group.id
(0.1ms):
SELECT "_user_profile" as `table`,`_user_profile`.*, _user.email FROM `_user_profile`, `_user` WHERE (`_user_profile`.user_id = _user.id) AND (`_user_profile`.user_id = '349') ORDER BY `_user_profile`.`created` DESC
(0.1ms):
SELECT * FROM `_user` WHERE id = 349
(0.4ms):
SELECT count(*) AS cnt FROM `handmade` WHERE (user_id = '349') AND (af_hidden = '0') AND (published = '1')
(0.1ms):
SELECT * FROM `handmade_status` WHERE (published = '1')
(0.3ms):
SELECT count(*) AS cnt FROM `handmade` WHERE (user_id = '349') AND (published = '1') AND (af_hidden = '0') AND (fko_handmade_status = '1')
(0.3ms):
SELECT count(*) AS cnt FROM `handmade` WHERE (user_id = '349') AND (published = '1') AND (af_hidden = '0') AND (fko_handmade_status = '2')
(0.4ms):
SELECT count(*) AS cnt FROM `handmade` WHERE (user_id = '349') AND (published = '1') AND (af_hidden = '0') AND (fko_handmade_status = '3')
(0.3ms):
SELECT count(*) AS cnt FROM `info` WHERE (user_id = '349') AND (published = '1')
(0.3ms):
SELECT count(*) AS cnt FROM `mk` WHERE (user_id = '349') AND (published = '1')
(0.3ms):
SELECT count(*) AS cnt FROM `eshops` WHERE (user_id = '349') AND (published = '1')
(0.3ms):
SELECT count(*) AS cnt FROM `magaziny` WHERE (user_id = '349') AND (published = '1')
(0.6ms):
SELECT count(`handmade`.`id`) as `rows_count` FROM `handmade`, `vid`, `tema`, `handmade_status` WHERE (`handmade`.fko_vid=`vid`.id) AND (`handmade`.fko_tema=`tema`.id) AND (`handmade`.fko_handmade_status=`handmade_status`.id) AND (handmade.user_id = '349') AND (fko_handmade_status = '3') AND (af_hidden = '0') AND (`handmade`.published = '1') ORDER BY `handmade`.`created` DESC,`handmade`.`priority` DESC
(0.6ms):
SELECT "handmade" as `table`, `handmade`.*, `vid`.title as `cat_vid`, `vid`.slug as `cat_vid_slug`, `tema`.title as `cat_tema`, `tema`.slug as `cat_tema_slug`, `handmade_status`.title as `cat_handmade_status`, `handmade_status`.slug as `cat_handmade_status_slug` FROM `handmade`, `vid`, `tema`, `handmade_status` WHERE (`handmade`.fko_vid=`vid`.id) AND (`handmade`.fko_tema=`tema`.id) AND (`handmade`.fko_handmade_status=`handmade_status`.id) AND (handmade.user_id = '349') AND (fko_handmade_status = '3') AND (af_hidden = '0') AND (`handmade`.published = '1') ORDER BY `handmade`.`created` DESC,`handmade`.`priority` DESC LIMIT 0,12
(0.4ms):
SELECT * FROM `handmade__items` WHERE (pid = '209') ORDER BY `sort` ASC
(4.8ms):
SELECT * FROM `handmade__items` WHERE (pid = '189') ORDER BY `sort` ASC
(0.2ms):
SELECT id, pid, count(*) AS items_count FROM `handmade__items` WHERE (`pid` IN ('209','189')) GROUP BY `pid`
(0.1ms):
SELECT t1.*, count(t2.id) AS childs FROM `htmlpage` t1 LEFT JOIN `htmlpage` t2 ON t2.pid = t1.id WHERE t1.pid = 1 AND t1.published = "1" GROUP BY t1.id ORDER BY t1.sort ASC