x
 
Create New Page

Revision: Blank Screen

Revision from: 19:50, 18 Aug 2006

When I go to my weblog I just get a blank screen

There are a number of things this can be:

Table of Contents


Your path.php is not setup correctly

It must contain, at least, the path to your system directory:

<?php
$system_path
= "./system/";
?>

The permissions on this file must be set to 666 or 777.

NOTE: This problem can also occur if the $template_group is set to a non-existant template group.

The Default home page is not set

Templates -> Choose the template group that contains the correct index to be served -> Edit Group

5d39342db0f0dd63b7419cd1220066ba -> 7daa688b3d5d80df8d34cb4624dfa058

It’s a Cache problem

* Delete and replace cache directories
* Check permissions on cache directories set to 777

There’s an error in your PHP

*Turn debugging on: Admin > Debugging Preferences

If no errors are displayed and some bits work but other bits just produce blank screens. Have you recently made a change to a language file? An error in your language file will not display an error.

http://www.pmachine.com/forum/threads.php?id=24900_0_21_0_C

Category:Troubleshooting

Categories: