Plogger Support Forum - All Discussions Thu, 28 Mar 2024 17:44:45 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 I translated and plogger put error message in my page, any help? http://www.plogger.org/forum/comments.php?DiscussionID=3602 http://www.plogger.org/forum/comments.php?DiscussionID=3602 Fri, 17 Jun 2011 03:32:53 +0000 Southpaw
Notice: Undefined property: gettext_reader::$ORIGINALS in /home/aaapeehe/public_html/toimintojentalo/testi/plog-includes/lib/gettext/gettext.php on line 83
Notice: Undefined property: gettext_reader::$TRANSLATIONS in /home/aaapeehe/public_html/toimintojentalo/testi/plog-includes/lib/gettext/gettext.php on line 94

I don't get what's the problem so can anyone help? There is the code but I just dont get it since I havent touch it at all so the code is original.

81 function load_tables($translations=false) {
82 // if tables are loaded do not load them again
83 if (!is_array($this->ORIGINALS)) {
84 $this->ORIGINALS = array();
85 $this->STREAM->seekto($this->originals);
86 for ($i=0; $i<$this->total; $i++) {
87 $len = $this->readint();
88 $ofs = $this->readint();
89 $this->ORIGINALS[] = array($len,$ofs);
90 }
91 }
92
93 // similar for translations
94 if ($translations and !is_array($this->TRANSLATIONS)) {
95 $this->TRANSLATIONS = array();
96 $this->STREAM->seekto($this->translations);
97 for ($i=0; $i<$this->total; $i++) {
98 $len = $this->readint();
99 $ofs = $this->readint();
100 $this->TRANSLATIONS[] = array($len,$ofs);]]>
Yellow lines in poedit http://www.plogger.org/forum/comments.php?DiscussionID=3601 http://www.plogger.org/forum/comments.php?DiscussionID=3601 Wed, 15 Jun 2011 03:24:25 +0000 Southpaw these instructions and everything is fine this far. I'm translated those blue lines in poedit but now I'm wondering what are those yellow lines and must I translate those as well so my translation works properly? I mean are those just old translation things or what?]]> .htaccess and Cruft-Free URLs doubles slashes http://www.plogger.org/forum/comments.php?DiscussionID=2925 http://www.plogger.org/forum/comments.php?DiscussionID=2925 Tue, 03 Nov 2009 07:35:41 +0000 Michael Tully
looked in the Database for trailing slashed under the Path section, not a thing

heres the the .htaccess


# BEGIN Plogger
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !(\.|/$)
RewriteRule ^.*$ http://www.planet-templates.com%{REQUEST_URI}/ [R=301,L]
RewriteCond %{HTTP_HOST} !^www [NC]
RewriteRule ^(.*)$ http://www.planet-templates.com/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.*$ - [S=2]
RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
RewriteRule ^.*$ index.php?path=%{REQUEST_URI} [L]
</IfModule>
# END Plogger


here the URL

http://www.planet-templates.com

Cheers
Michael]]>
Plogger still being developed? http://www.plogger.org/forum/comments.php?DiscussionID=3569 http://www.plogger.org/forum/comments.php?DiscussionID=3569 Fri, 22 Apr 2011 09:43:04 +0000 floriske.nl
If so, too bad, it's a gallery with a lot op potential to it and an already very solid base!]]>
Just a big thanks to ploggeer http://www.plogger.org/forum/comments.php?DiscussionID=3593 http://www.plogger.org/forum/comments.php?DiscussionID=3593 Mon, 30 May 2011 05:47:34 +0000
I just wanted to let you know that after looking at several (it went into double figures) galleries, I found plogger.

I have the latest version of wamp running, installed plogger and it worked straight out of the box with one exception. I had to turn error reporting off in my php ini which was the easiest way for me to do as I am the admin but apart from that, its an awesome gallery.

