1

Topic: All files white - problem not with settings

I got s trange problem (and yes, I have searched).

I can't access any of the forum files. They just turn out white.
But it's nothing wrong with the database, since I got a "backup" server with almost the same files (connecting to the same database) and there it works perfect.

I guess I can add the config.php file:

<?php

$db_type = 'mysql';
$db_host = 'mysql.hosted.servetheworld.net';
$db_name = 'databasename';
$db_username = 'username';
$db_password = 'password';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = 'cd721ac9';

define('PUN', 1);

Anyone know what the problem might be? I don't feel like reinstalling since I got alot of plugins and such.


Yours, Runar

Re: All files white - problem not with settings

The same database != the same files
Have you edited common.php (in your language folder)? Have you tried clearing your cache folder?

3

Re: All files white - problem not with settings

I didn't change anything.
One day it worked, the next day it was all blank.

And no, I haven't cleared the cache folder. Shall I just delete all files in the Cache folder?

Re: All files white - problem not with settings

Yes

5

Re: All files white - problem not with settings

Tried, and it works.
Thank you smile

By the way; any idea why the cache causes this problem?