anschließend
install/update_to_latest.php
ausgeführt.
Effekt:
"Please read: INSTALL.html before attempting to update."
kann ich zwar durchlesen, aber es geht nicht weiter

Was soll ich jetzt machen?
Danke.
Schau dir einfach mal die verantwortliche Stelle in der update_to_latest-Datei an:jackoa hat geschrieben:"Please read: INSTALL.html before attempting to update."
Code: Alles auswählen
if(!isset($dbms))
{
die("Please read: <a href='../docs/INSTALL.html'>INSTALL.html</a> before attempting to update.");
}