Recent posts - Page 3 Recent posts - Page 3
 

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

Recent posts

#21
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.
#22
cpg1.6 miscellaneous / Re: Can't upload pictures
Last post by ron4mac - October 09, 2025, 02:01:17 PM
You should first update your gallery. When logging in as admin, you should see (at least once a day) a message stating that there are updates available. If you follow the provided link, you will be able to update your gallery with a couple clicks. If that is not working for you, you can use the installer-stub.
#23
cpg1.6 miscellaneous / Re: Can't upload pictures
Last post by phill104 - October 09, 2025, 01:55:56 PM
A 500 error could be many things. It is your server reporting that it has received a command that it cannot understand or process. For security reasons, most servers are setup to display a 500 error rather than the details of the actual error. Most hosts allow you to configure this, or will have logs available that detail the error. You may need to reach out to your hosting support to find out the actual error.
#24
cpg1.6 miscellaneous / Re: Can't upload pictures
Last post by typomaniac - October 09, 2025, 07:03:41 AM
What I'm seeing when I try to upload  files. (I did not include actual image names)
Files queued: 0
image1.jpg
500
image2.jpg
500
image3.jpg
500
#25
Looking for Freelancers / Paid help / Re: Empty files (description b...
Last post by dbk - October 08, 2025, 09:00:39 PM
My huge self-made error has been resolved.  Thank you to ron4mac and phill104 for working with me.
#26
cpg1.6 miscellaneous / Can't upload pictures
Last post by typomaniac - October 08, 2025, 08:05:07 PM
Hi,
I'm running version 1.6.18 (stable) with MySQL Version: 5.7.44 & PHP Version: 7.4.10.
I had to go to 2 different browsers to get new folders but every time I try to upload pictures, everything is coming back with a 500 error after every file.
Is there something I need to do to fix this?
Thanx and you do have the best gallery (I've been using since 2011).
#27
cpg1.6 upgrading / No Docs Folder
Last post by typomaniac - October 08, 2025, 07:40:34 PM
Hi, I need to upgrade from 1.6.18 (stable) to cpg1.6.x-1.6.27
I extracted all the files and was reading the Readme file and it said I could find all I need to know about this op in the Docs folder but looking through I'm not seeing this folder.
The webhost included the following information:
MySQL Version: 5.7.44
PHP Version: 7.4.10
My bad for not having kept the gallery up to date. I was trying to upload pictures to it but they're not uploading.
I don't want to jump into an upgrade blind and can't find the Docs folder.
~Thank you much, I have been using Coppermine since 2011 and love it.
#28
Looking for Freelancers / Paid help / Re: Empty files (description b...
Last post by dbk - October 05, 2025, 11:31:29 PM
Just saw this.  Thank you.

Quote from: phill104 on October 02, 2025, 02:49:43 PMTo unzip, simply remove the .txt part of the filename first and accept in windows that it will change they type of file. Then you can unzip the archive. I have done that part for you and attached the zip version

In your gallery file structure there is a directory called tools. So you will need to use either your hostings cpanel or an ftp tool to access that and upload the file. It cannot be done from within the gallery interface.
#29
cpg1.6 permissions / Re: header.php only for Admin
Last post by ron4mac - October 04, 2025, 09:38:31 PM
There is no header.php so I'm not sure what you are referring to. But you can place the shell of an admin tool in tools to just present said links to you.

{edit} corrected an error in the sample tool
#30
cpg1.6 permissions / header.php only for Admin
Last post by docjackdaniel - October 04, 2025, 04:33:15 PM
Hello, is there any way to secure the header.php only for admins ?

I put some links there to make a databasecopy and some other tools.
but i don`t want that every user couls follow my Links..
can i put a query in the header that the links are only shown for an admin user ?!
Or, better.. Some Links if it´s a user and other Links if it`s a admin ?!

Daniel