PDA

View Full Version : Blank Page on Installer 4.1 beta2


faken
10-27-2008, 07:48 PM
I've tried at least 3 times to upload 4.1 beta2; I've change chomds, etc.

But, after uploading is done, I have a problem like some other people here.
Instead of first installation screen display, I'm getting a BLANK page!

What is wrong with it?

Please advise.

BTW, I've tried 4.0.3 - and it works fine.

shketuljko
10-28-2008, 09:14 AM
Please enable error reporting in VIVVO_ROOT/lib/vivvo/vivvo_lite_site.php (line 33):

Instead

error_reporting(E_ERROR);


put this code:

error_reporting(E_ALL);


After that please tell me what do you see on first screen.

Of course, you need to know that minimum requirement for pHp is 5.2.x
You can use a check script which you can download from this url:
http://www.vivvo.net/check.zip

faken
10-29-2008, 04:34 AM
Thank you for your prompt answer.

The problem was with php installed on my server.

Everything works fine now.

shketuljko
10-29-2008, 09:18 AM
This is a good news :)