I'm running the latest CMS that I just installed on a new server. The install went fine (and I have sucessfuly installed cms before on another server but the index.php page is blank. The Admin section is fine. Any ideas? Wrong folder permissions?
Both server are running PHP5.2 MySQL 4 and apache 2.2. I'm running 1.0.4 on a linux box.
Robert Davis
Blank Page on Index
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Blank Page on Index
Yes, you can have this problem if there are permissions problems, and/or of safe mode is running and ownerships don't match up.
There also may be a problem in the uploaded files causing a php error.
The best way to diagnose whtat the problem is is to see your web servers error logs.
There also may be a problem in the uploaded files causing a php error.
The best way to diagnose whtat the problem is is to see your web servers error logs.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Blank Page on Index
Safe mode is off. Permissions on "writable" directories is 666, I will try 777 and check the log.