Ok te presento mi problema. instale todo y segui los paso de cambiar estas informaciones en el PHP.
$db = ''; //NOMBRE DE LA BASE DE DATOS
$user =''; //NOMBRE DE USUARIO DE LA BASE DE DATOS
$pass = ''; //CONTRASEÑA DE LA BASE DE DATOS MYSQL
$host = ''; //Nombre del host DEFAULT localhost
$prefix = 'jos_'; //Prefijo de la base de datos de Joomla DEFAULT jos_
$mosConfig_lang = 'english'; //PARA CAMBIAR EL IDIOMA, MÁS FÁCIL, VE A ./COMPONENTS/COM_SHOUTBOX/LANGUAGES.
bueno el ultimo paso lo cambie al idioma english pero de todo modo si lo dejo spanish me da el mismo error. este es el erro que me da la web
Warning: main(/home/kalleje1/public_html/components/com_shoutbox/languages/english.php) [function.main]: failed to open stream: No such file or directory in /home/kalleje1/public_html/2009/modules/mod_shoutbox/mod_shoutbox.php on line 97
Warning: main(/home/kalleje1/public_html/components/com_shoutbox/languages/english.php) [function.main]: failed to open stream: No such file or directory in /home/kalleje1/public_html/2009/modules/mod_shoutbox/mod_shoutbox.php on line 97
Warning: main() [function.include]: Failed opening '/home/kalleje1/public_html/components/com_shoutbox/languages/english.php' for inclusion (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/kalleje1/public_html/2009/modules/mod_shoutbox/mod_shoutbox.php on line 97
Warning: main(/home/kalleje1/public_html/administrator/components/com_shoutbox/shoutbox.cfg.php) [function.main]: failed to open stream: No such file or directory in /home/kalleje1/public_html/2009/modules/mod_shoutbox/mod_shoutbox.php on line 105
Fatal error: main() [function.require]: Failed opening required '/home/kalleje1/public_html/administrator/components/com_shoutbox/shoutbox.cfg.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/kalleje1/public_html/2009/modules/mod_shoutbox/mod_shoutbox.php on line 105
cuando miro la linea 97 en el mod_shoutbox.php esto es lo que veo en esa linea
include($mosConfig_absolute_path.'/components/com_shoutbox/languages/english.php');
estube buscando por ese file dentro de components/com_shoutbox/languages/english.php y no tengo ese file ni siquiera tengo el directorio de languages dentro del directorio de com_shoutbox
no se si ese sea el error ni como arreglarlo ya que instale todo como explica.
Gracias y espero tu repuesta