Recent Posts

Pages: [1] 2 3 4 5 ... 10
2
Installation, Update & Configuration / Installation fails with mySQL 8.0.37
« Last post by striderdixon on December 25, 2024, 01:35:38 AM »
Trying to install 4Images version 1.10, and consistently get an error message - Required MYSQL version less than 8.0.0 AND found version is 8.0.37. 

I would expect this to be a simple fix, just testing the version number.

striderdixon
3
Error Messages / Fehlermeldungen / No Strings Attached: Join Now in Your Town
« Last post by nagmat on December 20, 2024, 10:09:08 AM »
Meet Women Ready for Fun Tonight in Your Town
 
Search Sexy Womans from your town for night
https://datingnow.site
4
Error Messages / Fehlermeldungen / Fatal error: Uncaught mysqli_sql_exception:
« Last post by Rain on December 20, 2024, 09:10:19 AM »
I am trying to install 4 images 1.8 and have uploaded my files when I get ready to do the installation I get the following error message.  Can anyone help me on what to do to get past it? Thanks in advance for any help.

Fatal error: Uncaught mysqli_sql_exception: Table '4images_categories' already exists in /home2/rain/public_html/4images/includes/db_mysqli.php:81 Stack trace: #0 /home2/rain/public_html/4images/includes/db_mysqli.php(81): mysqli_query(Object(mysqli), 'CREATE TABLE 4i...') #1 /home2/rain/public_html/4images/install.php(244): Db->query('CREATE TABLE 4i...') #2 {main} thrown in /home2/rain/public_html/4images/includes/db_mysqli.php on line 81
6
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


7
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!


8
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.
9
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 ?



10
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
Pages: [1] 2 3 4 5 ... 10