Bedankomat
Verfasst: 07.04.2005 21:24
hi
Ich hab das jetz soweit installiert. Und jetz brauche ich Hilfe. Jetz kommt dieser Fehler wenn ich ein Thema angucken will:
Could not obtain topic-bedankomat information
DEBUG MODE
SQL Error : 1146 Table 'blueskyge.marcelbedankomat' doesn't exist
SELECT b.user_id, b.topic_id, u.username FROM marcelbedankomat b, marcelusers u WHERE (b.user_id = u.user_id) AND (b.topic_id = 4)
Line : 787
File : /usr/export/www/vhosts/funnetwork/hosting/blueskyge/phpBB2-2.0.10-deutsch/phpBB2/viewtopic.php
So was ist falsch? Was hab ich falsch gemacht?
Ich glaub ich weiß wo das Problem ist. Ich hab IMPORTANT:
You will have to create an extra table. Plase run the following SQL-code
within your DBMS:
CREATE TABLE `phpbb_bedankomat` (
`thx_id` smallint(11) NOT NULL auto_increment,
`user_id` smallint(11) NOT NULL default '0',
`topic_id` smallint(11) NOT NULL default '0',
PRIMARY KEY (`thx_id`)
) TYPE=MyISAM;
nicht ausgeführt.
Da ich nicht wusste wie ich das machen muss.
kann mir jemand helfen?
Ich hab das jetz soweit installiert. Und jetz brauche ich Hilfe. Jetz kommt dieser Fehler wenn ich ein Thema angucken will:
Could not obtain topic-bedankomat information
DEBUG MODE
SQL Error : 1146 Table 'blueskyge.marcelbedankomat' doesn't exist
SELECT b.user_id, b.topic_id, u.username FROM marcelbedankomat b, marcelusers u WHERE (b.user_id = u.user_id) AND (b.topic_id = 4)
Line : 787
File : /usr/export/www/vhosts/funnetwork/hosting/blueskyge/phpBB2-2.0.10-deutsch/phpBB2/viewtopic.php
So was ist falsch? Was hab ich falsch gemacht?
Ich glaub ich weiß wo das Problem ist. Ich hab IMPORTANT:
You will have to create an extra table. Plase run the following SQL-code
within your DBMS:
CREATE TABLE `phpbb_bedankomat` (
`thx_id` smallint(11) NOT NULL auto_increment,
`user_id` smallint(11) NOT NULL default '0',
`topic_id` smallint(11) NOT NULL default '0',
PRIMARY KEY (`thx_id`)
) TYPE=MyISAM;
nicht ausgeführt.
Da ich nicht wusste wie ich das machen muss.
kann mir jemand helfen?