Regards
www.minitureman.co.uk]]>
Heaps of praise for Plogger and a feature suggestion! http://www.plogger.org/forum/comments.php?DiscussionID=3514 http://www.plogger.org/forum/comments.php?DiscussionID=3514 Tue, 22 Feb 2011 16:00:27 +0000 Tidosho My praise for Plogger
Plogger is AWESOME, and I'll say it again, AWESOME!! I've tried all the big name gallery software titles, like Gallery, and Coppermne. Coppermine is just confusing and intimidating (and I'm an advanced webserver admin & programmer!!). Gallery was nice and cute, but didn't do simple things like show full size images withut code changes!

Plogger is everything they weren't, and more. Cute, quick, flexible, easy to understand, and does the job first time. It also has a great Wordpress-y feeling about it, I use Wordpress a ton, so felt right at home! I love the new plugins feature, and when that gets going, Plogger will be awesome.

    Feature suggestions


Folder FTP suggestion
When adding albums using the folder feature when you upload folders of images, I love how it creates albums based on the folder name. BUT, it only does it for ONE folder at a time. If you try to do ALL folders at once, the Album name is blank. It would be nice if you could automatically create new albums with the name of each folder, for all folders at once.

    Auto file title feature

When adding pictures, you have to fill in titles manually. My pictures use numbers, like 001, 002 etc, but it doesn't really matter, it would be nice to have the Title filled in automatically based on file name if you wish, whatever name it uses. I already sort titles of files before uploading them.

These two features would make my mass uploading life so much easier. They can be built in, or as plugins, maybe? A donation is soon coming your way, Plogger guys, bet your life on it! Thankyou sooo much for this briliant software!!]]>
Duplicate A Gallery For Another Sie http://www.plogger.org/forum/comments.php?DiscussionID=3589 http://www.plogger.org/forum/comments.php?DiscussionID=3589 Wed, 18 May 2011 14:18:42 +0000 PtsAdmin I'd like to make an exact duplicate of my gallery on another of my sites. How would I go about doing that?
Thanks,
Mike]]>
Installed but what next http://www.plogger.org/forum/comments.php?DiscussionID=3591 http://www.plogger.org/forum/comments.php?DiscussionID=3591 Sun, 22 May 2011 13:45:48 +0000
Just installed Plogger and can get to main '/gallery/index.php' page but because there are no images this is virtually blank. How do I add new users and then allow them to upload pictures?

Thanks,]]>
Plogger gallery not working http://www.plogger.org/forum/comments.php?DiscussionID=3586 http://www.plogger.org/forum/comments.php?DiscussionID=3586 Mon, 16 May 2011 05:41:09 +0000 gaa
The problem is, once I forgot to downsize the photos before uploading via FTP to the uploads folder, so I cancelled (I use FileZilla FTP client). So I cancelled the transfer process and reuploaded the downsized ones. So I had a lot of queued files left (the non-downsized ones). The gallery was refusing to open, but logging in to the gallery, I could see the files were there (I imported the images uploaded). So I deleted the original files and resumed the transfer (so that the uploads would fail, but there wouldn't be anything stuck. But the gallery is simply not working.

So while I can login to the Gallery admin page at http://gaa.org.np/gallery/plog-admin/ which shows all the files that i have uploaded (screenshot: http://imageshack.us/photo/my-images/828/gallerygaaplog.jpg/ )

But the actual gallery at www.gaa.org.np/gallery is not working.

Other parts of the gaa.org.np are working just fine, so I know it's not a problem with our servers.

Please help. Thanks in advanced. (Also, thanks to the Plogger team for the wonderful software, it has worked great so far.)]]>
Custom Links? http://www.plogger.org/forum/comments.php?DiscussionID=3585 http://www.plogger.org/forum/comments.php?DiscussionID=3585 Fri, 13 May 2011 02:56:44 +0000 cameling
Any help would be greatly appreciated!]]>
adding images via zip file process confusion http://www.plogger.org/forum/comments.php?DiscussionID=3567 http://www.plogger.org/forum/comments.php?DiscussionID=3567 Tue, 19 Apr 2011 14:19:07 +0000 gwp
I have various zip files with images in and i have gone through the process of uploading them several times (all different zips)
This is the process i use.
admin/upload tab
browse to intended zip file.
then select "Create a new album" and give it a name (Eg summer flowers)
choose collection of "Flowers"
The zip uploads and then it starts to convert images.
and takes me to the "Import" tab
Then it says 100% done.
I then scroll right down to the bottom and then have to choose again the name of the album (Spring Flowers) and the collection to put them in?
I then select "Import"

so...
1. why do i have to name and choose the album twice
2, is it supposed to use the name of the album i choose the first time (summer flomers) or the one i had to make on the import page (Spring Flowers)
3. or am i doing something wrong ? :)

Thanks]]>
Multiple Users http://www.plogger.org/forum/comments.php?DiscussionID=3568 http://www.plogger.org/forum/comments.php?DiscussionID=3568 Fri, 22 Apr 2011 07:36:59 +0000 ppetree
I'm developing a new site and I'm looking to add photo upload capabilities for my users. Basically, each user wants to create folders (some folders public, some private, some shared with "friends") add photos, add comments etc.

