Recent Posts

Pages: [1] 2 3 4 5 ... 10
2
Error Messages / Fehlermeldungen / Warning: Undefined array key
« Last post by Melder on August 10, 2024, 04:22:21 PM »
Hallo Zusammen,

mein Update unserer Galerie von 1.8 auf 1.10 ist vollbracht und es funktioniert soweit auch alles.
Wenn ich mir die Fehler-Logs anschauen tauchen hier aber bei dem Aufbau der details.php doch einige Fehler auf obwohl alles augenscheinlich funktioniert.

Hier als Beispiel mal 3 Zeilen der Fehler (es sind zahlreiche mehr mit dem gleichen Aufbau):

Warning: Undefined array key "image_date" in /pages/c4/26/d0014036/home/htdocs/sos/includes/functions.php on line 322
Warning: Undefined array key "image_allow_comments" in /pages/c4/26/d0014036/home/htdocs/sos/includes/functions.php on line 344
Warning: Undefined array key "user_id" in /pages/c4/26/d0014036/home/htdocs/sos/includes/functions.php on line 411

Hier die dazugehörigen Zeilen aus der "funktions.php"
funktion.php line 322:
$is_new = ($image_row['image_date'] >= (time() - 60 * 60 * 24 * $config['new_cutoff'])) ? 1 : 0;
funktion.php line 344:
  $num_comments = ($image_row['image_allow_comments'] == 1) ? $image_row['image_comments'] : "";
funktion.php line 411:
    "user_id" => $image_row['user_id'],

Ich habe nun die alten Dateien mit den neuen ausgiebig verglichen, aber ich finde keine Lösung.
Ich denke der Fehler besteht schon länger und ist nie aufgefallen, da "display_errors" aus war ...
https://www.sos-pictures.de mit PHP8.2 und Modus Fast-CGI

Vielleicht kann mir ja hier jemand weiterhelfen  :D

Sonnige Grüße
Achim


3
Feedback & Suggestions / Re: The download link is not working
« Last post by Sunny C. on July 18, 2024, 08:19:51 AM »
Download wieder fehlerhaft!


4
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by php8 on July 13, 2024, 04:58:47 PM »
Hello Przemek,

are you fit enough in php to customize it for yourself?

The following solutions come to mind:

a) downgrade the affected php files to those of version 1.8 (although I wouldn't recommend this approach, it would be the quickest way for you to restore functionality)

b) Adjust the filter order and create an individual filter. The following approach comes to mind (untested):

1. replace the html line breaks with another format of your choice (example: <br /> with #br#)
2. remove all remaining html tags (strip_tags or any other solution)
3. process the remaining output from 4images' own filter
4. replace #br# with <br /> again before the output

This way you keep the line breaks while preserving the previous filter mechanisms.
5
Tutorials / Re: [TUT] Zusätzliches Image Feld anlegen / Additional Image Field
« Last post by Jan-Lukas on July 12, 2024, 09:53:37 PM »
Grüße,
Die normalen Felder ist ja eigentlich kein Problem, aber ich möchte ein zweites Bild hochladen, und es in der detail.html mit {images2} auslesen lassen.
So das 2 verschiedene Bilder auf der Detail Seite angezeigt werden.
Kein zweites Thump

$additional_image_fields['image_media_file2'] = array($lang['image_media_file2'], "file", 1); ist eingetragen
Datenbank feld image_media_file2 wurde angelegt.

in der member_uploadform.html habe ich die Tabelle um ein Feld erweitert

<b>Upload:</b><br />
           <input type="file" name="media_file2" class="input" /><br />
           <b>URL:</b><br />
           <input type="text" name="remote_media_file"  size="30" value="{remote_media_file}" class="input" /><br />
           <span class="smalltext"><b>{lang_allowed_file_types}</b> {allowed_media_types}</span><br>

Es wird aber nichts in der Datenbank hochgeladen.

Kann da wer helfen ?



6
Leider klappt der Mod ab PHP 8 nicht mehr, wenn ich auf 7.4 umstelle, ist noch alles OK
Hier wird mal ein Fachmann(frau) gesucht, der sich die admin/image.php mal ansieht.

@ Andi (Rembrand) wenn du heimlich mitliest, DU FEHLST UNS
7
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by Przemek on July 06, 2024, 03:05:41 PM »
Even the new lines in category description are translated to
"<br>" which appears on the screen! WTF? I understand, you're changed script for the XSS issues reason, but it brokes a simply descriptions in categrory description!
Please fix it!
8
Mods & Plugins (Releases & Support) / Re: [MOD] Kategorie Text kürzen
« Last post by Jan-Lukas on July 05, 2024, 11:48:06 PM »
Klappt auch in der 1.9 mit PHP 8.3
9
klappt mit PHP 8.3
10
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« Last post by Jan-Lukas on July 03, 2024, 09:34:58 PM »
Unter PHP8 gibt keine Ausgabe
im Admin funktioniert die Ausgabe perfekt
würde mich über ein update freuen, oder hat das jemand unter PHP 8 laufen ?
Pages: [1] 2 3 4 5 ... 10