Page 1 of 1

Demo Website does not load

Posted: 26 Jun 2025, 14:16
by gnodde
I've just made a fresh install of X3.34.2 on my Ubuntu system with Nginx and PHP8.3. Everything went well. I can login to the panel-page.
But when I get to the Demo website it will not load. I looked at the the source within my Chrome-browser, and it doesn't get further than
Code
<header>
    <main class="main" id="content">
After that nothing happens. The browser just keeps waiting for the rest.

What could I do to solve this problem?

Jan.

Re: Demo Website does not load

Posted: 27 Jun 2025, 04:42
by mjau-mjau
This is a very typical issue that occurs when PHP mbstring extension is not enabled. You should be able to view your /?diagnostics page where you should see reference to missing mbstring.

Depending on your server/hosting, this extension would need to be enabled or installed.

Re: Demo Website does not load

Posted: 27 Jun 2025, 10:10
by gnodde
Yezzz, that was it. php-mbstring was not installed. I now installed it, and everything works!

Thankyou very much!