Verfasst: 05.06.2008 11:16
Also, es wird schon was mit dem Tipp, leider nicht so schnell wie gehofft.
Also HEUTE kommt noch was...
Also HEUTE kommt noch was...
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
SQL ERROR [ mysql4 ]
Table 'd0060b26.emtipp_tipp_table' doesn't exist [1146]
SQL
SELECT * FROM EMTIPP_TIPP_TABLE
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: emtipp_tipps.php
LINE: 45
CALL: dbal_mysql->sql_query()
Code: Alles auswählen
SQL ERROR [ mysql4 ]
Table 'd0060b26.emtipp_tipp_table' doesn't exist [1146]
SQL
SELECT id_array, tipp_array FROM EMTIPP_TIPP_TABLE WHERE `user_id`=53
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: emtipp_tippen.php
LINE: 44
CALL: dbal_mysql->sql_query()
Code: Alles auswählen
define('EMTIPP_TIPP_TABLE', $table_prefix . 'emtipp_tipps');
Code: Alles auswählen
Fatal error: Using $this when not in object context in E:\xampplite\htdocs\emtipp_tipps.php on line 128
Code: Alles auswählen
'U_ACTION' => $this->u_action,
Welche Änderungen ? Das habe ich schon gemacht :djchrisnet hat geschrieben:ohne jemals ins script oder den mod zu schauen:
Du must die änderungen an der constants.php machen!
Code: Alles auswählen
define('EMTIPP_CONFIG_TABLE', $table_prefix . 'emtipp_config');
define('EMTIPP_SPIELPLAN_TABLE', $table_prefix . 'emtipp_spielplan');
define('EMTIPP_MANNSCHAFTEN_TABLE', $table_prefix . 'emtipp_mannschaften');
derkubi hat geschrieben: Welche Änderungen ? Das habe ich schon gemacht :Code: Alles auswählen
define('EMTIPP_CONFIG_TABLE', $table_prefix . 'emtipp_config'); define('EMTIPP_SPIELPLAN_TABLE', $table_prefix . 'emtipp_spielplan'); define('EMTIPP_MANNSCHAFTEN_TABLE', $table_prefix . 'emtipp_mannschaften');
issjut hat geschrieben: Hab nun alsohinzugefügt.Code: Alles auswählen
define('EMTIPP_TIPP_TABLE', $table_prefix . 'emtipp_tipps');
Code: Alles auswählen
Fatal error: Using $this when not in object context in /srv/www/httpd/phost/d/com/pytalhost/dienstagstruppe/web/emtipp_tippen.php on line 156