Problem - Alben anlegen Problem - Alben anlegen
 

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

Problem - Alben anlegen

Started by roadrunner2000, December 11, 2023, 10:24:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

roadrunner2000

Hi,
meine Festplatten auf dem Server mußten getauscht werden.
Okay, war kein Problem, alles vorher gesichert.

Beim zurückspielen der Datenbanken gab es auch kein Problem.

Meine vier Coppermines laufen nach wie vor, ich konnte alles einrichten, wie es vorhar war.
Alles funktioniert eigentlich so, wie es ein soll, nur ich kann keine Alben mehr anlegen.
Das ist der einzige Fehler. Das Rad dreht und dreht sich und nichts passiert. chmod auf 777 hochgesetzt.
Woran kann das liegen?

Bei einer leeren Coppermine funktioniert es.

mfg

roadrunner2000

Ich habe gerade festgestellt, dass es bei einer Coppermine funktioniert.
Bei den anderen dreien nicht.

roadrunner2000

So, ich habe mich nun durch das Forum geklickt und drei Beiträge gefunden, die das gleiche Problem hatten und auch versucht, diese nach deren Anleitung zu beheben. Kein Erfolg.
Auch habe ich festgestellt, dass sich nach dem Import der Datenbanken, kein Benutzer mehr anlegen läßt.
Dantenbankfehler.
Der Fehler liegt also eindeutig bei den Datenbanken.
Nur eine von 4 Coppermeines funktioniert korrekt.

Werde jetzt versuchen, die Datenbanken mit phpMyAdmin zu reparieren.
Wenn das auch nicht funktioniert, dann versuche ich es mit Heidi.
Ansonsten weiß ich nicht weiter.

ron4mac

#3
Make sure that the database user specified for each gallery has all privileges to the database.
Also enable debug mode (Config->Maintenance settings->Enable debug mode) so you may have more information.

roadrunner2000

Fehler gefunden:
Da eine von 4 Datenbanken noch funktionierte, habe ich sie mal mit den drei nichtfunktionierenden verglichen.
Bei den drei nichtfunktionierenden fand ich folgenden Wert in der Datenbank:

  `H5ss_cfg` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL

Ich habe diesen Wert gelöscht und es funktionierte wieder.

Jetzt die Frage: Was hat dieser Wert für eine Bedeutung, wenn er das anlegen von Alben sperrt.
Was erzeugt diesen Wert?

roadrunner2000

--
-- Tabellenstruktur für Tabelle `cpg15x_albums`
--

CREATE TABLE `cpg15x_albums` (
  `aid` int(11) NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `visibility` int(11) NOT NULL DEFAULT 0,
  `uploads` enum('YES','NO') NOT NULL DEFAULT 'NO',
  `comments` enum('YES','NO') NOT NULL DEFAULT 'YES',
  `votes` enum('YES','NO') NOT NULL DEFAULT 'YES',
  `pos` int(11) NOT NULL DEFAULT 0,
  `category` int(11) NOT NULL DEFAULT 0,
  `owner` int(11) NOT NULL DEFAULT 1,
  `thumb` int(11) NOT NULL DEFAULT 0,
  `keyword` varchar(50) DEFAULT NULL,
  `alb_password` varchar(32) DEFAULT NULL,
  `alb_password_hint` text DEFAULT NULL,
  `moderator_group` int(11) NOT NULL DEFAULT 0,
  `alb_hits` int(10) NOT NULL DEFAULT 0,
  `H5ss_cfg` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Used to store albums';

ron4mac

H5ss_cfg comes from the HTML5 Slideshow plugin. If you want to continue to use the plugin, you will need to update it to the latest version. (uninstall then re-install)

An alternative full image viewer can be found here.

roadrunner2000

Hi ron4mac

I would like to do that, but I'm running Coppermine 1.5.48. I would like to upgrade, but there are two modules that I am missing, including the sitemap generator and another one that I need.

roadrunner2000

I found for 1.5.48.
html5 slideshow? I didn't even install it.

ron4mac

Quote from: roadrunner2000 on December 17, 2023, 07:07:49 PM
html5 slideshow? I didn't even install it.

Someone did at some time or that field would not have been in the table. Sorry for the issue it has caused you.

Happy Holidays.

roadrunner2000

Thanks Ron, I wish you too. The error is fixed and it's good.
The only thing that annoys me is that most of the modules simply won't be adjusted in the next version.
We at YaBB forums always do this. So it wasn't particularly difficult for me to find the error once I narrowed it down.
It is always important to adapt the modules, otherwise it will die at some point. Look at Piwigo, they always do that.

Happy Holidays.