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

Home » FUDforum Development » Bug Reports » Undefined offset bug (Undefined offset: 1 in .../theme/default/index.php on line 34)
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Undefined offset bug [message #37679] Fri, 15 June 2007 00:38 Go to next message
grigori is currently offline  grigori   Ukraine
Messages: 15
Registered: June 2007
Location: Ukraine
Karma: 0
Junior Member

Hi, it does not work for me when I click the category title.
When I turn on php_flag display_errors, it writes me
"Undefined offset: 1 in .../theme/default/index.php on line 34"

And really, in index.php.t
if ($cat_id && $collapse[$cat_id])

should be rewritten like
if ($cat_id && !empty($collapse[$cat_id]))


then it works.


P.S. I really liked reading the code Smile

WBR, Grigori

[Updated on: Fri, 15 June 2007 13:25]

Report message to a moderator

Re: Undefined offset bug [message #37715 is a reply to message #37679] Sun, 17 June 2007 14:42 Go to previous message
Ilia is currently offline  Ilia   
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
The bug was fixed in CVS, thanks.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Apache server - anwar khan auctions
Next Topic: tags_to_html() Bug
Goto Forum:
  

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

Current Time: Sat Sep 28 23:41:46 GMT 2024

Total time taken to generate the page: 0.02258 seconds