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

#11
cpg1.6 upload / Re: Upload bug after moving fr...
Last post by screamqueen - April 08, 2026, 07:37:14 PM
Yeah, it's on the same server. That's why it's confusing me too.

My guess is it might be related to PHP settings, like php.ini or maybe the PHP version itself.

I'll send you the access info in PM 👍
#12
cpg1.6 upload / Re: Upload bug after moving fr...
Last post by ron4mac - April 08, 2026, 05:27:59 PM
Is your friend's site on the same server?
It's strange that there is failure highlighting with the upload but no further explanation.
I you want to PM me access info, I guess I can take a look at it.
#13
cpg1.6 upload / Re: Upload bug after moving fr...
Last post by screamqueen - April 07, 2026, 11:49:19 PM
Yes, I remember. Back then my site was on a Windows server with cPanel, but now I've migrated it to a Linux server, so it could be something server-side.

At first I thought my friend's site was working fine, but I noticed it's actually having the same issue as mine. I also tried switching themes and using the default theme, but the problem is still there, when I upload multiple images at once, only one gets uploaded and the rest just stop.

If you want, I can give you root access so you can check it. I'm honestly not very familiar with Linux, so I might have misconfigured something.
#14
cpg1.6 upload / Re: Upload bug after moving fr...
Last post by ron4mac - April 07, 2026, 01:20:39 PM
In the past, you had problems with the dupechecker plugin - that I helped you with.
Other standard themes seem to work okay with your site so perhaps there is some issue with the theme and your new server.
https://www.xtinadaily.com/index.php?theme=water_drop ... (temporary use of different theme)
https://www.xtinadaily.com/index.php?theme=xxx ... (drop back into configured theme)

#15
cpg1.6 upload / Re: Upload bug after moving fr...
Last post by screamqueen - April 07, 2026, 12:14:16 PM
update: i think this is an CoreH5A Upload (upload_h5a) v1.1 issue because when i check the configure plugin settings there's a "number of concurrent uploads" option from 1 to 4, and it's set to 1 by default. is there any way to increase this limit? single uploader works completely fine, only CoreH5A is not working.

also when i try to upload 9 images, only 1 actually uploads and the other 8 just turn red and stop.

#16
cpg1.6 upload / Upload bug after moving from c...
Last post by screamqueen - April 07, 2026, 10:11:56 AM
my gallery and my friend's gallery were on another host before, it was using cpanel. we had to move, so a few days ago we made backups and migrated everything. i set everything up on my linux server, and we both did a fresh install of coppermine (cpg1.6.x-1.6.28), then moved our galleries.

after that, most of the themes stopped working, so we're both using the only one that works. my friend's gallery is completely fine, they're using coreh5a upload and can upload images without any issues. just to be clear, we are using the exact same theme and the exact same cpg version on a fresh setup.

after that, most of the themes stopped working, so we're both using the only one that works. my friend's gallery is completely fine, they're using coreh5a upload and can upload images without any issues. just to be clear, we are using the exact same theme and the exact same cpg version on a fresh setup.

but on my site, even though everything is fresh, when i upload images i get an error after the upload finishes, and the page doesn't redirect to the next step like it should. however, when i go back to the gallery homepage, the images are already uploaded. it's really weird.

how do i fix this? please help, my gallery has over 75k images 😭
#17
cpg1.6 install / Re: Update from cpg 1.5.48 –> ...
Last post by zeppo - April 06, 2026, 12:37:47 PM
Thanks for replies!
#18
cpg1.6 plugin contributions / Re: Star rating/voting plugin
Last post by 406man - April 05, 2026, 10:00:58 AM
There is an alternative with limited functionality which just modifies the voting icons by, for example, making them bigger and more brightly coloured. It's possible to replace the icons used in the rating by modifying your theme.

Create some new icons named:
rate_full.png      Used when displaying the votes that an image has. Make it coloured.
rate_empty.png      Used when displaying the votes that an image has. Make it grey, for example.
rate_new.png      Used when actually voting to show the stars you've included in your vote. Make it coloured and should be different colour to rate_full.png

If an image has been rated as having, for example, one star out of five, it will be displayed with one rate_full.png and four rate_empty.png

Put them into the following directory:

https://yourgallerydomain/your_gallery_directory/themes/your_theme_name/images

Add this definition to your theme.php file:

define('THEME_HAS_RATING_GRAPHICS', 1);
#19
cpg1.6 plugin contributions / Re: Star rating/voting plugin
Last post by ron4mac - April 05, 2026, 12:36:20 AM
Well ... it turns out that rating display is done separately from 4 different pieces of code! (crazy!)
I am in no way going to try to deal with that. And I've sworn off from doing any more work with CPG releases other than required maintenance work. So I'm going to fall back to just the original goal with this plugin, which was to provide an improved UI to select a rating - especially involving touch devices. Replacement version (1.0), above, does just that.
#20
cpg1.6 plugin contributions / Re: Star rating/voting plugin
Last post by ron4mac - April 03, 2026, 10:23:14 PM
Thanks for the feedback. I'll work at resolving these things for version 1. Not sure how I missed those other spots that ratings get displayed :-[  I also hope to have more shape selections (6point star, 5point star, 4point star, heart, diamond and circle) and an option for color.