Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: frankhurtShouldn't the index page at least show the "plogger test collection" there by default?Nope. Plogger only shows albums or collections that have an image in them (no point in showing an empty album, is there?)
Posted By: frankhurtThe install page showed some php coding in the text entry fields, so I just deleted it and entered the required info.That is odd. Can you post what the code is?
Posted By: frankhurtWhen the installation was complete I received a display telling me user name and password, however the actual info was missing.This sounds like a session issue. Are you running PHP5 by chance? The default setting for session.save_path in PHP5 is blank by default and has caused some issues in the past because webhosts don't set it up when upgrading to PHP5. I'm guessing this is what is happening with you.
Posted By: frankhurtDid I miss the instruction on how this was handled or is something wrong?Plogger is supposed to email you the information during install.
Posted By: frankhurtWhen I try to upload images to the collection/album via the (Upload tab) I get an error message "File does not exist!".You said it created the collection and album. Can you verify that it created the actual directory under 'images/'? I'm guessing that something went haywire during the install process and only the database was updated. The beta3 version has some issues with suppressed errors (especially during the install process) that we're attempting to remedy in the newest code. If you can verify that the directories were actually created and verify what the CHMOD permissions and ownership are, that would help us to determine what is going on with your installation.
} else if (!is_allowed_extension($pi["extension"])) {
$output .= '<p class="errors">' . plog_tr('Plogger cannot handle this type of file') . '</p>';
} else if ($_FILES['userfile']['size'] == 0) {
$output .= '<p class="errors">' . plog_tr('File does not exist!') . '</p>';
} else if (!isset($_REQUEST["destination_radio"])) {
} else if (!is_allowed_extension($pi["extension"])) {
$output .= '<p class="errors">' . plog_tr('Plogger cannot handle this type of file') . '</p>';
// } else if ($_FILES['userfile']['size'] == 0) {
// $output .= '<p class="errors">' . plog_tr('File does not exist!') . '</p>';
} else if (!isset($_REQUEST["destination_radio"])) {
1 to 9 of 9