Installed successfully but web page is all white.

Having trouble installing serendipity?
Post Reply
toasted
Posts: 3
Joined: Sat Nov 18, 2006 11:24 pm

Installed successfully but web page is all white.

Post by toasted »

Hello There,

I have just installed your serendipity-1.0.3a blog.
I am running php 5.0.5 and Apache 2.0

Everything went fine until the install had finished successfully and I tried to go to: -

http://mydomain/blog/index.php

The page is just blank (white). If I try and access : -

http://mydomain/blog/serendipity_admin.php

I can access the admin login screen and create new categories etc etc

If anyone has any ideas it would be greatly appreciated.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Installed successfully but web page is all white.

Post by garvinhicking »

Hi!

Please check your webservers and PHP error log. Blank pages usually mean a fatal error that is not displayed, but only logged in your logs.

Often this is due to missing write privileges or missing files.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
toasted
Posts: 3
Joined: Sat Nov 18, 2006 11:24 pm

Post by toasted »

Hello,

Thanks for coming back,

I have this from the apache error log: -

[Sat Nov 18 22:53:20 2006] [error] [client 127.0.0.1] PHP Notice: Undefined variable: serendipity in C:\\Webs\\webroot\\SITE1\\Blog\\index.php on line 20



but not sure what it means exactly. As for the php log I cannot find it anywhere?I will keep looking...

Does this mean anything to you?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Hm, that one is only a php "Notice" which should be non-fatal and only verbose, so it should not be the cause of it. Do you see any other problems?

Maybe you can try to temporarily remove your .htaccess file and see if itworks without it?

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
toasted
Posts: 3
Joined: Sat Nov 18, 2006 11:24 pm

Post by toasted »

Hi There,

I have since reinstalled the blog and it is fine, I can only assume I had made a mistakes somewhere.

Thanks for your help though, much appreciated.
Post Reply