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
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.