Seite 1 von 1

shoutbox mod

Verfasst: 10.06.2009 20:01
von Hellhammer3
Hallo!

Hab den Shoutbox-Mod installiert, jedoch wird in dem Fenster mein Forum angezeigt mit der Info:

Could not get shoutbox information

DEBUG MODE

SQL Error : 1146 Table 'hellhammer3.phpbb3_shout' doesn't exist

SELECT s.*, u.user_allowsmile, u.username FROM phpbb3_shout s, phpbb3_users u WHERE s.shout_user_id=u.user_id ORDER BY s.shout_session_time DESC LIMIT 0, 20

Line : 98
File : shoutbox_view.php



Hatte vorher vergeblich versucht das DB-Update auszuführen:


Warning: include(./extension.inc) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 27

Warning: include() [function.include]: Failed opening './extension.inc' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 27

Warning: include(./common.) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 28

Warning: include() [function.include]: Failed opening './common.' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 28

Warning: include(./includes/functions_selects.) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 29

Warning: include() [function.include]: Failed opening './includes/functions_selects.' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 29

Fatal error: Call to undefined function session_pagestart() in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 68



Was kann ich jetzt tun?

Re: shoutbox mod

Verfasst: 10.06.2009 21:57
von gloriosa
Hallo,
dazu
Hellhammer3 hat geschrieben:Was kann ich jetzt tun?
das DB-Update aus der Board-Root (phpBB2/shoutbox_db_update.php) heraus ausführen . :D

Re: shoutbox mod

Verfasst: 10.06.2009 22:19
von Hellhammer3
Hallo, hatte ich ja vorher versucht, nur kommt immer folgende Meldung:

Warning: include(./extension.inc) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 27

Warning: include() [function.include]: Failed opening './extension.inc' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 27

Warning: include(./common.) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 28

Warning: include() [function.include]: Failed opening './common.' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 28

Warning: include(./includes/functions_selects.) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 29

Warning: include() [function.include]: Failed opening './includes/functions_selects.' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 29

Fatal error: Call to undefined function session_pagestart() in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 68

Re: shoutbox mod

Verfasst: 11.06.2009 07:37
von gloriosa
Hallo,
da Du bisher nicht verraten hast um welchen Shoutbox MOD es sich handelt (siehe dazu auch das erste Thema in diesem Forum) ist das Betrachten der Installationsanleitung bisher nicht möglich. :oops:

Re: shoutbox mod

Verfasst: 11.06.2009 09:00
von Hellhammer3
Oh, tut mir Leid. Es handelt sich um "Fully integrated shoutbox" von Niels.

Wer lesen kann ist klar im Vorteil !!!!!!!!!!!!!!!!!!!!!!!!!

Verfasst: 11.06.2009 09:12
von gloriosa
Hallo,
die zweite, von Dir oben gepostete, Fehlermeldung sagt bereits aus, dass Du Dich weder an meine Antwort noch an die Anweisung

Code: Alles auswählen

#
# This MOD need a database update.
# Then, as you must have now copied the shoutbox_db_update.php file
# in your phpBB root directory, run it with your navigator...
# http://www.yourWebSite.xxx/phpbbRootDir/shoutbox_db_update.php
#
# ...and then delete it from the phpBB root directory!!!
#
# Please, do it NOW! Before editing phpBB files by EM or manually!!!
# Otherwise, you may have an error message during your next
# connection.
#
in der Installationsanleitung des MOD's gehalten hast ! :oops:

Re: shoutbox mod

Verfasst: 15.06.2009 08:58
von Friesen-Cruiser
Hellhammer3 hat geschrieben: ...
SQL Error : 1146 Table 'hellhammer3.phpbb3_shout' doesn't exist

[...]

SELECT s.*, u.user_allowsmile, u.username FROM phpbb3_shout s, phpbb3_users u WHERE s.shout_user_id=u.user_id ORDER BY s.shout_session_time DESC LIMIT 0, 20
Warning: include(./extension.inc) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hellhammer/phpBB2/admin/mods/shoutbox/shoutbox_db_update.php on line 27
Moin,

könnte es sein das Du versuchst einen phpBB2.x Mod in dein phpBB3.x einzubauen ?
Ich glaube nicht das das funktioniert.

Viele Grüße
Eric