Recent posts - Page 4 Recent posts - Page 4
 

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

#31
cpg1.6.x Deutsch (German) / Re: "Letzte Aktualisierung"
Last post by fotohaefeli - July 16, 2025, 07:46:22 PM
Danke vielmals, aber wie kann ich das ändern? gibt es eine step-by-step-anleitung oder ein manual. Danke für deine Hilfe.
#32
cpg1.6 miscellaneous / Re: Error after upgrade to PHP...
Last post by ron4mac - July 16, 2025, 06:52:42 PM
You may safely remove that line in that file ...
#33
cpg1.6.x Deutsch (German) / Re: "Letzte Aktualisierung"
Last post by ron4mac - July 16, 2025, 06:36:01 PM
Ihre Sprachdatei muss geändert werden.

https://coppermine-gallery.com/forum/index.php/topic,80524
#34
cpg1.6 miscellaneous / Error after upgrade to PHP 8.4
Last post by panhead - July 16, 2025, 04:35:12 PM
After upgrading to PHP 8.4 I get this error when uploading and displaying images:

Deprecated: Constant E_STRICT is deprecated in /home/deb/domains/xxx.net/public_html/dir/coppermine/include/debugger.inc.php on line 95
Is there a workaround for this?
#35
cpg1.6.x Deutsch (German) / Hauptseite schnell-Galerien la...
Last post by fotohaefeli - July 16, 2025, 08:32:49 AM
Guten Tag,

Meine Fotoalben "Hauptseite"

https://www.fotohaefeli.com/CM15/index.php

lädt relativ schnell,
sobald Alben

https://www.fotohaefeli.com/CM15/index.php?cat=20

in einer Kategorie drinn sind dauerts ewig.
Dies ist plötzlich, von einem zum anderen Tag so, war vorher alles gleichschnell.
Hab auch in den Bildgrössen oder einstellungen nichts geändert
Ist das regional vom Netz abhängig?
Einstellung?
Server?

Danke vielmals für jeden Tip
#36
cpg1.6.x Deutsch (German) / "Letzte Aktualisierung"
Last post by fotohaefeli - July 16, 2025, 08:28:05 AM
Guten Morgen,
Ich habe gleich 2 Fragen, die andere stelle ich aber in einem separaten Post :-)

Seit geraumer Zeit liefert mir meine Copermine die Info "Letzte Aktaulisierung" in einem komplett nicht lesbaren Code aus.
Frage: Kann man diese Info ganz abschalten, die brauche ich nämlich gar nicht,
oder kan man sie wieder so einstellen,
dass das Datum korrekt angezeigt wird?



Herzlichen Dank für jeden Tipp
#37
cpg1.6 upgrading / Re: Unable to connect to datab...
Last post by ron4mac - July 09, 2025, 02:45:46 PM
If you are using a commercial host, present the issue to them. They would need to configure mysql to accept standard passwords.
If you are self-hosting, you will need to determine the mysql authentication method being used and make appropriate adjustments. This may help.
The TABLE_PREFIX should remain as the original cpg14x_.
The [dbtype] gets updated when update.php successfully runs.
#38
cpg1.6 upgrading / Re: Unable to connect to datab...
Last post by Aurel Klatik - July 08, 2025, 10:16:53 PM
I have checked include/config.inc.php and it is fine
>>Having noticed in my old file this line was missing:
$CONFIG['dbtype'] =      'mysqli';      // Your database type
>>and this line was
$CONFIG['TABLE_PREFIX'] =         'cpg14x_';
>>and not
$CONFIG['TABLE_PREFIX'] =         'cpg16x_';
>>tried to add missing line and change 'cpg14x_'; to 'cpg16x_';
>>but it did not solve anything, there i sill
Coppermine critical error:
Unable to connect to database !
MySQLi said: 2054 : The server requested authentication method unknown to the client [mysql_old_password]
#39
cpg1.6.x Deutsch (German) / Frage zur Ansicht Kategorien
Last post by VolkerF - July 06, 2025, 08:34:28 AM
Hallo und guten Morgen,

es gibt ja bei den Einstellungen die Rubrik »Ansicht Albenliste« und dort den Eintrag »Anzahl Spalten in Album-Liste«. Kann man das irgendwie bei den Kategorien auch anwenden? Die werden nämlich nur untereinander angezeigt.

Danke und Gruß, Volker
#40
cpg1.6 install / Re: PHP 8
Last post by panhead - July 05, 2025, 03:52:33 PM
Your method works perfect, thank you.