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

#1
cpg1.6 miscellaneous / Re: Unable to access the ADMIN...
Last post by ron4mac - Yesterday at 07:42:00 PM
Around 4 years ago you gave me admin access to your gallery. If you would like to do that again, I'll look to see what I can find.
#2
cpg1.6 miscellaneous / Re: Coppermine db overloading ...
Last post by ron4mac - Yesterday at 07:23:25 PM
A few years ago, I suggested to you that you try a theme caching plugin. If your site is mainly public facing (users don't log in), the plugin will greatly reduce total database access. Many gallery pages are cached and the database is only accessed for them at whatever interval you set.

If caching doesn't work for you ... yes, their cheapest VPS plan should provide all you would need.
#3
cpg1.6 miscellaneous / Re: Unable to access the ADMIN...
Last post by Legacies - Yesterday at 05:08:28 AM
Thanks to everyone for all of the suggestions.

The theme we use is the standard theme out of the box. No changes have been made to it. The url to the site is https://americanlegacies.org/img/

When I enter the site name followed by /util.php, I get the same error.
#4
cpg1.6 miscellaneous / Coppermine db overloading host...
Last post by phil1011 - Yesterday at 04:45:59 AM
I have over 70,000 images and hundreds of albums. Chronic problem with my host has been that the overloaded db has been impacting the host's server. So they disabled my coppermine db. Cannot access anything anymore.

They want me to switch to VPS hosting. Do you think their cheapest VPS plan would resolve my problem? Or if you have any suggestions for a solution, let me know.
https://www.pair.com/vps-hosting/
#5
cpg1.6 miscellaneous / Re: Unable to access the ADMIN...
Last post by andresf - June 04, 2026, 10:39:55 PM
Quote from: phill104 on June 04, 2026, 03:03:50 PMAs an aside.

There are 3 ways that coppermine decides what theme to show you:

1. based on the current config setting - stored in the database - (_config table)
2. based on a cookie that contains your preference.
3. based on a parameter passed in the url, eg. www.yoursite.com/index.php?theme=yourtheme

If you ever have probs with a theme you can just add ?theme=curve to end of your gallery url and it will set the theme to curve (for you only)

Once you have finished testing with that theme you can reset your cookies to use your default theme with www.yoursite.com/index.php?theme=???

Thank you, I didn't know this
#6
cpg1.6 miscellaneous / Re: Unable to access the ADMIN...
Last post by ron4mac - June 04, 2026, 07:05:08 PM
Because I'm curious, could you please enter <problem-site-url>/util.php in your browser and tell me whether you are presented with the admin tool page?
#7
cpg1.6 miscellaneous / Re: Unable to access the ADMIN...
Last post by Joe Carver - June 04, 2026, 04:08:23 PM
  • Post a link to one of the offending sites (it helps people to help you and could identify something you might have missed describing the problem, such as if your sites are linked with a Wordpress install (as an example))
  • If running any custom header or footer, remove either the DB setting using phpMyAdmin in Cpanel or just remove the file(s) using File Manager
#8
cpg1.6 miscellaneous / Re: Unable to access the ADMIN...
Last post by phill104 - June 04, 2026, 03:03:50 PM
Quote from: andresf on June 04, 2026, 01:17:29 PMHello Legacies:

Assuming a plugin issue is ruled out, could it be that you have a theme installed that's causing the problem when accessing that deprecated function?

In Config - Themes settings, select a standard CPG theme, such as water_drops, for example, and check if it still hides the Admin Tools.

As an aside.

There are 3 ways that coppermine decides what theme to show you:

1. based on the current config setting - stored in the database - (_config table)
2. based on a cookie that contains your preference.
3. based on a parameter passed in the url, eg. www.yoursite.com/index.php?theme=yourtheme

If you ever have probs with a theme you can just add ?theme=curve to end of your gallery url and it will set the theme to curve (for you only)

Once you have finished testing with that theme you can reset your cookies to use your default theme with www.yoursite.com/index.php?theme=???
#9
cpg1.6 miscellaneous / Re: Unable to access the ADMIN...
Last post by andresf - June 04, 2026, 01:17:29 PM
Hello Legacies:

Assuming a plugin issue is ruled out, could it be that you have a theme installed that's causing the problem when accessing that deprecated function?

In Config - Themes settings, select a standard CPG theme, such as water_drops, for example, and check if it still hides the Admin Tools.
#10
cpg1.6 miscellaneous / Re: Unable to access the ADMIN...
Last post by Legacies - June 04, 2026, 01:06:45 PM
Hi Ron4Mac,
We appreciate your answer.
We do not run any plugins and have checked AI for solutions,
We have been running this installation of Coppermine for many-many years without any problems, so we are not sure why this is happening now.
We even tried to run a backup, but it would not load properly, so it seems like something got corrupted.

It seems like our only choice now is to either compare every file in the corrupted site to the files in a brand new working installation----or----- make a backup of our database through our cPanel and use that backup to populate a new installation.

Both of these operations will be time consuming, so we were hoping someone here had other suggestions
Thanks