Update History - Page 7 Update History - Page 7
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Update History

Started by François Keller, November 05, 2006, 11:55:56 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

dke

#120
This is a good plugin, however if you have a large gallery with many pictures it is NOT recommended, your load times will be high and your cpu load will peak!

Nibbler

This plugin has a bug which interferes with the plugin API code (see http://forum.coppermine-gallery.net/index.php?topic=36319.msg242274#msg242274). This line at the end of codebase.php should be just inside the last function, but it is actually just outside it.


mysql_free_result($result);


Should be moved or removed in the next version of the plugin.

Megachip

Quote from: Nibbler on February 07, 2008, 02:12:54 PM

mysql_free_result($result);

Still not fixed...

Other Problem:

While uninstall without removing table from db... reinstall not possible

Megachip

- Fixed http://forum.coppermine-gallery.net/index.php/topic,38148.msg242287.html#msg242287
- Fixed http://forum.coppermine-gallery.net/index.php/topic,38148.msg223505.html#msg223505
- Added support for Categories (Only updates of the actual cat are shown)

P.S. Code is untested, so it is possible that i forgot a braked or something.