Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: _leon_The Gallery URL I'm assuming just needs to be the root of your plogger installation?
Posted By: amastersIn version 2, I could use html in some of the fields (title, caption) but in this beta3 version, I don't seem to be able to do that. Any suggestions?
Posted By: kentsv.plogger.org:80 for latest nightly ? whats the username and password ?
Posted By: andros69Mike,
I just upgraded to the latest alpha. Once I did, all my thumbs were not showing. It turns out that the src for the images was "thumbs/fileName.jpg", without the full URL to the thumb. I went and manually added "/photos/" to each call to the SRC of the image in my templates.
Is this a new change, did I miss something?
Posted By: mike
Andros, is your "Gallery URL" set correctly on the Plogger options page? I don't remember changing anything with the way thumbnail URL's are generated...
ul#slides li
element.
<?php
plogger_get_header();
print '<div id="thumbnail_container">';
if (plogger_has_pictures()) {
print '<input type="hidden" name="dl_type" value="pictures" />';
print '<ul id="slides">';
while(plogger_has_pictures()) {
plogger_load_picture();
// display thumbnails within album
// generate XHTML with thumbnail and link to picture view.
$capt = plogger_get_picture_caption();
// find thumbnail width
$thumb_info = plogger_get_thumbnail_info();
$thumb_width = $thumb_info[0]; // The width of the image. It is integer data type.
$li_width = $thumb_width + 16; // The li_width is 16 pixels greater than the width of the image.
$img_id = "thumb-".plogger_get_picture_id();
$imgtag = '<img id="' . $img_id . '" class="photos"
src="'.plogger_get_picture_thumb().'" title="'.$capt.'" alt="'.$capt.'" />';
print '<li class="thumbnail" style="width:'.$li_width.'px;"><a title="'.$capt.'" href="' . plogger_get_picture_thumb(THUMB_LARGE) . '" rel="lightbox">' . $imgtag . "</a>";
print plogger_download_checkbox(plogger_get_picture_id());
print '<div class="tag">' . $capt . '</div></li>';
}
print '</ul>';
}
else{
print '<div id="no-pictures-msg">There are no pictures in this album.</div>';
}
print '</div>';
plogger_get_footer();
?>
Login to admin
SELECT * FROM `plogger_config`
In file: /bild/admin/plog-upload.php
On line: 17
Notice: Undefined index: install_values in /mounted-storage/.../plogger3/_install.php on line 20
Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid/gid is 5306/5306 is not allowed to access /mounted-storage/.../plogger3/images/plogger_test_collection owned by uid/gid 99/99 in /mounted-storage/.../plogger3/admin/plog-admin-functions.php on line 880
Notice: Undefined variable: path in /mounted-storage/.../plogger3/admin/plog-admin-functions.php on line 518
Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/.../plogger3/_install.php:20) in /mounted-storage/.../plogger3/_install.php on line 27
, but I could enter in admin area, could change options and create collection, but when try to create album I receive message Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid/gid is 5306/5306 is not allowed to access /mounted-storage/.../plogger3/images/nude_galleries owned by uid/gid 99/99 in /mounted-storage/.../plogger3/admin/plog-admin-functions.php on line 880
Posted By: sicruiseI'm also getting...
SELECT * FROM `plogger_config`
In file: /admin/plog-upload.php
On line: 17
I was initially upgrading from version 2 and received this error... so decided to do a complete fresh install and i'm getting the same error when trying to access the admin section.
Any move on a fix for this?
{EDIT}Not 100% on what caused this... but removing all tables again and removing all files related to plogger off my server and reinstalling did the trick... working away at it now! Bring on the multiple users!!{EDIT}
Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid/gid is 5306/5306 is not allowed to access /mounted-storage/home7/.../plogger/images/plogger-test-collection owned by uid/gid 99/99 in /mounted-storage/home7/.../plogger/admin/plog-admin-functions.php on line 880
Notice: Undefined variable: path in /mounted-storage/home7/.../plogger/admin/plog-admin-functions.php on line 518
Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home7/.../plogger/admin/plog-admin-functions.php:880) in /mounted-storage/home7/.../plogger/_install.php on line 27
Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid/gid is 5306/5306 is not allowed to access /mounted-storage/home7/.../plogger/images/novo owned by uid/gid 99/99 in /mounted-storage/home7/.../plogger/admin/plog-admin-functions.php on line 880