Seite 1 von 1
Activity mod plus fehler
Verfasst: 24.11.2005 01:34
von franticfreak
Hi
bekomme den fehler wenn ich bei der spiele auswahl eine seiter weiter gehen will
Fehler: Couldn't obtain game data
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
SELECT * FROM phpbb_ina_games ORDER BY
Line : 749
File : activity.php
wobei ich alles installiert habe,kann es evtl daran liegen,das ich noch immer die arcade mod drin habe????
und dann noch ne frage, ich kann zwar kategoryn anlegen,allerdings werden sie nicht gespeichert
Verfasst: 24.11.2005 12:13
von franticfreak
weiß keiner ne antwort?
Verfasst: 24.11.2005 22:43
von rabbit
1. KB:knigge (topic bumping)
2. prüfe nochmal, ob das db_update komplett und erfolgreich durchgeführt wurde (alle einträge und tabellen).
Verfasst: 28.11.2005 03:49
von franticfreak
bei der installation kommt der fehler nur
ALTER TABLE phpbb_users DROP `ina_last_playtype`, DROP `ina_games_played`, DROP `user_trophies`, DROP `ina_cheat_fix`, DROP `ina_games_today`, DROP `ina_last_visit_page`, DROP `ina_game_playing`, DROP `ina_game_pass`, DROP `ina_games_pass_day`, DROP `ina_time_playing`, DROP `ina_char_name`, DROP `ina_char_age`, DROP `ina_char_from`, DROP `ina_char_intrests`, DROP `ina_char_img`, DROP `ina_char_gender`, DROP `ina_char_ge`, DROP `ina_char_name_effects`, DROP `ina_char_title_effects`, DROP `ina_char_saying_effects`, DROP `ina_char_views`, DROP `ina_char_title`, DROP `ina_char_saying`, DROP `ina_settings`;
Error: Can't DROP 'ina_last_playtype'. Check that column/key exists
Sonst installiert er alles
Verfasst: 17.01.2006 11:31
von gib-olles.at
ich hab da genau das selbe problem,
Couldn't obtain game data
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
SELECT * FROM phpbb_ina_games ORDER BY
Line : 749
File : activity.php
gibts da wen der eine lösung hat??
Verfasst: 17.01.2006 13:53
von mixmax
fix errors on page 2
Code: Alles auswählen
=======
OPEN
=======
activity.php
=======
FIND
=======
if ($page_order == 'game_played') $order_by = "played $sort_order LIMIT $start,". $finish;
=======
REPLACE WITH
=======
if ($page_order == 'played') $order_by = "played $sort_order LIMIT $start,". $finish;
=======
FIND
=======
$mode_types = array('game_charge', 'game_bonus', 'jackpot', 'game_played', 'proper_name', 'install_dateN', 'install_dateO', 'reverse_list', 'RAND');
=======
REPLACE WITH
=======
$mode_types = array('game_charge', 'game_bonus', 'jackpot', 'played', 'proper_name', 'install_dateN', 'install_dateO', 'reverse_list', 'RAND');
=======
FIND
=======
$mode_types = array('game_played', 'proper_name', 'install_dateN', 'install_dateO', 'reverse_list', 'RAND');
=======
REPLACE WITH
=======
$mode_types = array('played', 'proper_name', 'install_dateN', 'install_dateO', 'reverse_list', 'RAND');
=======
CLOSE & SAVE
=======
Habe ich noch auf meiner Platte gehabt,einbau auf eigener gefahr.

Verfasst: 08.05.2006 19:09
von Sanchez17
Thx,hat geholfen.Habe aber noch ein Problem:
Einstellungen bei z.b. Xtras werden überhaupt nicht übernommen.
Woran kann es liegen?Habe die installation schon ein paar mal erflogreich ausgeführt.
Beim 3.mal kam diese Meldung:
DROP TABLE IF EXISTS phpbb_ina_data, phpbb_ina_games, phpbb_ina_scores, phpbb_ina_top_scores, phpbb_ina_ban, phpbb_ina_cheat_fix, phpbb_ina_categories, phpbb_ina_categories_data, phpbb_ina_challenge_tracker, phpbb_ina_challenge_users, phpbb_ina_trophy_comments, phpbb_ina_sessions, phpbb_ina_last_game_played, phpbb_ina_gamble, phpbb_ina_gamble_in_progress, phpbb_ina_rating_votes, phpbb_ina_favorites, phpbb_ina_hall_of_fame, phpbb_ina_chat
Successfully Completed
ALTER TABLE users DROP `ina_last_playtype`, DROP `ina_games_played`, DROP `user_trophies`, DROP `ina_cheat_fix`, DROP `ina_games_today`, DROP `ina_last_visit_page`, DROP `ina_game_playing`, DROP `ina_game_pass`, DROP `ina_games_pass_day`, DROP `ina_time_playing`, DROP `ina_char_name`, DROP `ina_char_age`, DROP `ina_char_from`, DROP `ina_char_intrests`, DROP `ina_char_img`, DROP `ina_char_gender`, DROP `ina_char_ge`, DROP `ina_char_name_effects`, DROP `ina_char_title_effects`, DROP `ina_char_saying_effects`, DROP `ina_char_views`, DROP `ina_char_title`, DROP `ina_char_saying`, DROP `ina_settings`;
Error: Kann 'ina_last_playtype' nicht löschen. Existiert das Feld / der Schlüssel?
DELETE FROM phpbb_config WHERE config_name = 'ina_email_sent';
Successfully Completed
DELETE FROM phpbb_config WHERE config_name = 'ina_rating_reward';
Successfully Completed
DELETE FROM phpbb_config WHERE config_name = 'ina_rating_reward';
Successfully Completed
DELETE FROM phpbb_config WHERE config_name = 'ina_use_logo';
Successfully Completed
[...]
DELETE FROM phpbb_config WHERE config_name = 'ina_game_pass_cost';
Successfully Completed
DELETE FROM phpbb_config WHERE config_name = 'ina_game_pass_length';
Successfully Completed
Can anybody help me?
Verfasst: 27.08.2006 07:58
von Lonline
kann mir mal eine das db_update file geben?
Verfasst: 27.08.2006 08:57
von Julian87
Lonline hat geschrieben:kann mir mal eine das db_update file geben?
Man wie oft denn noch? Ich finde es eh ein bisschen dreist das du dich über 5 Themen hinwegsetzt:
http://www.phpbb.de/viewtopic.php?p=754551
http://www.phpbb.de/viewtopic.php?p=754550
http://www.phpbb.de/viewtopic.php?p=754549
http://www.phpbb.de/viewtopic.php?p=754545
http://www.phpbb.de/viewtopic.php?p=754544
Alle haben mit dir und entweder dem SQL Update oder der Deutschen Sprachdatei zutun, du musst mal nicht übertreiben.
Ist schon komisch welcher Andrang plötzlich auf den MOD besteht.
