Plogger Support Forum - General Support Fri, 29 Mar 2024 09:46:12 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Hanging on to Plogger - But WordPress Plug-ins are fighting me http://www.plogger.org/forum/comments.php?DiscussionID=3900 http://www.plogger.org/forum/comments.php?DiscussionID=3900 Sun, 15 Aug 2021 14:42:24 +0000 joemolloy My photo galleries have been accessed from a WordPress page for three years now, into my PHP, MySQL database.
I got a critical site error on 26 June 2021 when the StopBadBots plug-in auto-updated.
Several remedial actions were taken, including turn off StopBadBots, update PHP, and more.
Working with the site design consultant, I now have back the thumbnails that should then open my albums.
But all are replying with error http 500

I'm going to get the hosting service to take another look at this and this post is purely to get any comments from other Ploggers on any recent upgrade misery.]]>
Plogger and Oypo http://www.plogger.org/forum/comments.php?DiscussionID=3886 http://www.plogger.org/forum/comments.php?DiscussionID=3886 Wed, 02 Jul 2014 08:55:02 +0000 edwink
In picture.php I added the following:

<code><!-- oypo -->
<script language="JavaScript" src="http://www.oypo.nl/pixxer/api/orderbutton.asp?
foto=<strong><?php echo plogger_get_source_picture_url(); ?></strong>&thumb=<?php echo plogger_get_picture_thumb(THUMB_LARGE); ?>&profielid=[profiel-id]&buttonadd=http://www.kijk.us/selectionadd.gif&buttondel=http://www.kijk.us/selectiondel.gif">
</script>
<script language="JavaScript" src="http://www.oypo.nl/pixxer/api/pixxerinit.asp?buttonadd=http://www.kijk.us/selectionadd.gif&buttondel=http://www.kijk.us/selectiondel.gif&nologo=1"></script>
<!-- /oypo -->

<!-- winkelwagen oypo -->
<br />Aantal foto's in winkelwagen: <span id="PixxerSelectionCount"></span>

<div id="PixxerSelection"></div><br clear=all>
<p id="PixxerBestelknop" style="display:none">checkout via de Oypo-site: <a href="javascript:document.location='http://www.oypo.nl/winkelwagen/?cart='+winkelwagen+'&retourlink=http://www.voorugezien.nl/Plogger'">checkout</a><br>
<!-- end winkelwagen --></code>

As you can see, it now takes the same image for both the thumb as the Highres image. Those Highres images should be located at http://www.voorugezien.nl/HighRes/ with exact the same path as the thumb
You can see my test and playing around at http://www.voorugezien.nl/]]>
Future of Plogger (potential for adoption / fork) http://www.plogger.org/forum/comments.php?DiscussionID=3884 http://www.plogger.org/forum/comments.php?DiscussionID=3884 Sat, 17 May 2014 15:35:16 +0000 phual
- development appears to have halted
- the source software (subversion) is down
- lots of people are having compatibility issues with newer software releases
- the developers appear not to have posted for quite some time.

In short, the project shows all the signs of a loss of resource, motivation, or both from those maintaining Plogger. This leads me to the inevitable question: would there be an interest from the maintainers to pass the project on, or from the community to take forward a fork?

At this point I should point out that I'm not a developer and can just about find my way around some PHP code. For this and other reasons I would not be an ideal candidate to take the project forward (at least not to do anything more than maintain), though I would be willing to support however I could. I wonder, are there others out there who would be willing / able to make some form of commitment?

Stuart
(a Plogger lover grateful for excellent work on project to date)]]>
Plogger stopped working, probably PHP problem http://www.plogger.org/forum/comments.php?DiscussionID=3895 http://www.plogger.org/forum/comments.php?DiscussionID=3895 Mon, 20 Feb 2017 17:17:42 +0000 poslanik
I know it's a longshot asking for help on this forum since Plogger is discountinued but I decided to try anyway.

So, to make a long story short, my website running Plogger suddenly stopped working. Now, as far as I can recall, it happened immediately after my web hoster updated his PHP version, and certainly the errors that Plogger is reporting have something to do with PHP functions.

Here is a screenshot of what shows up when I try to open my website (it runs Plogger on the homepage, basically the whole website is a Plogger gallery): https://snag.gy/kwroUZ.jpg

