Upgrade Issue: Members List Blank [message #40698] |
Sat, 05 April 2008 17:05 |
treebeard
Messages: 44 Registered: April 2004 Location: Huge Universe
Karma: 0
|
Member |
|
|
I'm in the process of upgrading our PSW forums to 2.7.7 (we were at 2.7.4). Everything appears to have gone well once I ran the upgrade.php script and repopulated customized templates (e.g., to include our custom top, side, and footer elements). However, when I click on the "Members" link, I get a blank page. Generaged html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>
The two forums that I've upgraded so far are churchsound.prosoundweb.com and networkforums.prosoundweb.com. I don't want to upgrade our other forums (especially srforums.prosoundweb.com and recforums.prosoundweb.com, which in aggregate draw over 2 million pageviews/month) if this is an issue.
FWIW, the Admin Control panel is set to Enable Members Search with a setting of 40 members per page.
TIA!
|
|
|
|
|
|
|
|
|
|
|
|
Re: Upgrade Issue: Members List Blank [message #40762 is a reply to message #40738] |
Thu, 10 April 2008 22:19 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
From the error it looks like an apache error page, since forum never sets windows-1252 charset. You need to look at the php's error log (look inside php.ini or phpinfo() for its location).
FUDforum Core Developer
|
|
|
Re: Upgrade Issue: Members List Blank [message #40788 is a reply to message #40762] |
Sat, 12 April 2008 16:39 |
treebeard
Messages: 44 Registered: April 2004 Location: Huge Universe
Karma: 0
|
Member |
|
|
Ilia wrote on Thu, 10 April 2008 18:19 | From the error it looks like an apache error page, since forum never sets windows-1252 charset. You need to look at the php's error log (look inside php.ini or phpinfo() for its location).
|
Could this be what I'm looking for?
[client 41.207.27.39] PHP Fatal error: Call to undefined function: draw_user_link() in /home/www/forums/churchsndforums/theme/path_info/finduser.php on line 244, referer: http://churchsound.prosoundweb.com/index.php?/ml/0f33fae77188e94aa3f46c494d c76e29/?&S=0f33fae77188e94aa3f46c494dc76e29
(Edit) OK, to check further, I temporarily turned display errors ON, and this is the error that I got when I tried to load the members list:
Fatal error: Call to undefined function: draw_user_link() in /home/www/forums/networkforums/theme/path_info/finduser.php on line 244
which matches the error above. So, what do I do about this error?
Thanks!
[Updated on: Sat, 12 April 2008 17:40] Report message to a moderator
|
|
|
|
|
|
|
Re: Upgrade Issue: Members List Blank [message #40824 is a reply to message #40820] |
Tue, 15 April 2008 17:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The simplest solution would be to download latest file from CVS and replace yours with it and then rebuild the theme...
FUDforum Core Developer
|
|
|
|
|
|
|
|
Re: Upgrade Issue: Members List Blank [message #40856 is a reply to message #40849] |
Sun, 20 April 2008 13:53 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The reasons it would give you such an error is because the template change has not been picked up... Are you using a default or custom theme?
FUDforum Core Developer
|
|
|
|
Re: Upgrade Issue: Members List Blank [message #40922 is a reply to message #40898] |
Mon, 28 April 2008 21:52 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, the patch I've posted needs to be applied to both the finduser.tmpl in the path_info directory and the one in the default directory. once that is done, rebuild the theme...
FUDforum Core Developer
|
|
|
|
Re: Upgrade Issue: Members List Blank [message #40939 is a reply to message #40936] |
Tue, 29 April 2008 23:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to add finduser_title entry into msg file inside i18n/english/ directory. Or download msg file from CVS and replace yours with it.
FUDforum Core Developer
|
|
|
|
|
|
|
|