Recent posts - Page 9 Recent posts - Page 9
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Recent posts

#81
cpg1.6 upgrading / Clicking Home Shows I'm Logged...
Last post by 911Patches - October 27, 2025, 08:21:35 PM
I am having issues with a couple of my coppermine installs.
After upgrading to 1.6.27 when I login and then click home it shows' I'm logged out.
Click login and it shows: Error You are already logged in!
Click any other link and it reverts back to showing I'm logged in.
Any idea what is happening?

https://www.patchgallery.com/bobbrooksfirepatches/index.php
#82
cpg1.6 miscellaneous / Re: PHP Upgrade Worry
Last post by 406man - October 25, 2025, 06:00:39 PM
I'm successfully running 8.1.33 with two of my galleries. The times you're likely to see trouble are:
- if you run a PHP version that is very new and higher than the supported version.
- if you try to run old plugins or themes that haven't been updated to be compatible with a recent version of PHP 8. The plugins that I've contributed have all been tested with at least PHP 8.2.19
#83
cpg1.6 miscellaneous / Re: keywords or names in Coppe...
Last post by 406man - October 25, 2025, 05:52:51 PM
As implemented currently, it only supports numbered albums (aid = album ID) and the meta-albums like "lastcomby".
pid is picture ID and also is numerical only
#84
cpg1.6 miscellaneous / Re: PHP Upgrade Worry
Last post by ron4mac - October 25, 2025, 11:57:24 AM
The developer version of CPG is successfully running with PHP 8.4.13
#85
cpg1.6 miscellaneous / PHP Upgrade Worry
Last post by typomaniac - October 25, 2025, 12:43:48 AM
Hi I recently upgraded to version 1.6.27 and wondering about PHP version supported. I saw that the version 7 is supported but I just got a message from my server host that they will soon be moving up to PHP 8.1 and warning people to upgrade everything for the version. I'm just wondering if my gallery will continue to operate with that version.
Thank you much and have a great day
Dave
#86
cpg1.6 miscellaneous / keywords or names in Coppermin...
Last post by littbarski - October 22, 2025, 06:33:48 PM
Hello,
at the moment the links in Coppermine are like
displayimage.php?album=10&pid=60#top_display_media

I searched and did not find it so probably it is not possible to change this like:
displayimage.php?album=animals&pid=dog#top_display_media

? thank you
#87
cpg1.6 miscellaneous / Re: Can't upload pictures
Last post by typomaniac - October 10, 2025, 08:33:32 PM
Thank you soooo much! I changed the method to GD version 2.x and everything went back to working. You guys are amazing, and to think you do it all out of the goodness of your heart.
Thanks again,
~Dave
#88
cpg1.6 miscellaneous / Re: Can't upload pictures
Last post by ron4mac - October 10, 2025, 07:37:20 PM
Maybe your host changed their configuration and ImageMagick is not available. If you go to Config->File settings->Method for resizing images .. you can select an alternate method for resizing uploaded images. That should solve your issue.
#89
cpg1.6 miscellaneous / Re: Can't upload pictures
Last post by typomaniac - October 10, 2025, 06:08:35 PM
Hi, I just ran the installer-stub and things appeared to go smooth.

If I go to config to check the version it is showing  Coppermine Photo Gallery 1.6.27 (stable) however, when I try to upload images I'm now seeing the following after each image:

image_name.jpg
Error executing ImageMagick - Return value: 127

When I looked for installed pear modules, I didn't see ImageMagic although I see one as a perl module.
Do I need to contact the server host or can ImageMagic be installed to the Coppermine directory?
I'm not real good at this sort of thing but doing my best.
#90
cpg1.6 miscellaneous / Re: Can't upload pictures
Last post by ron4mac - October 09, 2025, 02:09:41 PM
Looking at your gallery, I see that you are using the water_drop theme that has been substantially modified. The gallery update methods mentioned above will overwrite your modified theme ... so you would have to do something to keep that from happening. You could rename or copy the theme folder and then after the gallery update, restore it. It is not a good idea to modify ANY files that are part of the CPG distribution. Custom themes should be in their own custom folder.