And then, if I try to open _install.hp or _upgrade.php like it tells me to, this is what I get: https://snag.gy/BPRNgD.jpg

If there's somebody who can helps me out or point me in the right direction, I would appreciate it so much...]]>
HTTPS Support http://www.plogger.org/forum/comments.php?DiscussionID=419 http://www.plogger.org/forum/comments.php?DiscussionID=419 Mon, 06 Feb 2006 14:02:37 +0000
Thanks,
Clayton]]>
Some folders won't upload http://www.plogger.org/forum/comments.php?DiscussionID=3899 http://www.plogger.org/forum/comments.php?DiscussionID=3899 Sun, 07 Jan 2018 10:47:49 +0000 edwink 'cdn_url' missing http://www.plogger.org/forum/comments.php?DiscussionID=3898 http://www.plogger.org/forum/comments.php?DiscussionID=3898 Thu, 04 Jan 2018 10:38:12 +0000 edwink
<code>Unknown column 'cdn_url' in 'field list'

UPDATE `plogger_config` SET `truncate`= '0', `feed_title`= 'Plogger Photo Feed', `feed_language`= 'en-us', `feed_num_entries`= '15', `allow_dl`= '0', `allow_comments`= '1', `allow_print`= '1', `default_sortby`= 'date', `default_sortdir`= 'ASC', `album_sortby`= 'id', `album_sortdir`= 'ASC', `collection_sortby`= 'id', `collection_sortdir`= 'ASC', `thumb_num`= '20', `compression`= '75', `admin_username`= 'Edwin', `admin_email`= 'edwin.kort@gmail.com', `date_format`= 'n.j.Y', `use_mod_rewrite`= '0', `square_thumbs`= '1', `comments_notify`= '1', `comments_moderate`= '0', `gallery_url`= 'http://voorugezien.nl/', `gallery_name`= 'Plogger', `cdn_url`= 'http:///', `thumb_nav_range`= '0', `enable_thumb_nav`= '0', `allow_fullpic`= '1'

In file: /plog-admin/plog-options.php

On line: 81</code>

I thought of adding this column my self with 'add colum' to the table, but somehow this doesn't work. Any one got a clue?]]>
Error on admin Notice: Undefined index: JPG Support in...... /plog-a http://www.plogger.org/forum/comments.php?DiscussionID=3873 http://www.plogger.org/forum/comments.php?DiscussionID=3873 Thu, 25 Oct 2012 15:46:59 +0000 Daz wilde
Notice: Undefined index: JPG Support in ........... /plog-admin/plog-admin-functions.php on line 1986]]>
photos disappeared http://www.plogger.org/forum/comments.php?DiscussionID=3896 http://www.plogger.org/forum/comments.php?DiscussionID=3896 Tue, 28 Mar 2017 14:50:12 +0000 KimberlyApril I can not log into plogger - it tells me "http 500 error, that's odd, website can't display that page"
I am freaking out because this is my entire portfolio that I use for work nationwide!]]>
Log in http://www.plogger.org/forum/comments.php?DiscussionID=3897 http://www.plogger.org/forum/comments.php?DiscussionID=3897 Fri, 07 Apr 2017 17:16:36 +0000 KimberlyApril PHP GD extension is not installed, it is required to upload images. http://www.plogger.org/forum/comments.php?DiscussionID=3894 http://www.plogger.org/forum/comments.php?DiscussionID=3894 Mon, 13 Feb 2017 10:58:59 +0000 xiphias
When looking at the PHP log files there was a preg() error. After the update below, error gone and plogger running fine again.

plog-includes/lib/phpthumb/phpthumb.functions.php line 362
Old:
if (ereg_match('bundled \((.+)\)$', $gd_info['GD Version'], $matches)) {

New:
if (preg_match('/bundled \((.+)\)$/', $gd_info['GD Version'], $matches)) {]]>
How Do I Increase Slideshow Image Size http://www.plogger.org/forum/comments.php?DiscussionID=3887 http://www.plogger.org/forum/comments.php?DiscussionID=3887 Mon, 21 Jul 2014 21:53:59 +0000 joemolloy
However, I am wishing to increase the size that images display when running a slideshow from an album. Could you point me to the correct file? I've had a look through the directories but do not see where the size is set.

