Permissions Problem

Having trouble installing serendipity?
Post Reply
igos

Permissions Problem

Post by igos »

I have installed fresh Fedora Core with Apache, and so on.
I tried to install Serendipity, but I have some problems with permissions.
When i tried to install it sayes me that folders are unwritable (but i chmod them to 777)
First problem I fix by linking templates_c to /tmp/templates_c and it's working.
But I don't know how to fix second problem with permissions to /home/igos/public_html/ where my weblog is.

How can I fix it?

Can I install manualy?
What files should I edit to install manualy?
dma147
Regular
Posts: 132
Joined: Thu Sep 08, 2005 1:50 pm
Location: Berlin
Contact:

Post by dma147 »

Is your blog directly under /home/igos/public_html or is in in a subdirectory like: /home/igos/public_html/blog?

In the first case, try: chmod -R 777 /home/igos/public_html
in the second case, try: chmod -R 777 /home/igos/public_html/blog

then try to install again.

Note: This method is not recommended, but with such permission problems, it's the best way to get it running.
Alexander Mieland, dma147
http://blog.linux-stats.org
igos

Post by igos »

now I know what was wrong.
I disable SElinux and now everything is good, but after installation it return me a white page, but admin page works.
What now?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Check your apache and PHP error logs; a white page usually means that PHP is coredumping.

Regards,
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/
Post Reply