here is the start of the shoutbox.php file upgraded to 1.2.2 :
PHP Code:
<?
error_reporting(7);
$templatesused = 'shoutbox,shoutbox_bit,shoutbox_bit_me,shoutbox_bit_vide,shoutbox_chat,shoutbox_fermee,shoutbox_frame,shoutbox_popup_smilbox,shoutbox_popup_smilboxbits,shoutbox_saisie,shoutbox_vbcodes';
require("./global.php");
require("./admin/shoutbox_config.php");
and here is the line i added just under the definition of the $templatesused var at the top of the index.php file of the root folder of the forum :
PHP Code:
$templatesused .= ',shoutbox,shoutbox_bit,shoutbox_bit_me,shoutbox_bit_vide,shoutbox_chat,shoutbox_fermee,shoutbox_frame,shoutbox_popup_smilbox,shoutbox_popup_smilboxbits,shoutbox_saisie,shoutbox_vbcodes';
For the chmod, since it's on the install script i supose you no longer need the modification

.