FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Occasional blank pages and SQL error messages...
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Occasional blank pages and SQL error messages... [message #19994 is a reply to message #19987] Mon, 20 September 2004 22:14 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
open thread.php.t inside src/ directory and change:
if (!($usr->users_opt & 1048576) && !th_moved_perm_chk($r[11])) {

to

if (!($usr->users_opt & 1048576) && $r[11] && !th_moved_perm_chk($r[11])) {


and then rebuild the theme and see if it fixes the problem, please let me know if it does.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: RDF feed doesn't escape entities in titles
Next Topic: "mark all messages read" - redirection
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 23:06:35 GMT 2024

Total time taken to generate the page: 0.04822 seconds