verlass mich nicht! *hoil*
So ein halbinstallierter Hack ist irgendwie unbefriedigend.. Kann ich noch irgendwas zur Klärung beitragen?
Code: Alles auswählen
SQL ERROR [ mysqli ]
Table 'lady_tf.phpbb_rpg_user_chars' doesn't exist [1146]
SQL
SELECT c.last_reg_time, c.power_cur, c.power_max, c.defence_cur, c.defence_max, c.intelligence_cur, c.intelligence_max, c.vitality_cur, c.vitality_max, r.power_reg AS rpr, r.defence_reg AS rdr, r.intelligence_reg AS rir, r.vitality_reg AS rvr, o.power_reg AS opr, o.defence_reg AS odr, o.intelligence_reg AS oir, o.vitality_reg AS ovr FROM (phpbb_rpg_user_chars c) LEFT JOIN phpbb_rpg_race r ON (r.race_id = c.race_id) LEFT JOIN phpbb_rpg_occupation o ON (o.occupation_id = c.occupation_id) WHERE user_id = 2 AND death_time = 0 AND (1299184410 - last_reg_time) > 3600
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_rpg.php
LINE: 275
CALL: dbal_mysqli->sql_query()
FILE: includes/functions.php
LINE: 4579
CALL: rpg->regenerate()
FILE: umil/umil_frontend.php
LINE: 84
CALL: page_header()
FILE: umil/umil_auto.php
LINE: 84
CALL: umil_frontend->umil_frontend()
FILE: install.php
LINE: 634
CALL: include('umil/umil_auto.php')Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysqli ]
Table 'lady_tf.phpbb_rpg_user_chars' doesn't exist [1146]
SQL
SELECT u.*, z.friend, z.foe, p.*, r.name AS rpg_charname, pb.id AS pb_id, pb.holding AS pb_holding, gu.personal_album_id, gu.user_images FROM (phpbb_users u, phpbb_posts p) LEFT JOIN phpbb_rpg_user_chars r ON (r.user_id = p.poster_id AND r.death_time = 0) LEFT JOIN phpbb_zebra z ON (z.user_id = 2 AND z.zebra_id = p.poster_id) LEFT JOIN phpbb_points_bank pb ON (pb.user_id = p.poster_id) LEFT JOIN phpbb_gallery_users gu ON (gu.user_id = p.poster_id) WHERE p.post_id IN (7123, 7122) AND u.user_id = p.poster_id
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: viewtopic.php
LINE: 1025
CALL: dbal_mysqli->sql_query()Das bedeutet, dass der Installer keine Tabellen erstellt hat.Table 'lady_tf.phpbb_rpg_user_chars' doesn't exist [1146]
Schätze, das gehört dazu. Da brauchte ich noch InputEine neue Datenbanktabelle erstellen: phpbb_rpg_wevents
Erfolgreich
Füge acp-Modul hinzu: Wetterereignisse
Erfolgreich
Füge neue Berechtigungsoption hinzu: a_rpg_wevents
Erfolgreich
Setze Berechtigungen für die Volle Funktionalität-Rolle.
Erfolgreich
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysqli ]
Table 'lady_tf.RPG_TABLE' doesn't exist [1146]
SQL
SELECT value FROM RPG_TABLE WHERE name = 'power_n'
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/ucp/ucp_rpg_character.php
LINE: 78
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: ucp_rpg_character->main()
FILE: ucp.php
LINE: 345
CALL: p_master->load_active()Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysqli ]
Field 'rpg_post_whisper' 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 (62, 53, 0, '217.83.241.126', 1299435677, 1, 1, 1, 1, 1, '', 'Reise durch den Zauberwald', 'Die Sonne scheint und ich überlege mir, ich packe meinen Rucksack und erkunde den Zauberwald. Mit meinem Bogen in der Hand fühle ich mich sicher genug, um auch allein zu reisen. Vielleicht finde ich neue Abenteuer.', '7ecbf77400aaef38f6bb8211086315cd', 0, '', '35cwni6k', 1, 0, 3761)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_posting.php
LINE: 2092
CALL: dbal_mysqli->sql_query()
FILE: posting.php
LINE: 1228
CALL: submit_post()