Creativ Posted July 30, 2004 Report Share Posted July 30, 2004 Hallo, ich habe jetzt schon 5 Sicherungen gemacht und die haben alle funktioniert! Jetzt will ich mal wieder eine machen und es kommt nur folgende Fehlermeldung: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1382868 bytes) in /var/www/web1/html/shop/admin/backup.php on line 54 Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 133 bytes) in Unknown on line 0 Wo liegt hier jetzt der Fehler?? Link to comment Share on other sites More sharing options...
Guest HHGAG Posted July 30, 2004 Report Share Posted July 30, 2004 Es ist kein Fehler =) Das Script braucht mittlerweile mehr Speicher um Deine Datenbank auszulesen, jedoch hat er sie nicht zu Verf?gung. Die Einschr?nkungen sind in der php.ini, wenn Du Zugriff dadrauf hast kannst Du es ?ndern, ansonsten ?ber phpmyadmin Backups ziehen, oder mysql_Dump verwenden, den findest Du hier: http://www.daniel-schlichtholz.de/board Link to comment Share on other sites More sharing options...
Creativ Posted July 31, 2004 Author Report Share Posted July 31, 2004 Hallo, ich habe zugriff auf die php.ini! Was muss ich da genau ?ndern?? Link to comment Share on other sites More sharing options...
Guest HHGAG Posted July 31, 2004 Report Share Posted July 31, 2004 max_execution_time = xxxx max_input_time = xxxx memory_limit = xxxM upload_max_filesize = xxM Link to comment Share on other sites More sharing options...
Nordlicht Posted September 22, 2004 Report Share Posted September 22, 2004 Mal eine kurze Frage an HHGAG... wenn ich die php.ini ?ndere muss dann hinter dem = ein Wert stehen oder muss ich das genau so eintragen wie du es oben geschrieben hast, also mit xxx Link to comment Share on other sites More sharing options...
seek Posted September 24, 2004 Report Share Posted September 24, 2004 Verdoppel einfach die Werte. Die xxx stehen da weil er meint Du sollst Dir selber Zahlen ausdenken die Du da reinschreibst. Schreib aber keine zu grossen Werte rein. MfG Ren Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.