I am running
PLOGGER VERSION: 1.0-RC1
Theme Classic Version 1.2
Server Software: Apache/
PHP Version: 5.4.29 (CGI-FCGI)
MySQL Version: 5.5.37-cll
GD Version: bundled (2.1.0 compatible)]]>
album links not working after upgrade from plogger 3 beta http://www.plogger.org/forum/comments.php?DiscussionID=3892 http://www.plogger.org/forum/comments.php?DiscussionID=3892 Sat, 14 Nov 2015 14:48:02 +0000 bjornart I upgraded from version 3 beta.

http://www.trondsen.org/gallery/]]>
plogger_album_picture_count() returning nothing http://www.plogger.org/forum/comments.php?DiscussionID=3891 http://www.plogger.org/forum/comments.php?DiscussionID=3891 Fri, 03 Apr 2015 14:26:53 +0000 xiphias
It looks like mysql_result has been altered in the new PHP 5.4 I'm running and needs a row number.

On line 2808 in my plog-functions.php I changed the function call to:
return mysql_result($numresult, 0, 'num_pictures');
and that seems to do the trick.

Hope this helps anyone with the same issues.

-XiP]]>
can not upload photos to gallery http://www.plogger.org/forum/comments.php?DiscussionID=3888 http://www.plogger.org/forum/comments.php?DiscussionID=3888 Fri, 14 Nov 2014 15:52:26 +0000 KimberlyApril Cruft-free url's problem with utf-8 http://www.plogger.org/forum/comments.php?DiscussionID=3305 http://www.plogger.org/forum/comments.php?DiscussionID=3305 Wed, 30 Jun 2010 16:11:02 +0000 Creatium
I've just upgraded to newest version of Plogger - 1.0 RC. Everything works fine, exept the cruft-free url's when using utf-8 characters. My album names have "????????" (Lithuanian) symbols and Plogger system automatically changes those symobls to _. Is it possible to make it change from ? to a, ? - c, ? - e and so on?

Also when I'm using name like that: "Name of the - plogger album", I get something like that in url: "name-of<strong>---</strong>plogger-album". Is it possible to throw those tripple dashes away and just have one - (in bolded place).

Thanks for those, who will try to help me.

And sorry for "broken" (:D) English.]]>
GoDaddy-Windows Backslash in URLs http://www.plogger.org/forum/comments.php?DiscussionID=3890 http://www.plogger.org/forum/comments.php?DiscussionID=3890 Wed, 04 Feb 2015 08:10:03 +0000 cameling
http://domain.com\/plog-admin/

I've tried several workaround mentioned in other threads revolving around line 94 in plog-load-config.php using str_replace, with no luck. In fact any changes I made seemed to have no effect at all. I know some basics of PHP so am out of my depth here.

Any advice?]]>
Problems with plogger/joomla integration. (SVN601) http://www.plogger.org/forum/comments.php?DiscussionID=2850 http://www.plogger.org/forum/comments.php?DiscussionID=2850 Wed, 02 Sep 2009 13:49:08 +0000 xiphias
From what I read on the web there's a lot of need for a joomla plogger component. I've done some basic modules on Joomla 1.0.x but I've challanged myself to create a basic plogger component for joomla 1.5.

A little background, Windows Server, PHP4, MySQL3 (I think), Joomla 1.5 (works fine without Plogger), sitename_joomla DB for Joomla, sitename_Plogger DB for plogger (keep things seperate and smaller DB size but seems to give me problems.)
In the plog-config.php I set embedded to 1.
I'm not to familiar with PHP yet but do have prior application coding (long time ago in Pascal) and webdevelopment (ASP, CFML, java-/cfscript).

I tried a verry basic component which basicly only had <?php the_gallery(); ?> in it and the include and head code is hardcoded in my template. When I call the component I get a white page so something is going wrong there.

Since I'm using the SVN version the included gallery.php is just for backwards compatibility so I then took the code from it and included plogger.php and called the_plogger_head() and return the_plogger_gallery().