Plogger seems to have tons of features but it looks like its meant for one user to upload photos for a single site and not to allow multiple users to manage photos for their own accounts.

Is this a correct understanding?
If I am correct, does anyone know of a php script to handle what I want?
If I am NOT correct, what's involved with integrating Plogger with another site? Is there an easy script for managing account integration?

Thanks,

Pete]]>
Undefined Index error and Manage issue http://www.plogger.org/forum/comments.php?DiscussionID=3581 http://www.plogger.org/forum/comments.php?DiscussionID=3581 Wed, 04 May 2011 20:01:20 +0000 jamie
First, whenever I'm logged into the admin section, I have this error message across the top of the screen:
Notice: Undefined index: JPG Support in /home/stopanti/public_html/gallery/plog-admin/plog-admin-functions.php on line 1986

I did initially also have assorted Depreciated Function errors, but I solved these by following the instructions here. ie: Download phpThumb_5.3_fix.zip: http://sourceforge.net/tracker/?func=detail&aid=2991128&group_id=106407&atid=643974
And extract the files to "plogger\plog-includes\lib\phpthumb" overwriting everything (you may want to make a backup before hand just in case).


The other problem I'm having is that I'm unable to manage albums or individual images. If I click on the Manage tab, it takes me (correctly) to the Manage Content page, where I see a list of collections. But if I click on a collection, or the "edit" button, instead of it taking me to the correct link (eg: http://stopantivaxnetwork.com/gallery/plog-admin/?level=albums&id=2), there is a pause, and I'm redirected to the upload page. So there's no way for me to add, edit or delete albums.

My host is running Apache 2.2.15 and MySQL 5.0.92-community and PHP 5.3.2, if that info helps.


Many thanks for any assistance.]]>
What does this mean http://www.plogger.org/forum/comments.php?DiscussionID=3574 http://www.plogger.org/forum/comments.php?DiscussionID=3574 Sun, 24 Apr 2011 18:38:07 +0000
Deprecated: Function eregi() is deprecated in /home/ /public_html/gallery/plog-includes/lib/phpthumb/phpthumb.functions.php on line 362 (there are more lines )]]>
Forgot Pass http://www.plogger.org/forum/comments.php?DiscussionID=3573 http://www.plogger.org/forum/comments.php?DiscussionID=3573 Sun, 24 Apr 2011 14:57:47 +0000
I forgot my plogger password for my photo gallery. So i did the forgot password and typed in my email in the request area. Its not picking my email any reason.]]>
Album protected http://www.plogger.org/forum/comments.php?DiscussionID=3583 http://www.plogger.org/forum/comments.php?DiscussionID=3583 Thu, 05 May 2011 07:05:38 +0000 filippo How can I protect some albums that I listed and give them form by using a different password?
I read some threads on the forum but did not give the possibility to put a different password using the form.

Thanks in advance!]]>
Different sort parameters in different albums? http://www.plogger.org/forum/comments.php?DiscussionID=3575 http://www.plogger.org/forum/comments.php?DiscussionID=3575 Tue, 26 Apr 2011 05:21:43 +0000 NaOH
I'm looking for a way to use different sort orders or parameters in different albums. I have some albums where I want images to be sorted ASC by date, others DESC by date, etc.

I already have a method to determine which albums should sort which way, I just can't get the actual sort direction to change. I have attempted to set $_SESSION['plogger_sortdir'] = "DESC"; for example, but that doesn't seem to work.

Any ideas, anyone? Thanks!]]>
seo - titletag for pages in album http://www.plogger.org/forum/comments.php?DiscussionID=2096 http://www.plogger.org/forum/comments.php?DiscussionID=2096 Tue, 12 Aug 2008 22:43:55 +0000 PieperLy
how can i use a different title for pages in albums?
now, it's so:
title: Wallpapers » Flowers

.../wallpapers/flowers
.../wallpapers/flowers/?page2
.../wallpapers/flowers/?page3
.../wallpapers/flowers/?page4
...
.../wallpapers/flowers/?page50
for 50 flowersites the same title: Wallpapers » Flowers

how can i use in title:
Wallpapers » Flowers » Page 2
Wallpapers » Flowers » Page 3
Wallpapers » Flowers » Page 4
...

or so:
Wallpapers » Flowers » 2
Wallpapers » Flowers » 3
Wallpapers » Flowers » 4
...



reagards from germany
uwe]]>
Images not getting enlarged http://www.plogger.org/forum/comments.php?DiscussionID=3571 http://www.plogger.org/forum/comments.php?DiscussionID=3571 Sun, 24 Apr 2011 05:59:36 +0000
1. On image thumbs; when i click nothing happens - script cannot find bigger images. I can see the path in status bar "index.phpimages/"

