Changing a Joomla 1.5 hosting to different domain ?

Joomla version 1.0 is end-of-life and are no longer supported. Please use Joomla 3.x instead.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
User avatar
icebear
Joomla! Guru
Joomla! Guru
Posts: 662
Joined: Wed Oct 26, 2005 9:14 pm
Location: Sweden

Changing a Joomla 1.5 hosting to different domain ?

Post by icebear » Wed Jul 25, 2012 6:25 am

Im trying to move a site from one hosting to another AND the new hosting uses another domain with different name and database password.

I succeded so far to move all files, created the database, imported the database files to the new database.

I made changes in the configuration.php for new site name, databas name and password.

As of now I can see the site as not activated, I see it as if I deactivated the site in Backend.
But there is no login fields, and going to mysite/administrator shows he same result also.

Need some help here ...

User avatar
icebear
Joomla! Guru
Joomla! Guru
Posts: 662
Joined: Wed Oct 26, 2005 9:14 pm
Location: Sweden

Re: Changing a Joomla 1.5 hosting to different domain ?

Post by icebear » Wed Jul 25, 2012 6:58 am

This is the configuration.php

<?php
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaDesc = 'Siteinfo';
$mosConfig_MetaKeys = 'searchwords';
$mosConfig_MetaTitle = '1';
$mosConfig_absolute_path = '/home/mysite/public_html';
$mosConfig_admin_expired = '1';
$mosConfig_allowUserRegistration = '0';
$mosConfig_back_button = '1';
$mosConfig_cachepath = '/home/mysite/public_html/cache';
$mosConfig_cachetime = '900';
$mosConfig_caching = '0';
$mosConfig_db = 'mysite_db';
$mosConfig_dbprefix = 'jos_';
$mosConfig_debug = '0';
$mosConfig_dirperms = '';
$mosConfig_editor = 'tinymce';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '1';
$mosConfig_error_message = 'Sidan kan inte nås för tillfället, testa att ladda om sidan.<br /> Om felet kvarstår, maila [email protected]';
$mosConfig_error_reporting = '-1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_fromname = 'Site Presentation';
$mosConfig_frontend_login = '1';
$mosConfig_frontend_userparams = '1';
$mosConfig_gzip = '0';
$mosConfig_helpurl = 'http://help.joomla.org';
$mosConfig_hideAuthor = '1';
$mosConfig_hideCreateDate = '1';
$mosConfig_hideEmail = '0';
$mosConfig_hideModifyDate = '1';
$mosConfig_hidePdf = '1';
$mosConfig_hidePrint = '0';
$mosConfig_hits = '0';
$mosConfig_host = 'localhost';
$mosConfig_icons = '1';
$mosConfig_item_navigation = '1';
$mosConfig_lang = 'swedish';
$mosConfig_lifetime = '900';
$mosConfig_link_titles = '0';
$mosConfig_list_limit = '50';
$mosConfig_live_site = 'http://www.mysite.se';
$mosConfig_locale = 'en_GB';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = '[email protected]';
$mosConfig_ml_support = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_offline = '0';
$mosConfig_offline_message = 'Sidan är nere för uppgradering.<br /> Välkommen tillbaka lite senare.';
$mosConfig_offset = '6';
$mosConfig_offset_user = '1';
$mosConfig_pagetitles = '1';
$mosConfig_password = 'xyxyxyxy';
$mosConfig_readmore = '1';
$mosConfig_secret = 'jdgdjdfgdf653gj'; (What is this used for ??????)
$mosConfig_sef = '0';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
$mosConfig_shownoauth = '0';
$mosConfig_sitename = 'My Sitename';
$mosConfig_smtpauth = '0';
$mosConfig_smtphost = 'localhost';
$mosConfig_smtppass = '';
$mosConfig_smtpuser = '';
$mosConfig_uniquemail = '1';
$mosConfig_user = 'mysite'; (What is this for ?)
$mosConfig_useractivation = '0';
$mosConfig_vote = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>
Last edited by icebear on Fri Jul 27, 2012 9:07 pm, edited 1 time in total.

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30920
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Changing a Joomla 1.5 hosting to different domain ?

Post by Per Yngve Berg » Wed Jul 25, 2012 1:42 pm

This is a configuration.php that belongs to Joomla 1.0.

User avatar
icebear
Joomla! Guru
Joomla! Guru
Posts: 662
Joined: Wed Oct 26, 2005 9:14 pm
Location: Sweden

Re: Changing a Joomla 1.5 hosting to different domain ?

Post by icebear » Wed Jul 25, 2012 5:51 pm

Per Yngve Berg wrote:This is a configuration.php that belongs to Joomla 1.0.
You might be right, but since I cant get into backend at the moment I was`nt sure.
Maybe a moderator can move the thread to the right Subforum then ?

I still dont know how to solve this !

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30920
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Changing a Joomla 1.5 hosting to different domain ?

Post by Per Yngve Berg » Wed Jul 25, 2012 6:07 pm

Mod. Note: Relocated the topic to the J1.0 forum.

What version of php do the new host run?
Joomla 1.0 is not compatible with php 5.3

As I remember 1.0 was needed this to be correct.

Code: Select all

$mosConfig_live_site = 'http://www.mysite.se';

User avatar
icebear
Joomla! Guru
Joomla! Guru
Posts: 662
Joined: Wed Oct 26, 2005 9:14 pm
Location: Sweden

Re: Changing a Joomla 1.5 hosting to different domain ?

Post by icebear » Fri Jul 27, 2012 9:02 pm

I dont know what version of PHP it runs, but I fixed it now, it was just a typo in the configuration.php

$mosConfig_user = 'mysite;
Needed to be changed to
$mosConfig_user = 'mysite_usr';


Locked

Return to “Installation - 1.0.x”