To avoid the greation of a real component I just put all of this in my template, so at the top before <!DOCTYPE... I put:
// including plogger file
include_once(JPATH_ROOT . '/plogger/plogger.php');

between <head> and </head> I put:
<?php the_plogger_head(); ?>

and at the spot where the main Joomla body would be displayed I put:
<?php the_plogger_gallery(); ?>

I figured this would basicly show my complete Joomla site with the plogger gallery on every page.

This seems to work fine although I get a lot of errors. None of the Joomla components are showing anymore. Looks like Joomla has a db=sitename_Joomla and then plogger does db=sitename_Plogger so Joomla tables unreachable. I could put them together but would be nicer if it would run seperatly, that way creating a Joomla site and including a running Plogger would be easier.

Appart from the Joomla errors Plogger isn't working OK. I can browse collections, albums and images but they aren't showing any images. Here is some of the plogger code generated in the template.

<title>USA Sport Fotografie: Collections</title>
<meta http-equiv="Content-Type" content="text/html;charset=" />
<meta http-equiv="imagetoolbar" content="false" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://www.domain.ext/plogger/plog-rss.php?level=collections&amp;id=0" />
<link rel="alternate" type="application/rss+xml" title="Cooliris feed" href="http://www.domain.ext/plogger/plog-cooliris.php?level=collections&amp;id=0" id="gallery" />
<link rel="stylesheet" href="/gallery.css" type="text/css" media="screen" />
<script src="/dynamics.js" type="text/javascript" ></script>
<!--[if lte IE 6]>
<link rel="stylesheet" href="/explorer.css" type="text/css" media="screen" />
<![endif]-->

The RSS/Cooliris links are generated via the plog-functions, guess that the gallery.css, dynamics.js and explorer.css need to be done in simular way.

This is collection generated by plogger.

<div class="collection">
<a class="collection-image-link" href="/?level=collection&amp;id=2"><img class="photos" src="/" title="Baseball" alt="Baseball" /></a>
<h2><a href="/?level=collection&amp;id=2">Baseball</a></h2>
<span class="meta-header">Contains 4 Albums</span>
<p class="description">Baseball en softball foto's</p>
</div>

The href should be simular to the RSS links the thumbnail SRC is completely wrong and link below also needs full URL.
Even better would be that plogger gets the URL that was called forinstance /?option=com_plogger&ItemId=15?level=collection&id=2 and change the level and id tokens so that the querystring used by main site stays in tact.

I think plogger reads the parents folder but when included it's different from the plogger folder. Include pasth should be added I guess or something.

@sidtheduck: do you have any tips for me and should I post a ticket about the last bit with the correct URL's.

Has anyone accomplished a joomla/plogger successfull integration or is anybody working on it, maybe it's an idea to team up.

Friendly regards,



Michael Rosa



P.S. The plog-cooliris.php thing is something I'm working on to make plogger Cooliris/PicLens compatible. I've added a ticket and files to the dev.]]>
Custom changes to varibale names http://www.plogger.org/forum/comments.php?DiscussionID=3885 http://www.plogger.org/forum/comments.php?DiscussionID=3885 Sat, 17 May 2014 15:41:54 +0000 phual
-plog-includes/plog-functions.php
-search and replace '&id=' with '&plogid=' (4 changes)

- plogger.php
- Line 25 - replace ['id'] with ['plogid']
- Line 26 - replace ['id'] with ['plogid']
- Line 50 - replace second element of array ('id') with 'plogid'
- Line 78 - replace '$_GET['id']' with '$_GET['plogid']' (x 2)

Stuart]]>
FORBIDDEN Error when importing images http://www.plogger.org/forum/comments.php?DiscussionID=3881 http://www.plogger.org/forum/comments.php?DiscussionID=3881 Fri, 11 Oct 2013 21:13:38 +0000 nolak
Weird error. I installed my gallery and starting uploading images into folders. I uploaded well over a hundred images into 3 different albums no problem. All of a sudden I went to upload my next album and I get this error:

Forbidden

You don't have permission to access /gallery/plog-admin/plog-import.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.