Dont know how to correct this?

2. I have a flash banner, on all pages. It shows on /plogger/index.php page but does not work on the inner page.

I am sure it is to do with path; any help would be much appreciated.

Gallery is installed on www.maxlimos.com

Thank you in advance.]]>
Friendly URL Error (http://mydomain.com/index.php?level=album&id=x) http://www.plogger.org/forum/comments.php?DiscussionID=3570 http://www.plogger.org/forum/comments.php?DiscussionID=3570 Fri, 22 Apr 2011 17:15:11 +0000 kz88 I have a problem with making the url user friendly.
I uploaded the gallery to /catalogue, so it is not in the root folder.

This is how my url looks like in a basic mode:
http://mydomain.com/index.php?p=catalogue&level=album&id=1

This is how it SHOULD look like after setting .htaccess in root folder:
http://mydomain.com/page/catalogue/album/1

But instead, I simply get something like this:
http://mydomain.com/index.php?level=album&id=1

As you can see parameter "p" drops out, I think something is missing or should be modified in .htaccess (root or the one in the plogger's folder)

Could you help me with this?
Thanks in advance,]]>
error with show latest images http://www.plogger.org/forum/comments.php?DiscussionID=3556 http://www.plogger.org/forum/comments.php?DiscussionID=3556 Tue, 05 Apr 2011 09:55:59 +0000 choo Fatal error: Cannot redeclare the_plogger_head() (previously declared in /var/www/vhosts/mysite.com/httpdocs/gallery/plogger.php:126) in /var/www/vhosts/mysite.com/httpdocs/gallery/plogger.php on line 133

If anyone could give me any idea how to fix this i'd be really grateful the rest of the plogger works well]]>
Remove the file extension from picture.php http://www.plogger.org/forum/comments.php?DiscussionID=3566 http://www.plogger.org/forum/comments.php?DiscussionID=3566 Tue, 19 Apr 2011 13:55:34 +0000 gwp abc1234.jpg to abc1234 only
Is there a way of having plogger do this (Only on the default theme/picture page)

Thanks for any help with this :)]]>
Plogger album Does not work in Internet Explorer :-( http://www.plogger.org/forum/comments.php?DiscussionID=3559 http://www.plogger.org/forum/comments.php?DiscussionID=3559 Fri, 08 Apr 2011 16:26:34 +0000
]]>
Sort Collections and Albums by date the last picture was uploaded http://www.plogger.org/forum/comments.php?DiscussionID=3565 http://www.plogger.org/forum/comments.php?DiscussionID=3565 Tue, 19 Apr 2011 04:39:31 +0000 floriske.nl
"Plog-admin >> Options >> album and collection sort order"

So that albums are ordered by date the latest pictures where uploaded?

For example:

2 days ago uploaded a picture to album B
yesterday uploaded a picture to album C
today uploaded a picture to album A

Current album sort order: A C B]]>
Moved plogger to a new folder and now can't upload pics http://www.plogger.org/forum/comments.php?DiscussionID=3564 http://www.plogger.org/forum/comments.php?DiscussionID=3564 Mon, 18 Apr 2011 06:31:05 +0000 jofield
I have had plogger running perfectly on my website for about a year now. I recently need to move the folder it is saved in on my hosting account, the move generally went well, I logged into options and reset all the new paths. However, now I can't upload photos any more, I get permission errors and yet nothing else has changed.

Error message reads:
Warning: move_uploaded_file(/home/fieldshy/public_html/jennyreid.co.uk/plog-content/images/house-photos/garden-photos/100_1521.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/fieldshy/public_html/jennyreid.co.uk/plog-admin/plog-admin-functions.php on line 273

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phph1i0WM' to '/home/fieldshy/public_html/jennyreid.co.uk/plog-content/images/house-photos/garden-photos/100_1521.jpg' in /home/fieldshy/public_html/jennyreid.co.uk/plog-admin/plog-admin-functions.php on line 273

Please can anyone help as I have spent hours trying to work out what else needs changing but cannot work it out.

Many, many thanks]]>
Adding things like upload_max_filesize in .hatccess breaks the gallery http://www.plogger.org/forum/comments.php?DiscussionID=3563 http://www.plogger.org/forum/comments.php?DiscussionID=3563 Mon, 18 Apr 2011 04:38:05 +0000 burzum
If I could make the server refresh the php.ini values, I would add something like this:

upload_max_filesize = 25M
post_max_size = 750M
max_execution_time = 900
memory_limit = 750M

