Code: Alles auswählen
Fatal error: Out of memory (allocated 11010048) (tried to allocate 35 bytes) in /home/wintedb3/www.obb-azubi.winterhunde.de/includes/diff/engine.php on line 269
Ist das memory_limit zu klein
Code: Alles auswählen
Fatal error: Out of memory (allocated 11010048) (tried to allocate 35 bytes) in /home/wintedb3/www.obb-azubi.winterhunde.de/includes/diff/engine.php on line 269
musst Du selbst helfen und den verfügbaren Speicher auf 16 MB setzen oder setzen (durch den Hoster / Provider) lassen.Exotic Shayle hat geschrieben:Kann mir da jemand helfen?
Code: Alles auswählen
SQL ERROR [ mysql4 ]
Unknown table 'phpbb_zebra' in MULTI DELETE [1109]
SQL
DELETE phpbb_zebra FROM phpbb_zebra z, phpbb_user_group ug WHERE z.zebra_id = ug.user_id AND z.foe = 1 AND ug.group_id = 22
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: includes/functions_admin.php
LINE: 2850
CALL: dbal_mysql->sql_query()
FILE: includes/functions_user.php
LINE: 3544
CALL: update_foes()
FILE: includes/functions_user.php
LINE: 2643
CALL: group_update_listings()
FILE: includes/acp/acp_groups.php
LINE: 454
CALL: group_create()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_groups->main()
FILE: adm/index.php
LINE: 82
CALL: p_master->load_active()
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Field 'post_edit_reason' doesn't have a default value [1364]
SQL
INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (3, 2, 0, '79.219.138.188', 1290684507, 1, 1, 1, 1, 1, '', 'Re: Fehlermeldungen / Updates / Mod installation', 'Entwerder es liegt am Update oder der Provider hat beim draufspielen etwas falsch formatiert. \nWeil die Umlaute falsch angezeigt werden...\nHab vorhin Cache geleert...\nLg Marcel', '4cb1d9a968052b3bd3adea68d3d68e10', 0, '', '38xg7njm', 1, 0, 782)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: includes/functions_posting.php
LINE: 2080
CALL: dbal_mysql->sql_query()
FILE: posting.php
LINE: 1137
CALL: submit_post()
Code: Alles auswählen
SQL-Befehl:
# Table: 'phpbb_posts'
ALTER TABLE phpbb_posts DROP INDEX post_text,
DROP INDEX post_subject,
DROP INDEX post_content;
MySQL meldet: Dokumentation
#1091 - Can't DROP 'post_text'; check that column/key exists
Code: Alles auswählen
DROP INDEX post_text,