| Author |
Message |
pdoobepd Worker


Joined: May 07, 2005 Posts: 129
|
Posted:
Sat Feb 18, 2006 1:34 pm |
|
Hi guys... I am working on a friends site for him and just upgraded/patched his site a day or two ago.
Yesterday I went to edit the Forums in the Forum admin. area and it will only load to a blank page. (?)
I am not even sure where to begin looking for this problems fix. I have searched your board and tried a couple of possible fixes and none of those work.
The Link to the Forums admin page shows as follows:
| Quote: | | http://www.thesite.com/admin.php?op=forums |
Needless to say it loads to a blank page so I can not "see what the error is" Any Ideas on the fix ???
Ging... |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4821
|
Posted:
Sat Feb 18, 2006 3:49 pm |
|
In config.php set error reporting to true and see what errors you get (if any). |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Sat Feb 18, 2006 4:34 pm |
|
i remembered i had a similar thing long ago...was caused by the forum config including the mainfile to many times... |
|
|
|
 |
pdoobepd Worker


Joined: May 07, 2005 Posts: 129
|
Posted:
Sat Feb 18, 2006 6:25 pm |
|
The Code in modules/forums config.php looks like this
| Code: | if(defined('INSIDE_MOD')) {
@include_once("mainfile.php");
} else {
@include_once("../../mainfile.php");
}
define('PHPBB_INSTALLED', true); |
I also tried turning on the error reporting...I got nothing no error reported and still get a blank page for the Forum Admin page. (?) |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Sat Feb 18, 2006 6:34 pm |
|
Ok..
First backup your files right?.....
Ok..then put ONLY this in the forum config....
define('PHPBB_INSTALLED', true); |
|
|
|
 |
pdoobepd Worker


Joined: May 07, 2005 Posts: 129
|
Posted:
Sat Feb 18, 2006 6:37 pm |
|
Files as in the entire forum or just how the config was before the edit ? |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Sat Feb 18, 2006 6:40 pm |
|
No...
Only backup the file your gonna edit..
So in this case the config in your forum...
The only thing in the config should only be the include i posted... |
|
|
|
 |
pdoobepd Worker


Joined: May 07, 2005 Posts: 129
|
Posted:
Sat Feb 18, 2006 6:43 pm |
|
hmmm Did the edit as you suggested...Still get a blank page (?)
I don't know if this will give you a clue as to what is wrong...but when I veiw the source on the "blank page for forum admin" all that is there is...
| Code: | | <html><body></body></html> |
Ging... |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Sat Feb 18, 2006 6:48 pm |
|
ok put the config.php backup back.....
ive send a pm to evaders...
he will reply here as soon as he can....(or someone else) |
|
|
|
 |
pdoobepd Worker


Joined: May 07, 2005 Posts: 129
|
Posted:
Sat Feb 18, 2006 7:12 pm |
|
ok Thanks for the effort and asking for other help persona_non_grata
Ging... |
|
|
|
 |
evaders99 Moderator

Joined: Apr 30, 2004 Posts: 2847
|
Posted:
Sat Feb 18, 2006 7:29 pm |
|
Well the entire file should be
| Code: |
<?
define('PHPBB_INSTALLED', true);
?>
|
Try going to modules/Forums/admin directly
Not sure what else it could be |
|
|
|
 |
pdoobepd Worker


Joined: May 07, 2005 Posts: 129
|
Posted:
Sat Feb 18, 2006 7:35 pm |
|
I tried the fix no go still get a blank page...also tried going directly to the page as you suggested evader...Bust again still getting blank page. |
|
|
|
 |
AldoPestoy New Member


Joined: Mar 15, 2006 Posts: 2
|
Posted:
Thu Mar 16, 2006 11:34 am |
|
pdoobepd, did you solve this? I'm having the same problem (word by word) with nuke 7.4 & Sentinel 2.4.2. I tried every fix suggested in this topic, but no one worked. |
|
|
|
 |
pdoobepd Worker


Joined: May 07, 2005 Posts: 129
|
Posted:
Fri Mar 17, 2006 9:56 am |
|
Nope Problem not solved. I haven't had time to re-install site into new directory and start fresh yet. So Yes the forum admin page is still showing up Blank. |
|
|
|
 |
AldoPestoy New Member


Joined: Mar 15, 2006 Posts: 2
|
Posted:
Tue Mar 21, 2006 10:16 am |
|
OK, I think I'll reinstall the site too. Thanks for your answer. |
|
|
|
 |
Poor_Knight New Member


Joined: Mar 23, 2006 Posts: 2
|
Posted:
Thu Mar 23, 2006 6:43 pm |
|
Been searching for this solution as well. Same boat (7.5 with 3.1 patch).
Trying all solutions with no success. Hoping to avoid a full re-install. Any more ideas? |
|
|
|
 |
Poor_Knight New Member


Joined: Mar 23, 2006 Posts: 2
|
Posted:
Thu Mar 23, 2006 6:58 pm |
|
Ok, found this link in another thread on this site. I'll repost the link here in case someone finds this thread first
This solved it for me.
Thanks everyone! |
|
|
|
 |
heidialyssa New Member


Joined: Mar 21, 2006 Posts: 13
|
Posted:
Sat Mar 25, 2006 2:12 am |
|
I did the things listed in the above nukefixes post, yet still have a plank forums page and the illegal path disclosure. |
|
|
|
 |
|
|
|
|