Recent posts Recent posts
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Recent posts

#1
cpg1.6.x Deutsch (German) / Re: Batch upload
Last post by fotohaefeli - June 27, 2025, 09:53:05 AM
Danke vielmals, sie hatten recht, ich habe die updateanzeige übersehen und inzwischen wird ja coppermine durch eine interne updateroutine bequem umgedatet, super. inzwischen sollte alles wieder gut laufen. Danke für Ihre Bemühungen und ein schöner Tag für Sie.
#2
cpg1.6.x Deutsch (German) / Re: Batch upload
Last post by ron4mac - June 26, 2025, 01:30:48 PM
Ich glaube, dass DreamHost eine Methode hat, mit der Sie Ihre Dateien und Datenbanken sichern können. Es ist in der Regel eine gute Idee, dies zu tun, bevor Sie wesentliche Änderungen vornehmen, und nur regelmäßige Backups zu erstellen.

Ich weiß nicht, warum Sie nicht über verfügbare Updates informiert werden, wenn Sie sich als Administrator anmelden. Wenn Sie als Administrator angemeldet sind, sollten Ihnen Aktualisierungsoptionen angezeigt werden, wenn Sie zu <your-site-url>/updater.php gehen.

Mit Ihrer Batch-Schwierigkeit .. haben Sie Schwierigkeiten mit ftp, um Ihre Dateien auf den Server zu bringen, oder haben Sie Schwierigkeiten, den Batch-Prozess zu betreiben, sobald die Dateien auf dem Server sind?
#3
cpg1.6.x Deutsch (German) / Batch upload
Last post by fotohaefeli - June 25, 2025, 11:03:54 AM
moin und Guten Tag liebe Moderatoren/innen
Seit etwa 2 Wochen fällt meine webseite bzw. bildarchiv jedesmal komplett aus wenn ich bilder im batchmodus hochladen will, über vpn sehe ich die seite dann wieder...? ich habe CM 1.6.15, könnte es sein ich muss dringend updaten? es kam aber leider nie eine update mitteilung wenn ich mich als admin einloggte. als ich mich beim hoster meldete (dreamhost) konnten die irgendwelche blocks "liften" und meine ip "whitelisten" dann gings wieder 2 tage und dann war ich wieder gleichweit. da ich weit über eine halbe million pics in der galerie habe möchte ich bei core-sachen wirklich 100% sicher sein, die arbeit die im jahrelangen upload steckt könnt ich weder wiederholen noch darauf verzichten. wäre sehr dankbar für ein hilfreiches feedback, habe auch schon mit ron4mac darüber gesprochen, nur ist mein englisch nicht wirklich harvard oder oxfordmässig.

Herzlichen Dank für ein feedback und ein sonniger schöner sommertag
jörg
#4
cpg1.6 upgrading / Re: Unable to connect to datab...
Last post by phill104 - June 14, 2025, 12:12:53 PM
Take a look at your include/config.inc.php file and check all the setings are correctly pointing to your database. Once you have verified they are correct remember to run update.php as per the docs

https://coppermine-gallery.com/docs/curr/en/upgrading.htm

QuoteTo run the PHP-file "update.php" (i.e. the update script), just enter the URL into the address bar of your browser. The file "update.php" resides in the Coppermine directory, so to run it you will need to point your browser to http://yourdomain.tld/your_coppermine_folder/update.php (if you have installed Coppermine into the root of your web site, you will have to run http://yourdomain.tld/update.php accordingly). This will update your Coppermine install by making all necessary changes in the database.



#5
cpg1.6 upgrading / Unable to connect to database ...
Last post by Aurel Klatik - June 11, 2025, 10:03:53 PM
I have successfully updated from CPG 1.5.12 to 1.5.48 using PHP 5.3
In attempt to upgrade to CPG 1.6.26 I have uploaded files to server, changed server setting to PHP 8.3 and run webname/update.php
I was still logged in as webstie admin.  Got this error:

Coppermine critical error:
Unable to connect to database !

MySQLi said: 2054 : The server requested authentication method unknown to the client [mysql_old_password]

Have checked that MySQL is 5.5
I have no clue what to do. Can you please give me a hint ?
#6
cpg1.6.x Deutsch (German) / Re: Link auf Hauptseite führt ...
Last post by VolkerF - May 22, 2025, 12:41:56 PM
Hallo phill104,

vielen Dank, es hat geklappt.

Gruß, Volker
#7
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
#8
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
******************************************************************************/
#9
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
#10
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)