Update History - Page 7 Update History - Page 7
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Update History

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

Previous topic - Next topic

0 Members and 1 Guest 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.