Page 2 of 2

Re: Error using 1.7.2

Posted: Sun Dec 31, 2017 1:16 pm
by uwes
Interesting: I see a 500 http status in the access log when I access 1.7.x. This is "Internal Server Error".

Re: Error using 1.7.2

Posted: Sun Dec 31, 2017 1:39 pm
by cmb
uwes wrote:Interesting: I see a 500 http status in the access log when I access 1.7.x. This is "Internal Server Error".
If you just get a blank page for this Internal Server Error, debug mode is most likely not enabled. The filename has to be _XHdebug.txt, not XHdebug.txt (note the leading underscore).

Re: Error using 1.7.2

Posted: Sun Dec 31, 2017 1:44 pm
by uwes
Thanks, now we're getting there...

Code: Select all

Fatal error: Uncaught Error: Call to undefined function mb_substr() in /var/www/html/170/cmsimple/utf8.php:44 Stack trace: #0 /var/www/html/170/cmsimple/cms.php(804): utf8_substr('', 0, '200') #1 /var/www/html/170/index.php(6): include('/var/www/html/1...') #2 {main} thrown in /var/www/html/170/cmsimple/utf8.php on line 44

Re: Error using 1.7.2

Posted: Sun Dec 31, 2017 1:52 pm
by uwes
Ok, I installed php-mbstring and everything is fine now.

This requirement should be mentioned in the wiki.

Re: Error using 1.7.2

Posted: Sun Dec 31, 2017 2:09 pm
by cmb
uwes wrote:Ok, I installed php-mbstring and everything is fine now.

This requirement should be mentioned in the wiki.
Thanks. I've updated the requirements info.