SOLVED - All Pages In My Forum Are Now Empty (blank)


Subject: SOLVED - All Pages In My Forum Are Now Empty (blank)
Something happened to my forum. Now any PHP page does not load anything. When I go to any php page I get a blank page. If I go to "view source" I only get this:

Code: [Download] [Hide] [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


I can see any other html page under my domain, but no the php ones. Also, I have two other forums for testing purpose below the same domain and both are working well. So I thign is not my hosting company.

I cannot enter into ACP so I can reset any suspicious value.

I don't know if this can be a theme, style, db, or config issue.


I will thank any help you can bring me on this.



http://www.forobebe.com
Icy Phoenix 1.1.0.15a
Paid Hosting

Last edited by kognos on Sun 26 Aug, 2007 13:27; edited 1 time in total
Profile PM  
Subject: Re: All Pages In My Forum Are Now Empty (blank)
After what did this happend? try to empty cache

Subject: Re: All Pages In My Forum Are Now Empty (blank)
The only thing I did is change something in the StyleMod screen. (look at picture)

screen

Also, I did aware that some values had old values (from phpBB Plus) for example, the default style was subSilver but I dont have that style.

The thing is that I understood this just a second after I press the sumit button.

After the "caos", I try to look in DB and change the style value from subSilver to mg_themes in the config table, but that didn't solved the problem. I can't find the other value in the config table.

Profile PM  
Subject: Re: All Pages In My Forum Are Now Empty (blank)
I restored the config table but the problem continues. I don't remember touching anything when the problems occurred. In fact, I think I was viewing the forum and a few minutes later, boom! When I want to enter again, all is blank.

Is there a way to debug what happen with the php file when I call it in my browser? I need to know what is causing the problem but the page don't throw any messages or errors.

Any suggestions?

Profile PM  
Subject: Re: All Pages In My Forum Are Now Empty (blank)
Ok, solved. Uff !!

After cleaning the cache and a few tables and files restored, I found this post that saved my life.


m740 wrote: [View Post]
1.

open "includes/functions_categories_hierarchy.PHP"

Find:

Code: [Download] [Hide] [Select]
define('CACHE_TREE', true);
//define('CACHE_WORDS', true);
define('CACHE_THEMES', true);


replace:

Code: [Download] [Hide] [Select]
//define('CACHE_TREE', true);
//define('CACHE_WORDS', true);
//define('CACHE_THEMES', true);


2.

replace: includes/def_themes.php, includes/def_tree.php, includes/def_words.php by the originals files.

3.

Delete cache files.



First, I did comment the cache variables in functions_categories_hierarchy.PHP and that waked up the forum, so I understood that def_themes or def_tree may be corrupted. Then I did replace them with the original ones and uncomment the variables in functions_categories_hierarchy.PHP.

After that, all is working like a charm right now.


Thanks m740 and thanks a lot for your asistance Zuker.

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.428s (PHP: 4% SQL: 96%)
SQL queries: 29 - Debug Off - GZIP Enabled