Not signed in (Sign In)

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

    • CommentAuthorJohan
    • CommentTimeDec 6th 2005
     
    In the trunk I downloaded it says beta 2 in the readme, so Im not sure if thats right or not, but anyway. I get an include error when posting comments, when I delete the two includlines (Warning: main(../plog-functions.php) [function.main]) in plog-admin-funcitons.php the comment get posted, then I need to add them back to get the site working again..
    •  
      CommentAuthormike
    • CommentTimeDec 6th 2005 edited
     
    Johan,

    The nightlies are unsupported, please use at your own risk.

    But thanks for the tip, you actually spotted a bug in the code I just changed to patch the security vulnerability, apparently this breaks the comments (DOH!)
    • CommentAuthorJohan
    • CommentTimeDec 6th 2005 edited
     
    Hehe, whatever I say here shouldn't be considered as a complaint or so, I'm just trying to help! Do you have a tip for fixing the bug? I'm really close of having an alpha interface ready :)
    •  
      CommentAuthormike
    • CommentTimeDec 6th 2005 edited
     
    Yes, just change those include lines in plog-admin-functions.php back to


    require_once($config['basedir'] . "/plog-functions.php");
    require_once($config['basedir'] . "/lib/exifer1_4/exif.php");


    Until I can figure out what the hell is going on. As long as you have register_globals turned off there shoudn't be any problems.
    • CommentAuthorJohan
    • CommentTimeDec 6th 2005
     
    Great! Thanks!