Closed EliasGabrielsson closed 8 years ago
The api throws this while loading maps
[Tue Jul 12 16:16:22.706502 2016] [:error] [pid 17682] [client 192.168.10.32:56554] PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() in /var/www/html/routegadget/rg2/rg2api.php:76\nStack trace:\n#0 /var/www/html/routegadget/rg2/rg2api.php(1563): encode_rg_input('watch')\n#1 /var/www/html/routegadget/rg2/rg2api.php(1153): getMaps()\n#2 /var/www/html/routegadget/rg2/rg2api.php(53): handleGetRequest('maps', 0)\n#3 {main}\n thrown in /var/www/html/routegadget/rg2/rg2api.php on line 76, referer: http://www.domain.se/routegadget/rg2/?manage
version: 1.2.8
Didn't find this function in the files. Have I missed any dependencies?
mbstring is a non-default extension http://php.net/manual/en/mbstring.installation.php
mbstring is a non-default extension
Mybad
The api throws this while loading maps
version: 1.2.8
Didn't find this function in the files. Have I missed any dependencies?