full_db_backup kein sql upload beim install...
Verfasst: 11.07.2006 23:07
Nabend zusammen!
Intalliere eben den full_db_backup_v220_emc Mod, klappt natürlich alles bestens, außer, dass sich die Datei zum Einfügend er Sql Dateien nicht ausühren!
Mein Ausführen wie gewohnt im Explorer führt zu einem tollen
Liegt das am Orion oder was führt da zum Fehler?
Alternativ: Wie kann ich die DAteien manuell einfügen/wie muss das dann der Sqlbefehl heißen?
mit
wirds ja wohl wenigers klappen?
Intalliere eben den full_db_backup_v220_emc Mod, klappt natürlich alles bestens, außer, dass sich die Datei zum Einfügend er Sql Dateien nicht ausühren!
Mein Ausführen wie gewohnt im Explorer führt zu einem tollen
Code: Alles auswählen
CBACK Orion
Kritischer Fehler
Could not connect to the database
Alternativ: Wie kann ich die DAteien manuell einfügen/wie muss das dann der Sqlbefehl heißen?
mit
Code: Alles auswählen
"INSERT INTO " . $table_prefix . "config VALUES ('backupscript1_active', '1')",
"INSERT INTO " . $table_prefix . "config VALUES ('backupscript1_gzip', '0')",
"INSERT INTO " . $table_prefix . "config VALUES ('backupscript2_active', '1')",
"INSERT INTO " . $table_prefix . "config VALUES ('backupscript2_gzip', '0')",
"INSERT INTO " . $table_prefix . "config VALUES ('backup_path', '.././db_backup_files')",
"INSERT INTO " . $table_prefix . "config VALUES ('backupcount1', '3')",
"INSERT INTO " . $table_prefix . "config VALUES ('backupcount2', '3')"