Not signed in (Sign In)

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

    • CommentAuthorLgathana
    • CommentTimeFeb 12th 2009
     
    some text

    There is some text inside the text box in the _install.php page..
    example:
    MySQL host: Textbox = <?=$form['db_host']?>
    MySQL Username: Textbox = <?=$form['db_user']?>
    etc...
    is this error in Plogger or in my apache, php or mysql??? Thanks
    •  
      CommentAuthorsidtheduck
    • CommentTimeFeb 12th 2009
     
    Lgathana,

    It seems that you PHP is not allowing short tags. This has been cleared up in the codebase for the next release, but the beta3 version still has it in. You can either ignore it and type your information in, or you can set your allow_short_tags variable to ON in your php.ini.
    • CommentAuthorLgathana
    • CommentTimeFeb 12th 2009
     
    its working.. thanks a lot for quick reply