How to Move Your Joomla! Site to a New Server
Written by Cory |
September 22, 2006
|
(0)
Update February 7, 2009: I have now written an an article on how to move your Joomla! 1.5 site to a new server.
Things happen. Plans change. Websites outgrow current servers and need new servers. Hosting companies provide poor service, prompting a web master to decide to change servers. Whatever the reason, you might need to move your Joomla! installation from one server to another.
If you've been running a website for a while, you have probably already accumulated quite a bit of content and several 3rd party components and/or modules, and you do not want to start fresh with a new Joomla! installation. This article explains what I did to move HowToJoomla from my test server (howtojoomla.corywebb.com) to the server that it is on now.
Why not use a fresh install?
In my case, I probably could have. I only had about 4 or 5 articles on the test site, and I am using relatively few 3rd party CMT's (JomComment, TagBot, and JoomlaXplorer). But, I decided it would be easier just to move the installation I had to the new server, so I did.
You will want to move your Joomla! installation rather than re-install if you fit one or all of the following parameters:
- Your site has accumulated a large amount of data in the database over time (sections, categories, content items, contacts, newsfeeds, etc.).
- Your site uses multiple 3rd-part extensions already configured and/or customized for your site.
- You just feel like trying it out to see if you can do it.
Step 1: Backup everything!
The first thing you want to do is backup all files within your Joomla! installation. Create a folder on your local system, and download all files to that folder using your ftp client application. I used FileZilla as my ftp client application to download all of my files to a folder on my desktop I named "howtojoomla".
Step 2: Export your database
Note: For this step, it really helps if you have phpMyAdmin installed on your server. Most hosting companies have phpMyAdmin already installed. If you are unsure, ask your hosting provider.
The second thing you need to do is export your Joomla! database. The best thing to do is to export it into an SQL file, which makes importing it easier in a later step. An SQL file will contain all of the necessary SQL commands for creating your database tables and filling them with your data. Be sure you export the entire database.
Step 3: Modify configuration.php
This step is very important. Go to the folder on your local system to which you downloaded all of your Joomla! files. In the first level folder, you will find the file named "configuration.php". Open this file with a text editor and make the necessary changes. At the very least, you will probably need to change the following parameters:
- $mosConfig_absolute_path: This is the absolute server path to your new Joomla! installation. It will probably look something like "/path/to/joomla/installation".
- $mosConfig_cachepath: This is the absolute server path to the cache for your Joomla! installation. It will probably look something like "/path/to/joomla/installation/cache".
- $mosConfig_live_site: This is your website's url. It will be something like "http://www.yoursite.com".
- $mosConfig_host: This is the location of the server that hosts your MySQL database. For most instances, this value will be "localhost". If you are unsure, ask your hosting provider.
- $mosConfig_db: This is the name of your MySQL database.
- $mosConfig_user: This is the database user name. Make sure this user has all privileges on your database.
- $mosConfig_password: This is the password for your MySQL database user.
Step 4: Upload all of your files to your new server
Using an ftp client application (like FileZilla), upload all of your files to the location on your new server where you want to install Joomla!.
Step 5: Import your database to your new MySQL server
Using phpMyAdmin (or console commands if you are an advanced database administrator) and the SQL file you generated in step 2, import your old database into your new database.
Step 6: Test your new installation
Your move should now be complete, but please don't take my word for it. Test your site to make sure that everything is in it's proper place and working the way you expect it to. For example, if you did not use relative url's for your links on your old site, they will not work properly on your new site.
If you are uneasy or uncomfortable with this process, I strongly recommend that you hire a professional to do this for you.
Update: Another Resource
I just came across a resource called JoomlaCloner which automates much of this process for you. It has a commercial license, so unfortunately it is not free. The base price is $49.95 for 1 year support and upgrades. I have never used it, so I cannot speak for whether or not it is a good component. I just wanted to make you aware of it.
Trackback(0)
Comments (150)
written by Cory, September 25, 2006
written by MastaChu, September 25, 2006
At least i found you! Mine guestins have answers atleast!!!!
Thank you for your sacrifice, ( time )
Im wondering how could i do that but problem is bandwith that is slow and small in Croatia
. Thank again,
PS if you could provide some images or something... that will rock the joomla world!!!
Making joomla website on home computer, localhost...
finishing the website and just upload it on server!
That will be nice!
written by Cory, September 25, 2006
What kind of images would you like to see for this? I can think of a few places where I need to add a screenshot, but if you have any suggestions, I'd like to hear them.
written by Nikos, October 02, 2006
written by Cory, October 02, 2006
written by Huner, October 02, 2006
but my database SQL file is 5 mb- can I import it ?
thank you very much for the lesson.
written by Huner, October 02, 2006
have a nice time
sorry for my bad english
i love Joomla..
written by Cory, October 02, 2006
but my database SQL file is 5 mb- can I import it ?
You should still be able to import it. You might want to try splitting your SQL file into separate SQL files. If you have any questions, please let me know.
written by huner, October 03, 2006
that is SQLsplitter.
if any one need it can find it from gooegle.. thanks again
written by huner, October 03, 2006
but in the new server what can I do? do IPORT the SQL file or install a as news SQL ?
written by Cory, October 03, 2006
written by huner, October 03, 2006
written by Alex Pasieka, October 14, 2006
I'm new to Joomla so as I'm learning I have intalled it on a subdirectory of my website. So I still need to follow these steps? or do I just need to update the $mosConfig_live_site file?
Thanks for your answer
written by Cory, October 15, 2006
written by Bert, October 20, 2006
I guess that moving to a subdomain would be the same as moving to another directory, but this does not work for me.
I setup the site at http://newsite.domain.com to test is. Now I want to move the site to http//www.domain.com.
I copied all files, with the same file permissions, ... I modified configuration.php ($mosConfig_live_site, $mosConfig_absolute_path, $mosConfig_cachepath) but when I browse to the site I et a blank page. What am I doing wrong ?
In the server logs I can find some references to open_basedit not being set correctly, but I can't find this setting in within my Joomla config.
written by Cory, October 20, 2006
written by Bert, October 20, 2006
I'm sure that the problem was not related to the DB settings, because these didn't change. I think something went wrong with the copy.
Most imporant thing to remember is that it actually works by just copying the files ang changing the 3 parameteres mentioned in the previous post.
written by Rob, January 11, 2007
I don't suppose you have any tips or guides from getting sites using Mambo across to Joomla? I'm struggling to get two sites using Mambo and Community Builder across to Joomla without loosing everything. It's the components that seem to complicate the issues!
written by Veena, February 28, 2007
I want to move my site from local server to the main server.....the $mosConfig_absolute_path = 'D:/PHP/xampp/htdocs/Trial'; and so is the cache path.....will it be fine if i just follow the instructions above....or do i neeed to do any extra changes.....please do reply.....
Thanks in advance
written by Veena, February 28, 2007
written by Veena, March 02, 2007
Thanks for the information.......is there anything like OS compatibility issues in Joomla???
written by Vince Patron, March 11, 2007
Just FYI on some additional problems I ran into.
1) I had to also make changes to table in the SQL database called "jos_preferences" which had paths to the cache, public and private folders (3 entries).
The first two are obvious when you browse the jos_preferences table, but the third one wasn't because I forgot browse only shows 30 rows at a time. You have to click on the ">" (Next page) to see the third row that needs updating.
2) We had to change the permissions for all the folders Joomla accessed to CHMOD 755, instead of the 644 which was my provider's default. The owner of my service provider said this was OK since access was controlled by .htaccess (which I'm still learning about).
Anyway, these are some additional comments that you might want to add to your excellent tutorial. Thanks!
-Vince
written by oneoflk, April 14, 2007
i need put my site updated data base file in local server to live server. Can i have solution that mater
thanks
Ranil
written by MastaChu, April 16, 2007
Im planning to make joomla local and then put it on server when is ready!
So, mine question is, if there is anyone that have make something like that and maybe if he/she cann make some pics screenshots with some inportant moves or maybe small tutorial on how to make that transfer! Maybe it isnt so hard but for beginners or small country like mine its hard to get some books that can explain this!
I will be gratefull for that!
BTW: @Cory
I mean images that are make understand easier the whole transfer!
Im not Newbie! But im not that far away!
written by Tamas, April 25, 2007
I really appreciate what you put together here. Thanks. Nice and useful.
I went through the steps, and got error msg.
Well, I am using at DreamHost a hosting for several domains. (They allow unlimited number of domains! I really like them! If you are interested I gladly write more about them!)
I have a site with Joomla. I would like to copy this site to another site, as it will be very similar to the first one. (After copying the site, I would make some small modifications.)
So, I have to make a new mySQL database, with different name (not to overwrite the first one.)
How should I do this?
Thanks,
Tamas
written by megsani, April 29, 2007
I am a new to Joomla. Currently I have installed Joomla on my pc for development purpose. When I am ready to transfer to a live site, do the procedures apply? Also I am not sure on exporting the database into SQL file. How do I do it?
Thanks.
written by Stephan, May 11, 2007
Thanks for the information. How would one export their database from a localhost? I'd like to test everything on my local machine and then upload the same to a web server. I used WOS from www.chsoftware.net to install on a localmachine. It's very much like php triad in which it installs apache, mysql and php4 on a local machine. Any insight is most appreciated. Thanks very much.
written by Stephan, May 12, 2007
written by kaizen, May 23, 2007
How do i ensure the new site gets hit instead of the old one?
Thanks for the great guide
written by labp, May 25, 2007
where is the location of table sql???
ty!
written by Martina, May 26, 2007
I have a problem. I was trying to move joomla from one local machine to another (home to work for evaluation), but when I open pages on new machine I get a ''You are not authorised to view this resource. You need to login. '' message. But I got everything set on Public.
When I login with any user I get a ''There are no items to display. '' massage on menu links made with ''Blog - Content Category''. But if I go to administration window everything is there and same as on the first computer.
What could be wrong? What did I do wrong? As i said, page is still local on both computers, export and import of the database was made with phpMyAdmin (same version on both computers), copied all files of joomla. I didn't make any changes to configuration.php because everything stayed same (the path is identical on both computers). I just can't find the problem. Any idea what the problem could be? Thank you for help.
written by roctx, June 01, 2007
************ Begin ****************
#!/bin/bash
# Create the "configuration.php file, change group to "apache" and make it 775
touch configuration.php
chgrp apache configuration.php
chmod 775 configuration.php
# Change group to "apache" so apache user has RWX access
chgrp apache administrator/backups/
chgrp apache administrator/components/
chgrp apache administrator/modules/
chgrp apache administrator/templates/
chgrp apache cache/
chgrp apache components/
chgrp apache images/
chgrp apache images/banners/
chgrp apache images/stories/
chgrp apache language/
chgrp apache mambots/
chgrp apache mambots/content/
chgrp apache mambots/editors
chgrp apache mambots/editors-xtd/
chgrp apache mambots/search/
chgrp apache mambots/system/
chgrp apache media/
chgrp apache modules/
chgrp apache templates/
# Change permission to allow "apache" group RWX
chmod 775 administrator/backups/
chmod 775 administrator/components/
chmod 775 administrator/modules/
chmod 775 administrator/templates/
chmod 775 cache/
chmod 775 components/
chmod 775 images/
chmod 775 images/banners/
chmod 775 images/stories/
chmod 775 language/
chmod 775 mambots/
chmod 775 mambots/content/
chmod 775 mambots/editors
chmod 775 mambots/editors-xtd/
chmod 775 mambots/search/
chmod 775 mambots/system/
chmod 775 media/
chmod 775 modules/
chmod 775 templates/
# Change permission on configuration.php to 755
************ End ************
written by roctx, June 01, 2007
Correction:
The chmod command make the file executable is:
"chmod x filename". I mistyped the command in the previous post.
System used with this command:
Fedora Core 6
Ubuntu 7.0.4
Note** not all apache server run as user/group "apache:apache".
Example:
Fedora - Apache user/group is apache:apache
Ubuntu - www-data:www-data
Be sure to check and find out what user the apache service runs as and make those changes in the script.
roctx
written by Sidharth, June 16, 2007
written by Kizzer, June 21, 2007
[Fatal error: require_once() [function.require]: Failed opening required '/includes/version.php' (include_path='.:/usr/share/php') in /www/freehyperspace.com/c/d/n/cdnytest/htdocs/joomla/includes/joomla.php on line 71]
I checked the joomla.php file and it seemed fine. Anyone know exactly what the script for the variable is so I can match it against mine? Or any other suggestions?
written by Phlea Phleadom, July 05, 2007
1. Install New installation of Joomal on new server.
2. Open the database with myphpadmin and drop all the tables.
3. Import all the tables from your database of the Joomla site you want to move.
4. Zip all the files from your existing Joomla you want to move but leave out the configuration.php file
5. Now overwrite all the files in the new Joomla installation (NOT THE CONFIGURATION.PHP)
6. Done......
Let me know if it works for you guys....
written by Wim, July 09, 2007
written by Haris, July 10, 2007
Nice tutorial. but at the step 5, when i import fresh Joomla file using phpMyAdmin, i've got error message...
MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'PK
' at line 1
and i dont know what does it mean.
so up to know my site only look like this; www.joycore.eu
Any suggestions?
Thanks before
written by Chris J, August 07, 2007
written by Joel & Mandy, August 25, 2007
written by Ken, September 08, 2007
Warning: main(/htdocs/includes/version.php) [function.main]: failed to open stream: No such file or directory in /data/14/1/157/80/1320569/user/1414736/htdocs/includes/mambo.php on line 37
Fatal error: main() [function.require]: Failed opening required '/htdocs/includes/version.php' (include_path='.:/usr/services/vux/lib/php') in /data/14/1/157/80/1320569/user/1414736/htdocs/includes/mambo.php on line 37
Any idea what is wrong?
Ken
written by Ken, September 08, 2007
Now I get to a screen that says :
This site is temporarily unavailable.
Please notify the System Administrator
2
I would appreciate any futher help you may have or pointing me to any online docs
Thanks,
Keh
written by Doc, October 05, 2007
I am not sure that I did it absolutely by the book however, it is working.
I downloaded the old files as you suggested, did a fresh install of Joomla first on the new server, changed the config file and uploaded the old site to the new server, overwriting the fresh install. In thinking about it, I didn't need to do the fresh install did I?
For those that do you need to empty the DB files that you created during the fresh install of Joomla on the new server. Then just import the old DB files into the empty DB
written by Trevor M., October 12, 2007
I'm currently creating 2 Joomla sites to convert old sites to joomla. So, I'm keeping up the old sites until I get the Joomla site design done. Now, Joomla site is in a sub directory.
When I'm ready to go live and move my Joomla installation to the main directory... what will have to be done?
I'd almost rather just pay someone to do it for both sites... how much would that run per site when each site does not have a ton of content?
Cheers
Trevor Mauch
written by Matt D, November 10, 2007
written by Will, November 19, 2007
Much better if there's a little instructions on backup-restore database part.
written by Marcus Harun, December 06, 2007
I appreciate it very much.
Thanks
written by JoshBond007, December 12, 2007
written by shonda, December 13, 2007
Warning: main(/path/to/joomla/install/includes/version.php) [function.main]: failed to open stream: No such file or directory in /home/youngcom/public_html/includes/joomla.php on line 71
Fatal error: main() [function.require]: Failed opening required '/path/to/joomla/install/includes/version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/youngcom/public_html/includes/joomla.php on line 71
written by Nick, December 13, 2007
$mosConfig_absolute_path = '/home/youngcom/public_html';
written by Nick, December 13, 2007
Sorry, I am using your comments as if it was a forum!
written by shonda, December 13, 2007
That change worked. BUT....now it says that it could not connect to the database server. I set all of that up in installation but I did notice in the config file that none of that information was in that file, it appears that all defaults are still there.
Should I attempt to go in and change it in the config file to change the mysql infomation. I already deleted the installation folder per the instructions so now I feel like I am stuck to do this manually (or I could ftp over the installation file again), only thing is I with manually updating this is that I dont know what lines of code to update. Let me know your thoughts.
written by shonda, December 13, 2007
written by Reece, December 30, 2007
Thanks for writing this, however i get these errors
faultCode0faultStringWarning:require_once() [function.require-once]:
Unable to access /home/vol2/webhosting4free.info/habboduluxe/htdocs/htdocs/includes/version.php
in /home/vol2/webhosting4free.info/habboduluxe/htdocs/includes/joomla.php on line
71
faultCode0faultStringWarning:require_once(/home/vol2/webhosting4free.info
/habboduluxe/htdocs/htdocs/includes/version.php) [function.require-once]:
failed to open stream: No such file or directory in
/home/vol2/webhosting4free.info/habboduluxe/htdocs/includes/joomla.php on
line 71faultCode0faultStringFatal error:require_once() [function.require]:
Failed opening required '/home/vol2/webhosting4free.info/habboduluxe/htdocs
/htdocs/includes/version.php' (include_path='.:/usr/share/php:/tmp') in /home
/vol2/webhosting4free.info/habboduluxe/htdocs/includes/joomla.php on line 71
How do i fix it?
Thanks
written by Reece, December 30, 2007
Have a great new Year
written by admin12, January 03, 2008
instructions worked perfect!!
many thanks!
written by Tamas, January 29, 2008
:-)
Greetings from Budapest,
Tamas
written by sayeed, February 15, 2008
I got three different websites and would like to have separate joomla
for each website.
Can someone please help or redirect me to some online tutorial.
Regards,
written by M, March 10, 2008
http://forum.joomla.org/viewtopic.php?f=430&t=272408
written by Shawn, March 24, 2008
written by williee, April 11, 2008
written by Makis77, April 13, 2008
There is a more detailed tutorial over here:
http://www.joomlaspots.com/Tutorials/Smart-and-Fast/Joomla-Tutorial.html
written by Sakeenah, April 19, 2008
written by Haris, April 19, 2008
I used mac and firefox 2.0.0.14 as browser. the right side of your site is cutted off,
i mean, your content not really floated to the right side, so i couldn't read every line completly. at least it make difficult to understand your tutorial. just like cut off on the right side. maybe template case.
Regards,
Haris
written by maddy, April 24, 2008
Can u tell me how it works for Joomla 1.5 version
written by Paul Davies, May 13, 2008
I am new to Joomla but have in last month created a localhost site. I wanted to test whether I could back it up and move it to another machine (my laptop) before going live on the hosted server.
My variation was that I found that I didn't need to use SQL/PHP tools at all to export/import the database. All's I did was to copy the db directory from the main PC to the laptop. I am using wampserver so for both machines structure was same. I found the database was in (this took a little looking for):
C:wampinmysqlmysql5.0.51adataMySiteDatabaseDirectroy
I had also copied over the main Joomla directory under:
C:wampwwwMyJoomla15Files
Also had to remember to install wampserver on the laptop.
I was so suprised when the site just came up first time. I expect problems!
Thanks for your guide.
Paul.
written by yuva, June 23, 2008
Fatal error: main() [function.require]: Failed opening required 'home/web/htdocs/www.exitus.org.uk/public_html /includes/version.php' (include_path='.:/php/lib/php/') in /web/htdocs/www.exitus.org.uk/home/includes/joomla.php on line 71
written by yuva, June 23, 2008
written by Lohita, July 09, 2008
written by YE is Here, July 10, 2008
Had 2 give some props for this most useful and concise info. Thanks a zillion. . .
YE is Here!
written by Webmory, July 19, 2008
I really find your tutorial detailled as compared to what the hosting company says...But despite about 3 days trying to make it work , I keep getting error messages.
The one I have right now is :
" Warning: Unexpected character in input: '' (ASCII=92) state=1 in /home/ishango/public_html/configuration.php on line 2
Parse error: syntax error, unexpected T_STRING in /home/ishango/public_html/configuration.php on line 2 "
With the import of the database, I get :
Error
SQL query:
-- -- Dumping data for table `jos_banner` -- INSERT INTO `jos_banner` (`bid`, `cid`, `type`, `name`, `alias`, `imptotal`, `impmade`, `clicks`, `imageurl`, `clickurl`, `date`, `showBanner`, `checked_out`, `checked_out_time`, `editor`, `custombannercode`, `catid`, `description`, `sticky`, `ordering`, `publish_up`, `publish_down`, `tags`, `params`) VALUES (1, 1, 'banner', 'OSM 1', 'osm-1', 0, 43, 0, 'osmbanner1.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 62, '2008-06-07 22:00:03', '', '', 13, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''), (2, 1, 'banner', 'OSM 2', 'osm-2', 0, 49, 0, 'osmbanner2.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', '', '', 13, '', 0, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''), (3, 1, '', 'Joomla!', 'joomla', 0, 17, 0, '', 'http://www.joomla.org', '2006-05-29 14:21:28', 1, 0, '0000-00-00 00:00:00', '', '{NAME}
[...]
MySQL said:
#1062 - Duplicate entry '1' for key 1
What did I do wrong and how do I go about to have the joy of moving the site?
Thanks in advnace and best regards.
written by Linda, August 05, 2008
written by Spencer Karnovski, November 24, 2008
I have Ftp/Exported all the files, made up an local mySQL Database with the same name as the website's. I have changed the configuration files like expressed above (although not sure if I have the right settings> //localhost/websiteDirectory/
But I keep getting a 500 Internal Server error. So, firstly, does this helpful tutorial apply to transferring from a server on the internet to a localhost set-up? And secondly, do I have to change the same files?
Thanks
written by Alan S, November 25, 2008
Is there any particular reason for this? They all seem to suggest either installing and developing remotely, which always makes me nervous from a security point of view - I don't want users to see my experiments, particularly when I'm trying to implement e.g. a shopping basket and payment system. Or they suggest XAMPP with no idea of how to make the site live on the internet!
Just putting together my first Joomla site, so I'm on a learning curve!
written by Chris Klinger, December 28, 2008
As I already have Joomla online externally, I plan to overwrite only what's necessary (I'm keeping my fingers crossed, though i'm sure I have a few more gray hairs coming
Might be interesting to add to your article the importance of file/directory permissions when moving things about.
Thanks again for a great article. I've bookmarked it.
Rgds,
Chris
written by Larry Dearing, December 30, 2008
Sooooo... its now time to do this formally for 1.5.x if you please. i know some of the variables are different, some no longer there, and they "look" different..... Many, Many would be gratful.
Thanks for all your work
-Larry
written by Pop_and_Rock, January 21, 2009
When exporting your Joomla db from phpMyAdmin, check the box for "Add DROP TABLE / VIEW / PROCEDURE / FUNCTION" in the Structure options.
Before importing, delete the "Create Database" command from the sql dump file and the db should import painlessly.
Great tutorials, Cory, looking forward to the 1.5 updates!
written by Mombo-Joomla, January 21, 2009
written by Rob, January 27, 2009
Invalid AJAX Response:var res = { 0: 'step', 1: '' }; res
can you help me?
written by Nathalie, February 04, 2009
I have been at this for four days now!
I have copied my Joomla files to my new server , created a SQL database and then imported the database from my existing Joomla site, changed my configuration on my conifguration.php page and yet I get this message when I Google my site and click on my file:
Warning: require_once(/home/nathfise/public_html/weddingyap/libraries/joomla/utilities/compat/compat.php) [function.require-once]: failed to open stream: No such file or directory in /home/nathfise/public_html/weddingyap/includes/framework.php on line 66
Fatal error: require_once() [function.require]: Failed opening required '/home/nathfise/public_html/weddingyap/libraries/joomla/utilities/compat/compat.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nathfise/public_html/weddingyap/includes/framework.php on line 66
Please answer me in the most basic- talk slower and do not use any unecessary jargon terms as I am non-techie.
Thank you for your time,
Nathalie
written by Nathalie, February 05, 2009
Thank you for the precious help
Indeed the files were missing! I reloaded the entire Joomla site files. I do my uploading via FTP commander as I tried Joomlapack and many files could not be transferred.
Wish me luck!
Nathalie
P.s. I saw in Reader,s Digest: How many tech support people does it take to change a lightbulb? Have you tried turning it off and then turning it on again?
written by Nathalie, February 06, 2009
I have erased and re-loaded the files and database and now I get this message: Unable to load session storage class: database.
I have created a database and changed the user name and database name in the php config file. I have no clue what is not working. help please!
Thank you
Nathalie
written by Joe Snider, February 12, 2009
I seem to be parralleling Nathatalie's experience exactly. Tried to migrate to root directory. Got the compat error - files were missing. I recreated them. Now I am getting the "Unable to load session storage class: database" In fact, I am guessing this was a factor of FTP Commander, because I used that also! It must have dropped these files out or something??
Desperate for help.
Thanks!
Everything was working great until I tried the migrate. In fact, I
written by Nathalie, February 13, 2009
My migration actually worked. What I was doing wrong was not putting my Joomla files in my main folder as i was confusing putting the files for my add-ons domains. Next, I did not connect the user I created to the database.
My site is online but I still am experiencing some issues. I think the best would be to zip the files before uploading them which I cannot do with FTP commander.
Anyway, what worked for me what to do the entire procedure again.
Nathalie
written by Ecommerce Consultant, February 24, 2009
Thanks for this great guide, everything worked perfectly and has saved me a big job of redoing the whole lot, the only difference I made was that I couldnt have the same database name twice so had to export the tables only from the db and into the new one.
Spot on with the guide.
Many thanks,
Liam
written by Terry Brooks, March 14, 2009
written by Just Me, March 27, 2009
written by yone, April 08, 2009
written by Malc, April 24, 2009
Is this mean I have to change var to mos? also editing the configuration.php file within the root directory.
If any one has ideas on how to get over this problem
written by Malc, April 24, 2009
written by Malc, April 24, 2009
additional info, the two server it was hosted Windows NT IIS650 5.2 build 3790 - Microsoft IIS/6.0 and the new server is a Linux srv102 2.6.18-6-vserver based using Apache the php versions are 5.2.6 and 5.2.8 does this make any difference
written by Malc, April 24, 2009
I have checked the pages and not all are being pulled across from the database. visit http://www.rodway-hill-golf-co...&Itemid=61 the contact us and the contact form work but none of the other pages, do you have any idea
Malc
written by Tamara, April 24, 2009
written by Shine Rankin, May 12, 2009
I have a pretty beefy 1.0 site built with godaddy hosting. I'm finally ready to move 1.5 but I need a way to get my 1.0 content to 1.5. I've got joomlapack installed on the 1.0 install, and have packed my site.
I tried export content but it gives me a 500 error every time. If i was on 1.5 already i'd use the core migrator. Any Ideas?
Great site and a wonderful resource btw...
written by Shine Rankin, May 12, 2009
written by dunxnud, May 15, 2009
- Go to your Joomla administrator section and install the Joomlapack component
- Once it has been installed go to the Joomlapack component screen from
components>>Joomlapack and click 'Configuration'
- In the configuration screen go to 'Advanced' and change the compression from .ZIP to JPA Joomlapack Archive
- Click 'Save'
- Click 'Backup Now'
- Once the backup has completed go to 'Manage Backups'
- Download the new backup and save it to your local machine
- Connect to our server via FTP and then upload the backup JPA file as well as kickstart.php
- Once this has been done visit www.yoursite.XXX/kickstart.php
- Select 'Use FTP' and enter your FTP details
- Click 'Start'
- Once the restore has completed visit your site
- Complete the installation procedure
- Delete the /httpdocs/installation directory
written by parisa, May 21, 2009
http://investinmyidea.com/
anypointers?
written by pbasch, May 21, 2009
written by Ayurveda, May 23, 2009
thanks
Write comment
Join the HowToJoomla Community!
- Create a profile
- Connect with other members
of the community - All for FREE
Already a member? Login here.



Andrew