Search…

X3 Photo Gallery Support Forums

Search…
 
NicolasB
Topic Author
Posts: 2
Joined: 31 May 2015, 09:15

Blank site

01 Jun 2015, 07:06

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

Re: Blank site

01 Jun 2015, 12:17

Strange ... I can diagnose it, but I will need FTP login to your website.
 
wpisdu
Posts: 4
Joined: 01 Jun 2015, 10:11

Re: Blank site

01 Jun 2015, 12:54

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

Re: Blank site

01 Jun 2015, 13:01

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.
 
NicolasB
Topic Author
Posts: 2
Joined: 31 May 2015, 09:15

Re: Blank site

01 Jun 2015, 13:09

Thank you Karl & wpisdu !

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