Page 1 of 1

phpwcms IP ADRES install - blank page

Posted: Mon 3. Dec 2012, 12:48
by Blokof
Hello,

I'm trying to install phpwcms on a IP adress, the installation went fine but when im trying to log-in i get a blank page!

First i get the red dots with the SETUP install, it cannot find the folders, but thats okay know (but red dots are visible on setup, i dont have the green dots on...)
Blank page in home (Because i dont have a template build yet)
Blank page login.php

Does somebody know what could be the problem?

when i install on a normal live website i don't have any problems, it only on a IP adress install.

I already searched the forum why i get a black page but i couldn't find anything helpful.

Like to get any help !

Thnx.

Re: phpwcms IP ADRES install - blank page

Posted: Mon 3. Dec 2012, 15:59
by juergen
Could you find the http:// 1. 2 . 3.4.5 inside the config file as name ? Do not know if probably the PHP Var for servername runs without nameservice as well ?

Code: Select all

$phpwcms['site']              = 'http://'.$_SERVER['SERVER_NAME'].'/';

to

the direct IP of your server

Re: phpwcms IP ADRES install - blank page

Posted: Mon 3. Dec 2012, 16:52
by Blokof
I already try'it but that doesn't give any effect...

Re: phpwcms IP ADRES install - blank page

Posted: Mon 3. Dec 2012, 17:50
by juergen
If a blnk site appears I guess Error reporting is off, try to switch on to get further details. In case of a webserver it might be a problem with user/group rights as well

Re: phpwcms IP ADRES install - blank page

Posted: Mon 3. Dec 2012, 19:05
by Blokof
problem is solved, a good friend of my have played with the config file and now its working!

Re: phpwcms IP ADRES install - blank page

Posted: Mon 3. Dec 2012, 19:30
by juergen
:D