Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
gnodde
Topic Author
Posts: 2
Joined: 26 Jun 2025, 07:01

Demo Website does not load

26 Jun 2025, 14:16

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Demo Website does not load

27 Jun 2025, 04:42

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.
 
User avatar
gnodde
Topic Author
Posts: 2
Joined: 26 Jun 2025, 07:01

Re: Demo Website does not load

27 Jun 2025, 10:10

Yezzz, that was it. php-mbstring was not installed. I now installed it, and everything works!

Thankyou very much!