Unfortunately similar syntax or even "php_value upload_max_filesize 25M" does not work. It seems as soon as I put one mention of this attributes, the gallery immediately breaks. By "breaking", I mean that the photos no longer show up... it's like all the images and style disappears.

Any idea what I am doing wrong?

Thank you]]>
Javascrip Event Handler Help for Next/Previous Image http://www.plogger.org/forum/comments.php?DiscussionID=3561 http://www.plogger.org/forum/comments.php?DiscussionID=3561 Mon, 11 Apr 2011 18:10:35 +0000 Taron
I want to make it possible so when people press the right/left arrow keys, my pictures in the album go to the next/previous images. If this can't be done, would it be possible to click on an image so it goes to the next image? Oh and It would be okay if the images looped back to the beginning.]]>
Italian Translation of Plogger 1.0RC1 http://www.plogger.org/forum/comments.php?DiscussionID=3560 http://www.plogger.org/forum/comments.php?DiscussionID=3560 Mon, 11 Apr 2011 10:48:28 +0000 gianluzan There is the link to download both it.mo and it.po files (zipped)

Click here]]>
Gallery won't load in Internet Explorer http://www.plogger.org/forum/comments.php?DiscussionID=753 http://www.plogger.org/forum/comments.php?DiscussionID=753 Mon, 26 Jun 2006 22:51:46 +0000 seven40 I always use Firefox, but I have received some emails from people telling me that my gallery's albums won't load in IE. I checked it out with IE6 and sure enough, the gallery albums won't load. Does anyone have a clue of what could be wrong? It also looks like my gallery is being shifted down. Any help on either peoblem is appreciated..

http://www.seven40.com/blog/gallery

Thanks,
Terry]]>
Plogger Flickr Upload Beta testers wanted http://www.plogger.org/forum/comments.php?DiscussionID=3492 http://www.plogger.org/forum/comments.php?DiscussionID=3492 Fri, 14 Jan 2011 09:01:57 +0000 floriske.nl DISCLAIMER: I'm no experienced php programmer, this code is written with a lot of trial and error and I don't take any responsibillity for any security leaks or program flaws! Feel free to edit and improve this script to your likings.

I'm working on a standalone Plogger Flickr upload script for uploading images from the plogger gallery to Flickr based on phpFlickr.

I was wondering if people are willing to test it:

http://rapidshare.com/files/442537657/flickr_upload_beta_1.zip

Installation instructions:

? Extract the zip file and upload the contents to your plogger directory (eg http://www.yourdomain.com/plogger) so you have a flickr_upload folder with the script in it
(eg http://www.yourdomain.com/plogger/flickr_upload).
? Create a Flickr account if you don't have one yet
? Create a Flickr app http://www.flickr.com/services/apps/create/noncommercial/
? Name your app something like "Flickr upload for Plogger" and keep it private
? Note the Flickr app's api key and secret
? Set your Flickr app's authentication flow to "web application" and the callback url to the flickr_upload/includes/pfu_auth.php file
(eg http://www.yourdomain.com/plogger/flickr_upload/includes/pfu_auth.php)
? Next run the _install.php script
(eg http://www.yourdomain.com/plogger/flickr_upload/_install.php)
? Set the desired username and password
? Set your database information (should be the same database as used for plogger)
? Set your Flickr api key and secret
? Click install and allow the app to edit your pictures when asked bt Flickr

After installation you can upload, delete and re-upload pictures (seperated per collection) to your Flickr account from the index page
(eg http://www.yourdomain.com/plogger/flickr_upload/index.php)

Or if you know the plogger picture id you whish to upload by directly calling index.php?picture_id=
(eg http://www.yourdomain.com/plogger/flickr_upload/index.php?picture_id=76)
this option is added so it's theoretically possible to add the script to the plogger admin section.

Uploading also creates a set on your flickr account called "collection -> album" where the picture is placed in as well.

The script does not contain any feedback from Flickr except for upload and delete confirmations, it does not search Flickr for allready uploaded pictures or pictures with the same name and add them to your plogger gallery. (this would require a lot of extra code or even a completely different script) It's purely intended for doing the other way around -> uploading pictures from your Plogger gallery to Flickr.

It also does not include bulk uploading (yet) who knows I might implement this in a future release but looping and confirming each image takes a lot of extra programming.

Please post your findings here!

DISCLAIMER: I'm no experienced php programmer, this code is written with a lot of trial and error and I don't take any responsibillity for any security leaks or program flaws! Feel free to edit and improve this script to your likings.]]>