Can someone shed a light as to why this suddenly happened? Thanks.]]>
Cannot install Plogger on PHP 5.4 http://www.plogger.org/forum/comments.php?DiscussionID=3878 http://www.plogger.org/forum/comments.php?DiscussionID=3878 Tue, 03 Sep 2013 16:11:19 +0000 ixnay
string(184) "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 6" string(184) "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 8" string(226) "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL, `date_submitted` timestamp(14) NOT NULL, `EXIF_date_taken` varc' at line 7" string(185) "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 12" string(185) "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 29" string(184) "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type=MyISAM DEFAULT CHARACTER SET UTF8' at line 6"

This is well beyond me! Anyone have any ideas?
Thanks

ps if I cannot get it to work, is there anything else out there like Plogger that is more modern?]]>
Administration Setup http://www.plogger.org/forum/comments.php?DiscussionID=3877 http://www.plogger.org/forum/comments.php?DiscussionID=3877 Fri, 12 Jul 2013 15:37:34 +0000 armandotop
?Cannot connect to MySQL with the information provided. MySQL error: Access denied for user 'roycgarr_jenn'@'localhost' (using password: YES)
?Cannot find the database roycgarr_garrett. MySQL error: Access denied for user 'roycgarr'@'localhost' (using password: NO)

What needs to go here to work?

When I did the install link it did not prompt me to enter the server database information.

Please help...

Armando]]>
Deprecated eregi http://www.plogger.org/forum/comments.php?DiscussionID=3161 http://www.plogger.org/forum/comments.php?DiscussionID=3161 Tue, 06 Apr 2010 12:45:06 +0000 gabixSVK
Deprecated: Function eregi() is deprecated in "path" on line X

Just open the .php file , find the X line and change the eregi() to preg_match()

You can have problem also with no ending delimiter "^" , just add a simple ^ into preg_match()

example [ here tag ]: preg_match('^(f|ht)tps?://<here>^</here>', $this->sourceFilename)]]>
Moving the gallery to another directory http://www.plogger.org/forum/comments.php?DiscussionID=3876 http://www.plogger.org/forum/comments.php?DiscussionID=3876 Thu, 10 Jan 2013 16:07:54 +0000 icue
Thanks,
James]]>
subtle installation error: "Notice: Undefined index: resize_option in..." http://www.plogger.org/forum/comments.php?DiscussionID=2952 http://www.plogger.org/forum/comments.php?DiscussionID=2952 Wed, 18 Nov 2009 15:00:40 +0000 jshine
http://www.jshine.net/plogger/

Any ideas what could be causing this or how to fix it?

Thanks!
-Jon]]>
Issue when importing photos from upload folder in 1.0-RC1 http://www.plogger.org/forum/comments.php?DiscussionID=3875 http://www.plogger.org/forum/comments.php?DiscussionID=3875 Tue, 20 Nov 2012 13:24:41 +0000 Faken
I have been using Plogger for years and still love it to this day, but I am running in to a new issue with larger photos when I try to import them from the uploads folder. I have uploaded 6 images, each are around 2.6MB and are 3648 x 2736, which is the native resolution of the camera I used for these pics. Now this is not a new install and have already added many photos with no issues. But with these large photos, I get the following error:

<code>Failed: phpThumb() v1.7.9-200712090829 in file "phpthumb.class.php" on line 216 setSourceFilename(/home/danrich/public_html/gallery/plog-content/uploads/IMG_0272.JPG) set $this->sourceFilename to "/home/danrich/public_html/gallery/plog-content/uploads/IMG_0272.JPG" in file "phpthumb.class.php" on line 243 file_exists() = 0 in file "phpthumb.class.php" on line 1101 is_executable() = 0 in file "phpthumb.class.php" on line 1102 ImageMagickThumbnailToGD() aborting because cannot find convert in $this->config_imagemagick_path (), and `which convert` returned () in file "phpthumb.class.php" on line 1131 $AvailableImageOutputFormats = array(text;ico;bmp;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 884 $this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 895 $this->thumbnailQuality set to "95" in file "phpthumb.class.php" on line 912 $this->sourceFilename set to "/home/danrich/public_html/gallery/plog-content/uploads/IMG_0272.JPG" in file "phpthumb.class.php" on line 813 setCacheDirectory() starting with config_cache_directory = "" in file "phpthumb.class.php" on line 919 $this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 955 SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 3037 starting ExtractEXIFgetImageSize() in file "phpthumb.class.php" on line 2894 SetOrientationDependantWidthHeight() starting with "3648"x"2736" in file "phpthumb.class.php" on line 2873 SetOrientationDependantWidthHeight() setting w="150", h="150" in file "phpthumb.class.php" on line 2889 EXIF thumbnail extraction: (size=6616; type="2"; 160x120) in file "phpthumb.class.php" on line 2976 image is 3648x2736 and therefore contains more pixels (9980928) than $this->config_max_source_pixels setting (6291456) in file "phpthumb.class.php" on line 3018 $this->useRawIMoutput=true after checking $UnAllowedParameters in file "phpthumb.class.php" on line 1232 ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 1865 starting SourceImageToGD() in file "phpthumb.class.php" on line 3234 $this->useRawIMoutput=true after checking $UnAllowedParameters in file "phpthumb.class.php" on line 1232 ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 1865 Not using EXIF thumbnail data because $this->config_use_exif_thumbnail_for_speed is FALSE in file "phpthumb.class.php" on line 3295 $this->gdimg_source is still empty in file "phpthumb.class.php" on line 3335 ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 3337 phpThumb() v1.7.9-200712090829 All attempts to create GD image source failed. ImageMagick is not installed (it is highly recommended that you install it). Source image is too large (3648x2736 = 10.0Mpx, max=6.3Mpx) for GD creation (either install ImageMagick or increase PHP memory_limit to at least 51M). in file "phpthumb.class.php" on line 3652 phpThumb() v1.7.9-200712090829 Image is too large for PHP-GD memory_limit, please install ImageMagick or increase php.ini memory_limit setting in file "phpthumb.class.php" on line 3652 SourceImageToGD() failed in file "phpthumb.class.php" on line 323</code>

If I remove all the images and only keep one, I get the same error. If I remove ALL the photos and upload a smaller image file say 200k, it works no problem. In the error message, it tells me to increase the memory_limit setting in phpthumb.class.php to at least 51 on line 3652 but when I load the file and look, line 3652 has this:

<code>$this->DebugMessage($text, __FILE__, __LINE__);</code>

And I don't really see anything around that line with that field... I search the file for "memory_limit" and it finds it about 20 times, but I am not sure which one I need to modify. Can anyone help me with this?

Thanks!
Dan]]>
Album problem http://www.plogger.org/forum/comments.php?DiscussionID=3872 http://www.plogger.org/forum/comments.php?DiscussionID=3872 Wed, 19 Sep 2012 16:28:22 +0000 rozsival Please let me know where is the problem.

http://www.dolnibenesov.cz/zakladniskola/index.php?idStranky=555

if possible please send me youc comments also on my e-mail atile@seznam.cz

Thank you]]>
Plogger and PHPBB http://www.plogger.org/forum/comments.php?DiscussionID=258 http://www.plogger.org/forum/comments.php?DiscussionID=258 Thu, 01 Dec 2005 04:27:48 +0000 Geert-Jan
I succesfully integrated plogger into my site. Now I have only one problem left, my site uses phpbb for user management. But when I require gallery.php and some phpbb files (like extension and common) in the same file, I got the followling error: Fatal error: Cannot redeclare generate_pagination() (previously declared in /home/gjvliegt.nl/www/forum/includes/functions.php:443) in /home/gjvliegt.nl/www/fotoboek/plog-functions.php on line 263

Has anyone a solution for this? I can simply not use the phpbb files with plogger but it would be a lot better if I can.


Thanks,

Geert-Jan]]>
Dont save picture's caption on russian language http://www.plogger.org/forum/comments.php?DiscussionID=2767 http://www.plogger.org/forum/comments.php?DiscussionID=2767 Tue, 23 Jun 2009 05:33:43 +0000 shut When I make caption for picture in manager, caption on english saving, but on russian - not saving. Please, help me. Plogger's version is 3.
Oh, when I add caption in MySQL table - all working. What is it?]]>
Please Come Back Plogger http://www.plogger.org/forum/comments.php?DiscussionID=3870 http://www.plogger.org/forum/comments.php?DiscussionID=3870 Tue, 10 Apr 2012 22:42:23 +0000 C4talyst