Free Web Hosting Forum
(#1 (permalink))
Old
Junior Member
KHandMetal is on a distinguished road
 
Posts: 7
Join Date: Jun 2008
Default Installing joomla... error - 06-21-2008, 03: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
Reply With Quote
(#2 (permalink))
Old
Red-X's Avatar
Senior Member
Red-X is on a distinguished road
 
Posts: 359
Join Date: Jun 2008
Send a message via AIM to Red-X
Default 06-21-2008, 03:19 PM

To what page you get redirected?
Reply With Quote
(#3 (permalink))
Old
Junior Member
KHandMetal is on a distinguished road
 
Posts: 7
Join Date: Jun 2008
Default 06-21-2008, 03:27 PM

Now I can't enter to the principal page of forum, but when I put the url to the web, I get redirectetd to error.000webhost.com, if I remember well
Reply With Quote
(#4 (permalink))
Old
Red-X's Avatar
Senior Member
Red-X is on a distinguished road
 
Posts: 359
Join Date: Jun 2008
Send a message via AIM to Red-X
Default 06-21-2008, 03:32 PM

Do you have anything in your index.php page that looks like this header('Location: http://something'); ?
Reply With Quote
(#5 (permalink))
Old
yeleyko's Avatar
Member
yeleyko is on a distinguished road
 
Posts: 95
Join Date: Apr 2008
Location: Lviv, Ukraine
Default 06-21-2008, 09:00 PM

Go to your CPanel and reload your account.
Then install Joomla again using Fantastico into desired directory of your site.
This would be most easy and useful way.
Reply With Quote
(#6 (permalink))
Old
Red-X's Avatar
Senior Member
Red-X is on a distinguished road
 
Posts: 359
Join Date: Jun 2008
Send a message via AIM to Red-X
Default 06-21-2008, 09:06 PM

Quote:
When I install joomla, it makes mi modify the file "configuration.php" manually, and I replace the former content with the new one.
I think he does have a fresh copy of Joomla installed. But he wants to use the old configuration.php file in the fresh copy. But he gets redirected to another page when he goes to the index page.
Reply With Quote
(#7 (permalink))
Old
sizzlefire's Avatar
Moderator
sizzlefire is an unknown quantity at this point
 
Posts: 975
Join Date: Apr 2008
Send a message via MSN to sizzlefire Send a message via Yahoo to sizzlefire
Default 06-21-2008, 09:12 PM

What does it say if you just upload a fresh install of joomla, and go straight to the install page? Also, did you chmod anything? If all else fails, did you try the fantastico installer?
Reply With Quote
(#8 (permalink))
Old
Junior Member
KHandMetal is on a distinguished road
 
Posts: 7
Join Date: Jun 2008
Default 06-25-2008, 06:54 PM

I want install it with fantastico, but joomla in fantastico is in english. I want it in spanish.
Reply With Quote
(#9 (permalink))
Old
Sajhu's Avatar
Moderator
Sajhu is on a distinguished road
 
Posts: 407
Join Date: Apr 2008
Location: Bogotá Colombia
Default 06-26-2008, 06:30 AM

this message doesnt come here..
MOVED TO CORRECT FORUM


If my post was helpful, please karma me.

All Following Images Are The Same One. How!


Mis Sitios:
Sajhu
SeUnWebMaster
Santiago Rojas
LJRJ


Reply With Quote
(#10 (permalink))
Old
marckthereturn's Avatar
Junior Member
marckthereturn is on a distinguished road
 
Posts: 11
Join Date: May 2008
Location: São Paulo, Brazil
Send a message via MSN to marckthereturn
Thumbs down I'm telling ya... - 07-11-2008, 04:42 AM

Joomla doesn't work on 000webhost. None of the Fantastico scripts work. Some of them may be installed, but then when you go to use them... they just don't work.

Joomla 1.5.3: doesn't work because of one 000webhost's FTP incompatibility. It can't even be installed.

Drupal 6.x: doesn't work because 000webhost's MySQL does not support the required features.

WordPress 2.5: file uploader and comment system don't work because of FTP and MySQL incompatibility, respectively.

phpWebsite: the installation guide does not appear.

phpBB avaiable at 000webhost is an old - or better -, an ANCIENT version.

-----------------------------------------------
000webhost: worse than ad-supported free host.


VeDuplo
WordPress, CMS, Blogs, Fun (in pt-BR)
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.6.9
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com