Page 1 of 1

Blank site

Posted: 01 Jun 2015, 07:06
by NicolasB
Hi,

I made a new install of X3 on my website, following the instructions.
Check page is all OK, as the new diag tool.
But absolutely nothing is showing on my website : www.coin-photo.fr

I tried using Opera and Chrome (also chrome on mobile), but it is always blank. Even after deleting cache.

Panel is working well. I switched to a database install (it installed correctly) but doesn't change anything.

I must have missed something, but I do not manage to figure what !

Any help is welcome :)

Thanks.

Nicolas.

Re: Blank site

Posted: 01 Jun 2015, 12:17
by mjau-mjau
Strange ... I can diagnose it, but I will need FTP login to your website.

Re: Blank site

Posted: 01 Jun 2015, 12:54
by wpisdu
Hit the same issue, edit:

/var/www/html/x3/app/page-data.inc.php line 201

remove
if(empty(ini_get('open_basedir')))

add
$basedir = (String)ini_get('open_basedir');
if(empty($basedir))

Re: Blank site

Posted: 01 Jun 2015, 13:01
by mjau-mjau
Sorry, there was a bug in the code ... Fixed it on your server already!

It was like wpisdu said, which I already fixed, but mistakingly had a typo in the fix :cry: All good now.

Re: Blank site

Posted: 01 Jun 2015, 13:09
by NicolasB
Thank you Karl & wpisdu !

I searched in the forum before posting, but I did not find this solution...