Page 1 of 1

Installation step 7: Index.php is totally blank!?

Posted: Mon Dec 03, 2007 9:39 pm
by weaselweasel
Hello there.
I'm trying to install CMSMS on my website (quick install via FTP).

After having uploaded all the files and CHMOD 'em, I supposed to open index.php
When I do this, the page is completely blank! (see: http://www.friekout.nl/cmsms/index.php )

What am I doing wrong? I did follow all the instructions from the User Handbook.

Thanks in advance,
Jeroen

Re: Installation step 7: Index.php is totally blank!?

Posted: Mon Dec 03, 2007 10:08 pm
by tsw
server log?

phpinfo?

whatabout domain.tld/cmsms/install/index.php ?

Re: Installation step 7: Index.php is totally blank!?

Posted: Mon Dec 03, 2007 10:11 pm
by weaselweasel
I've tried cmsms/install/index.php, but I get the message saying "This page does not exist". (which seems normal to me, since there is no map called 'Install')

What do you mean by phpinfo?

Re: Installation step 7: Index.php is totally blank!?

Posted: Mon Dec 03, 2007 10:16 pm
by calguy1000
try google.

Re: Installation step 7: Index.php is totally blank!?

Posted: Mon Dec 03, 2007 10:21 pm
by weaselweasel
calguy1000 wrote: try google.
I did. It brought me to this forum. ;)

Seriously: I mostly try to figure things out myself, but I'm kinda stuck here.
It's pretty weird. I've managed other installations (like Wordpress for instance), and never had any problems.

Re: Installation step 7: Index.php is totally blank!?

Posted: Mon Dec 03, 2007 10:35 pm
by weaselweasel
OK, so here is my PHPinfo:

http://www.friekout.nl/cmsms/info.php

Is there something unusual about it?

Re: Installation step 7: Index.php is totally blank!?

Posted: Tue Dec 04, 2007 2:25 pm
by weaselweasel
So I guess this is a very unusual problem.
Too bad. I'll try an alternative. Thanks anyway.

Re: Installation step 7: Index.php is totally blank!?

Posted: Tue Dec 04, 2007 3:18 pm
by alby
weaselweasel wrote: OK, so here is my PHPinfo:

http://www.friekout.nl/cmsms/info.php

Is there something unusual about it?
Set
error_reporting to E_ALL
display_errors to On
and pay attention to safe_mode

Alby

Re: Installation step 7: Index.php is totally blank!?

Posted: Tue Dec 04, 2007 9:05 pm
by weaselweasel
I figured out the problem!
The TAR/GZ-file on the download-page is incomplete!!! The folders Lib, Install, Doc and Plugins are missing! This is what caused all the trouble.
I just downloaded the ZIP, and noticed it does have all the right files. :)

Looks like a big BUG. ;)
However: thanks for all the replies you guys!