4images Help / Hilfe > Error Messages / Fehlermeldungen

Webseite mit PHP 7.2 nicht kompatibel

<< < (4/4)

nobby:
 :idea: :) :thumbup:

kai:
 :thumbup:


--- Quote from: LarsP on April 14, 2020, 11:37:39 AM ---Ich habe mir den Sourcecode von 4images mal genauer angeschaut und kann nun Licht ins dunkel bringen.

Das gute Vorab:
Es spielt keine Rolle, ob ihr PHP 7.0, 7.0.33 oder (so wie ich, das aktuelle 7.3.15) einsetzt - 4images in Version 1.8 wird auch unter allen aktuell verfügbaren Versionen von PHP 7 laufen!

Die entscheidende Konfiguration von 4images steht in der nachfolgenden Zeile in der Datei config.php:

--- Code: ---$db_servertype = "mysql";
--- End code ---
ändert diese Zeile einfach in:

--- Code: ---$db_servertype = "mysqli";
--- End code ---

--- End quote ---

parkshots:
Hallo,

kurze Verständnisfrage: Mit der Umstellung auf "mysqli" bekomme ich im Adminbereich unter Datenbank Backup die Meldung "Note: You are not using MySQL. Maybe the backup function won't work!" Ein Backup lässt sich zwar noch ausführen, die generierte SQL Datei ist jedoch nur noch ca. halb so groß wie vorher. Ist die Backup Funktion nicht mehr nutzbar?

Jan-Lukas:

--- Quote from: kai on April 16, 2020, 02:17:09 PM --- :thumbup:


--- Quote from: LarsP on April 14, 2020, 11:37:39 AM ---Ich habe mir den Sourcecode von 4images mal genauer angeschaut und kann nun Licht ins dunkel bringen.

Das gute Vorab:
Es spielt keine Rolle, ob ihr PHP 7.0, 7.0.33 oder (so wie ich, das aktuelle 7.3.15) einsetzt - 4images in Version 1.8 wird auch unter allen aktuell verfügbaren Versionen von PHP 7 laufen!

Die entscheidende Konfiguration von 4images steht in der nachfolgenden Zeile in der Datei config.php:

--- Code: ---$db_servertype = "mysql";
--- End code ---
ändert diese Zeile einfach in:

--- Code: ---$db_servertype = "mysqli";
--- End code ---

--- End quote ---

--- End quote ---

Huch... Wer bist Du denn ??

bigwave:
Hi All,

Please take a look at vierstra's work here:
https://www.4homepages.de/forum/index.php?topic=33101.msg168315#msg168315

If you have an install of 4images that you've been having fun with for years this is a wonderful opportunity to keep it running into the future!!!


--- Quote ---It uses the existing database and modern versions of php

"Running on Apache / PHP 8.02

Only the database and data are used from the original, all php is new.

You can "side load" the new looks on your existing 4images installation without any modifications
--- End quote ---

Navigation

[0] Message Index

[*] Previous page

Go to full version