PDA

View Full Version : Vivvo 4.1 Blank Admin page


astar22
12-22-2008, 03:47 PM
I instal vivvo 4.1 trial my server

default home page ok
but
admin page blank?

Alex
12-22-2008, 04:08 PM
Please read this:
http://www.vivvo.net/resources/knowledgebase/installation/102.html

astar22
12-22-2008, 04:18 PM
Please read this:
http://www.vivvo.net/resources/knowledgebase/installation/102.html

I check my site

http://img211.yukle.tc/images/523check.jpg

mandini76
12-30-2008, 02:13 PM
The installer worked fine.

It's the admin site that is blank after login.

shketuljko
12-30-2008, 03:10 PM
Hmmm try to allow error reporting and tell me which error system returns.
file: VIVVO_ROOT/lib/vivvo/vivvo_lite_site.php
line 33: error_reporting(E_ERROR);

replace with:

ini_set('error_reporting', 1);
ini_set('display_errors', 1);
error_reporting(E_ALL);

mandini76
12-30-2008, 03:41 PM
I changed that file.

Where do I see the errors?

thanks

nates
12-30-2008, 04:56 PM
What browser are you using? I have the same problem with firefox but the admin section works with IE.

Nate

mandini76
12-30-2008, 05:12 PM
I tried with both Firefox and IE...