|
Installing joomla... error -
06-21-2008, 04:02 PM
Hi!
I'm new here and I have seen this is a great hosting, but I have a problem that hasn't happened in my old hosting. When I install joomla, it makes mi modify the file "configuration.php" manually, and I replace the former content with the new one (I know it's well, but I don't know if I must put this, but don't delete the old content), but when I go to visit my web, it redirect me to another page. This page says me that this page doesn't exist. SQL files are well, but ftp route I don't know: I put /public_html/folder_where_are_joomla_files
All the rest is normally. ¿Where is the error?
Configuration file:
<?php
$mosConfig_offline = '0';
$mosConfig_host = 'mysql2.000webhost.com';
$mosConfig_user = 'a3177554_admin';
$mosConfig_password = 'XXXXXXXX';
$mosConfig_db = 'a3177554_1';
$mosConfig_dbprefix = 'jos_';
$mosConfig_lang = 'spanish';
$mosConfig_absolute_path = '/public_html/web';
$mosConfig_live_site = 'http://fusekianime.net78.net/web';
$mosConfig_sitename = 'Fuseki Anime';
$mosConfig_shownoauth = '0';
$mosConfig_useractivation = '1';
$mosConfig_uniquemail = '1';
$mosConfig_offline_message = 'Esta Web por tareas de mantenimiento está cerrada.<br /> Vuelve pasados unos minutos. ¡Gracias!';
$mosConfig_error_message = 'Esta Web, temporalmente, no está disponible.<br /> Contacta con el administrador. ¡Gracias!';
$mosConfig_debug = '0';
$mosConfig_lifetime = '900';
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
$mosConfig_MetaDesc = 'Joomla - sistema de gerencia de portales dinámicos y sistema de gestión de contenidos';
$mosConfig_MetaKeys = 'Joomla, joomla';
$mosConfig_MetaTitle = '1';
$mosConfig_MetaAuthor = '1';
$mosConfig_locale = 'es_ES';
$mosConfig_offset = '0';
$mosConfig_offset_user = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '1';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = -1;
$mosConfig_list_limit = '30';
$mosConfig_caching = '0';
$mosConfig_cachepath = '/web/cache';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'XXXXXXXXX';
$mosConfig_fromname = 'Fuseki Anime';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_smtpauth = '0';
$mosConfig_smtpuser = '';
$mosConfig_smtppass = '';
$mosConfig_smtphost = 'localhost';
$mosConfig_back_button = '1';
$mosConfig_item_navigation = '1';
$mosConfig_secret = 'X21u9MKMcxJxkL3G';
$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_dirperms = '';
$mosConfig_helpurl = '';
$mosConfig_mbf_content = '0';
$mosConfig_editor = 'tinymce';
$mosConfig_admin_expired = '1';
$mosConfig_frontend_login = '1';
$mosConfig_frontend_userparams = '1';
setlocale (LC_TIME, $mosConfig_locale);
?>
PD: I'm spanish, and I don't know a lot of english. I write here because in spanish forum, people don't know what happen. If there are some errors in my post, please, excuse me XD
|