Recent posts Recent posts
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Recent posts

#1
Just to update this post I'd like to add
Image Management Software
I use XnView Classic which is free and allows batch resizing, batch renaming and batch editing of IPTC data.
https://www.xnview.com/en/xnview/
There is also XnView MP which is also free but hadn't got the IPTC data features last time I checked
#2
cpg1.6.x Deutsch (German) / Re: Link auf Hauptseite führt ...
Last post by phill104 - May 13, 2025, 07:58:01 PM
Suchen Sie in Ihrer Themes-Datei ,,themes>"yourtheme">theme.php" nach dem unten stehenden Block. Falls vorhanden, bearbeiten Sie ihn wie unten beschrieben. Falls nicht, fügen Sie den gesamten Abschnitt unten in Ihre Themes-Datei ,,themes>"yourtheme">theme.php" ein.


/******************************************************************************
** Section <<<theme_credits>>> - START
******************************************************************************/

/******************************************************************************
// Function for the credits-section
In previous versions of Coppermine the "Powered by Coppermine" used to be
obfuscated to make it hard for non-coders to remove the tag. The reason behind
this was an additional license add-on that disallowed users to change the line.
The dev team has reviewed this policy for cpg1.5.x and decided that end users
ARE allowed to change or remove the line in legal terms.
HOWEVER: We have a forum policy for the support board instead: support will
only be given for galleries that show the "Powered by Coppermine" tag
unobfuscated.
Before removing the credits, please consider this as well:
Coppermine is free software, the dev team ASKS you to keep the footer intact.
We're convinced that you should give credit where credit is due. So please think
twice before you decide to remove the tag.
******************************************************************************/
function theme_credits() {
    $return = <<< EOT

<div class="footer" align="center" style="padding:10px;display:block;visibility:visible; font-family: Verdana,Arial,sans-serif;">Powered by <a href="http://coppermine-gallery.com/" title="Coppermine Photo Gallery" rel="external">Coppermine Photo Gallery</a></div>
EOT;
    return $return;
}
/******************************************************************************
** Section <<<theme_credits>>> - END
******************************************************************************/
#3
cpg1.6.x Deutsch (German) / Link auf Hauptseite führt ins ...
Last post by VolkerF - May 13, 2025, 11:05:42 AM
Hallo,

ganz unten auf der Hauptseite meines Coppermine Forums steht ja der Schriftzug" Powered by Coppermine Photo Gallery" Der Link verweist auf coppermine-gallery.net, welche aber nicht mehr funktioniert. Wie kann ich den Link auf coppermine-gallery.com ändern bzw. wo?

Danke und Gruß, Volker
#4
cpg1.6 install / Re: Fresh Install with Install...
Last post by ron4mac - April 19, 2025, 02:16:23 PM
The php.ini file is not a part of CPG. It is a system file that sets values to control how PHP operates. Depending on what package you have with Hetzner, you may have to have them make necessary configuration changes. If you have an unmanaged plan, it could be a bit of a challenge to find where and what modifications are needed.

It is quite likely that Wordpress just doesn't need to have some PHP features that CPG requires.

(edit) A work-around could be by using the attached install.php file in place of the normal one. Replace the normal one, remove the config.php file, then go here: https://diego-luna.com/gallery/install.php?step=1
(ignore a complaint about a modified install.php file)
#5
cpg1.6 install / Re: Fresh Install with Install...
Last post by nowordneeded - April 18, 2025, 11:02:11 PM
Ron:

Further question if I may? Why was I able to install Wordpress but not Coppermine?

NWN
#6
cpg1.6 install / Re: Fresh Install with Install...
Last post by nowordneeded - April 18, 2025, 10:38:06 PM
Ron:

Where would I find the PHP.ini file? Is that in the Coppermine files, or someplace else on the server? Thanks so much.

NWN
#7
cpg1.6 install / Re: Fresh Install with Install...
Last post by ron4mac - April 18, 2025, 10:30:41 PM
It would seem that PHP on your server has been configured with some restrictions. If you are able, check your php.ini to see whether the exec() function is disabled.
#8
cpg1.6 install / Re: Fresh Install with Install...
Last post by nowordneeded - April 16, 2025, 04:08:49 AM
Phil:

The log file keeps repeating

QuotePHP Fatal error:  Uncaught Error: Call to undefined function exec() in
#9
cpg1.6 install / Re: Fresh Install with Install...
Last post by phill104 - April 15, 2025, 08:01:34 PM
What is the 500 error? You will need to check the server logs to find out what the actual error is.
#10
cpg1.6 install / Fresh Install with Installer S...
Last post by nowordneeded - April 15, 2025, 12:40:50 PM
Hello:

I've been trying for the better part of two days to try to install a fresh copy on a new site using both the installer stub. Each time I do, I get a white screen directly after I select which version I want to use. When I refresh I get "Please first delete the log file: installer.log.txt." When I do that, I go back to the screen to select which version I want. Basically, I'm thrown into a loop.

I've tried just uploading the files directly to the server via FTP, and I get to step 4, and it goes to a 500 error. When I try to add the database information directly to a created config.php file, it tells me the installer was already run and the file is locked.

I'm trying to install version 1.6.28 here: https://diego-luna.com/gallery.

The Wordpress installation worked like a charm. I've yet to have Coppermine act like this before.

Thanks to anyone who can help.

NWN