51
General Help & Support / Re: Ändern von Eigenschaften einer Gruppe
« Last post by sternchen8875 on April 14, 2025, 11:20:40 AM »Ja, das war mein Fehler bei der Aufbereitung des Paketes. Da hing wohl noch etwas fest in der Zwischenablage und wurde dann unbemerkt in die Datei mit eingefügt.
Ein neues Paket sollte kurzfristig kommen, war auch schon bei den Testern, es gab aber ein paar Unstimmigkeiten in der Mediaverwaltung
Solltest du selbst reparieren wollen, es geht um die Zeile 95 - 99 in der Datei /admin/groups/save.php mit aktuell diesem Code
dieser Code muß entfernt werden
Alternativ die reparierte Datei im Anhang als ZIP-File
Da es noch eine längere Liste gibt mit Korrekturen von Tippfehlern usw, haben wir uns entschlossen, kein kleinen Fix zu liefern, sondern gleich ein Vollpaket, das dauert aber noch ein paar Tage. Ich denke mal, so Anfang Mai, da aktuell alle etwas eingespannt sind. Manch einer nutzt die Ferien für einen Urlaub usw.
----------------------------------------------------------
Here is the English translation:
"Yes, that was my mistake when preparing the package. Something must have been stuck in my clipboard and was then unintentionally included in the file.
A new package should be coming shortly, it was already with the testers, but there were a few inconsistencies in the media management.
If you want to fix it yourself, the issue is in lines 95-99 of the file /admin/groups/save.php with the following code:
This code needs to be removed.
Alternatively, you can find the repaired file attached as a ZIP file.
Since there is still a longer list of corrections for typos and such, we've decided not to release a small fix, but rather a full package, which will take a few more days. I'm thinking around the beginning of May, as everyone is a bit busy at the moment. Some are using the holidays for vacation, etc."
Ein neues Paket sollte kurzfristig kommen, war auch schon bei den Testern, es gab aber ein paar Unstimmigkeiten in der Mediaverwaltung
Solltest du selbst reparieren wollen, es geht um die Zeile 95 - 99 in der Datei /admin/groups/save.php mit aktuell diesem Code
Code: [Select]
$sql = 'SELECT COUNT(*) FROM `'.TABLE_PREFIX.'groups` '
. 'WHERE `name`=\''.$group_name.'\'';
if ($database->get_one($sql)) {
$admin->print_error($MESSAGE['GROUPS_GROUP_NAME_EXISTS'], $js_back);
}
dieser Code muß entfernt werden
Alternativ die reparierte Datei im Anhang als ZIP-File
Da es noch eine längere Liste gibt mit Korrekturen von Tippfehlern usw, haben wir uns entschlossen, kein kleinen Fix zu liefern, sondern gleich ein Vollpaket, das dauert aber noch ein paar Tage. Ich denke mal, so Anfang Mai, da aktuell alle etwas eingespannt sind. Manch einer nutzt die Ferien für einen Urlaub usw.
----------------------------------------------------------
Here is the English translation:
"Yes, that was my mistake when preparing the package. Something must have been stuck in my clipboard and was then unintentionally included in the file.
A new package should be coming shortly, it was already with the testers, but there were a few inconsistencies in the media management.
If you want to fix it yourself, the issue is in lines 95-99 of the file /admin/groups/save.php with the following code:
Code: [Select]
$sql = 'SELECT COUNT(*) FROM `'.TABLE_PREFIX.'groups` '
. 'WHERE `name`=\''.$group_name.'\'';
if ($database->get_one($sql)) {
$admin->print_error($MESSAGE['GROUPS_GROUP_NAME_EXISTS'], $js_back);
}
This code needs to be removed.
Alternatively, you can find the repaired file attached as a ZIP file.
Since there is still a longer list of corrections for typos and such, we've decided not to release a small fix, but rather a full package, which will take a few more days. I'm thinking around the beginning of May, as everyone is a bit busy at the moment. Some are using the holidays for vacation, etc."