Re: Problem re-opening FUDforum after maintenance [message #40058 is a reply to message #36562] |
Tue, 08 January 2008 20:28 |
sommer
Messages: 21 Registered: December 2005 Location: Denmark
Karma:
|
Junior Member |
|
|
Hi,
It has been long 9 months since I last had a look at this problem. Was hired by another company hence I didn't have time to search for the error.
I have found out that when logged in to eGroupWare with admin rights and
- clicking the "Admin" and
- scrolling down to and clicking the "Site configuration" link associated to the FUDforum I get a blank screen.
I have opened the php-error log which shows the following error-lines:
[Tue Jan 08 20:29:22 2008] [error] [client 87.57.xxx.xxx] PHP Notice: Undefined index: is_post in /srv/www/vhosts/playitsound.dk/httpdocs/egroupware/fudforum/setup/base/incl ude/theme/default/users.inc on line 628, referer: http://www.domain.dk/egroupware/admin/index.php
[Tue Jan 08 20:29:22 2008] [error] [client 87.57.xxx.xxx] PHP Notice: Undefined index: is_aol in /srv/www/vhosts/playitsound.dk/httpdocs/egroupware/fudforum/setup/base/incl ude/theme/default/users.inc on line 628, referer: http://www.domain.dk/egroupware/admin/index.php
This is the content of the lines 628 through 634:
if ($GLOBALS['is_post'] || $GLOBALS['is_aol'] || $u->id > 1) {
header("Cache-Control: no-store, private, must-revalidate, proxy-revalidate, post-check=0, pre-check=0, max-age=0, s-maxage=0");
if (!$GLOBALS['is_aol']) { /* these headers cause troubles for AOL browser (amazing POS) */
header("Expires: Mon, 21 Jan 1980 06:01:01 GMT");
header("Pragma: no-cache");
}
}
I know that the problem most likely derives from an error somewhere earlier in the proces of opening the admin-panel.
I still haven't figured out how to solve this problem and I sincerely hope someone is able to help me.
Thank you!
Henrik
[Updated on: Tue, 08 January 2008 20:30] Report message to a moderator
|
|
|