Shoutbox - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html) +--- Thema: Shoutbox (/thread-3336.html) |
Shoutbox - Madtrax - 02.10.2006 Hallo, ich habe die Shoutbox 1.5.2 von Musicalmidget hochgeladen, wenn ich Sie aktivieren will, kommt folgende Fehlermeldung... MySQL error: 1050 Table 'mybb_shouts' already exists Query: CREATE TABLE `mybb_shouts` ( `sid` smallint(6) NOT NULL auto_increment, `uid` smallint(6) NOT NULL default '0', `username` varchar(80) NOT NULL default '', `message` text NOT NULL, `dateline` bigint(30) NOT NULL default '0', `ipaddress` varchar(30) NOT NULL default '', PRIMARY KEY (`sid`) ) WAS ist das? Wär cool, wenn jemand einem DAU helfen könnte :-) Danke Greetz Markus RE: Shoutbox - Madtrax - 02.10.2006 Das gleiche habe ich beim Willkommenpanel.... Fehlermeldung: Warning: welcome_activate(): Unable to access ./inc/adminfunctions_templates.php in /var/www/vhosts/madtrax.de/subdomains/mkg/httpdocs/board/inc/plugins/welcome.php on line 24 Warning: welcome_activate(./inc/adminfunctions_templates.php): failed to open stream: No such file or directory in /var/www/vhosts/madtrax.de/subdomains/mkg/httpdocs/board/inc/plugins/welcome.php on line 24 Warning: welcome_activate(): Unable to access ./inc/adminfunctions_templates.php in /var/www/vhosts/madtrax.de/subdomains/mkg/httpdocs/board/inc/plugins/welcome.php on line 24 Warning: welcome_activate(./inc/adminfunctions_templates.php): failed to open stream: No such file or directory in /var/www/vhosts/madtrax.de/subdomains/mkg/httpdocs/board/inc/plugins/welcome.php on line 24 Fatal error: welcome_activate(): Failed opening required './inc/adminfunctions_templates.php' (include_path='.:') in /var/www/vhosts/madtrax.de/subdomains/mkg/httpdocs/board/inc/plugins/welcome.php on line 24 Mache ich veilleicht irgendetwas falsch??? *Grummel Greetz Markus RE: Shoutbox - Jan - 02.10.2006 1. Fall In der datenbank sind schon Einträge einer Shoutbox vorhande. Schau mal ob es geht, wenn du per phpMyAdmin die betreffenden Tabellen löschst. 2. Fall: Es scheinen Dateien zu fehlen, oder nicht richtig zu liegen. Überprüfe mal ob alle Dateien auf dem Server sind. RE: Shoutbox - Michael - 02.10.2006 Zu 2) Ist das Plugin überhaupt für MyBB 1.2? |