Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorPghRed
    • CommentTimeApr 1st 2008
     # 1
    I have just updated from Vanilla 1.1.3 to 1.1.4. I uploaded all the required files. But the Message Board now has 4 error lines at the top. All say:

    Notice: Undefined index TEXT_STICKY in /../../../../Vanilla Fuctions.php on line 18 and on line19.

    The original Boardd had a few stickies at the biginning of the discussion but they are now gone with this new version. How to get rid of the error notice?
    • CommentAuthormiquel
    • CommentTimeApr 1st 2008
     # 2
    are you using any them other than default vanilla one?

    (with default theme also get the errors?)
    •  
      CommentAuthorPghRed
    • CommentTimeApr 2nd 2008
     # 3
    no.. I just have straight vanilla
    • CommentAuthormiquel
    • CommentTimeApr 2nd 2008
     # 4
    weird :(
    •  
      CommentAuthorPghRed
    • CommentTimeApr 2nd 2008
     # 5
    These are probably the lines referred to ...the 4 "Stickys"


    function DiscussionPrefix(&$Configuration, &$Discussion) {
    $Prefix = '';
    if (!$Discussion->Active && $Configuration['TEXT_HIDDEN'] != '') $Prefix = $Configuration['TEXT_HIDDEN'];

    if ($Discussion->Sticky && $Configuration['TEXT_STICKY'] != '' && $Prefix != '') $Prefix .= ', ';
    if ($Discussion->Sticky && $Configuration['TEXT_STICKY'] != '') $Prefix .= $Configuration['TEXT_STICKY'];
    •  
      CommentAuthorPghRed
    • CommentTimeApr 2nd 2008
     # 6
    I have located my error and corrected it.
    • CommentAuthormiquel
    • CommentTimeApr 3rd 2008
     # 7
    congrats!

    Could you post your corrections so if anybody else finds the same problem... ;)

    thanks!
    • CommentAuthornan
    • CommentTimeApr 3rd 2008
     # 8
    Can you please post your solution, I am having the same problem!
    Thanks
Add your comments
    Username Password
  • Format comments as