Migrating to new host

Joomla versions 2.5, 1.7 and 1.6 are all end-of-life since December 31st 2014 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
bands321
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Sep 26, 2016 3:29 pm

Migrating to new host

Post by bands321 » Mon Sep 26, 2016 3:50 pm

Hello,

I have recently taken over a site and tried to migrate it to a new hosting provider. (GoDaddy) I used the Akeeba backup feature and successfully restored the site on the new server only to have it seem to disappear a few minutes later and give me the following error:

"The requested resource could not be loaded because the server returned an error:
500 Internal Server Error (?)."

I have come across a few suggestions with no success.

Thank you.
Last edited by bands321 on Mon Sep 26, 2016 4:05 pm, edited 2 times in total.

User avatar
andypooz
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Sat Dec 30, 2006 3:03 pm
Location: London, UK
Contact:

Re: Migrating to new host

Post by andypooz » Mon Sep 26, 2016 3:55 pm

You haven't locked yourself out of the site- you just need to use the ip address with the sitename folder to access the site. eg. http://123.456.123.456/~mysitename/index.php
You'll probably need to look at the error logs to find the script that's causing the issue. In most cases you'll just need to tweak the server settings (if you have access to them in your hosting arrangement) rather than mess with any code.
Andy Hickey
Bespoke Joomla Extension Developer
http://www.netamity.com

bands321
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Sep 26, 2016 3:29 pm

Re: Migrating to new host

Post by bands321 » Mon Sep 26, 2016 4:07 pm

Thank you. I was able to log back in to the site on the original server. I still can not figure out why it is disappearing once I complete the Akeeba restore.

User avatar
andypooz
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Sat Dec 30, 2006 3:03 pm
Location: London, UK
Contact:

Re: Migrating to new host

Post by andypooz » Mon Sep 26, 2016 4:19 pm

It's not disappearing, you just have a 500 error. It seems to me (from the limited info i have on this case) that the install may have gone fine, but there's a server configuration issue thats throwing an error. You need to look at your error logs to the script that's to blame. You should be able to test this using the domain alias method I mentioned above
Andy Hickey
Bespoke Joomla Extension Developer
http://www.netamity.com

bands321
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Sep 26, 2016 3:29 pm

Re: Migrating to new host

Post by bands321 » Mon Sep 26, 2016 4:23 pm

Thank you. I will look into the above mentioned method and see what I can determine is the issue. I appriciate your assistance!

bands321
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Sep 26, 2016 3:29 pm

Re: Migrating to new host

Post by bands321 » Mon Sep 26, 2016 4:37 pm

I have looked into the logs and I can't see anything that seems "out of place". I am VERY new to Joomla and am not sure how to "tweak the server settings" or where to find them for that matter.

Where would I look to see if there is a server configuration issue?

Thank you again for your assistance.

Another thought, since this site is running on an older version of Joomla (2.5.6) could I install the newer version through GoDaddy so that the Joomla install is fresh and then just pull over the files needed for the site? If so, what files would I need to grab?

User avatar
andypooz
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Sat Dec 30, 2006 3:03 pm
Location: London, UK
Contact:

Re: Migrating to new host

Post by andypooz » Mon Sep 26, 2016 9:46 pm

A couple of things:
-Can you access the site by using the IP address method? Unless you can browse the site (albeit a blank page at the moment) then there's no use going any further.
-Go to configuration.php and change

Code: Select all

	public $error_reporting = 'none'; //or '0'
to

Code: Select all

	public $error_reporting = 'development';
which might give you more info on the nature of the php error.
-If you know how to use phpinfo to get server details, then find where your php.ini file is (or put one in the site root folder) and set the memory limit

Code: Select all

memory_limit = 128M ;
The memory limit can quite often be the culprit, and often it results in you not getting proper error reporting I've found.
Loading a fresh Joomla install might be worthwhile as a test to see if your new server is compatible with the latest Joomla, but starting with a blank site and imp0rting content and extensions and configuration and, and, and... I wouldn't recommend it- It'll be a super-fiddly job and you're better off just finding the source of the current error and fixing that.
Andy Hickey
Bespoke Joomla Extension Developer
http://www.netamity.com

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Migrating to new host

Post by leolam » Tue Sep 27, 2016 5:48 am

on Godaddy it is a php5.ini ;-)

https://www.akeebabackup.com/documentat ... sicts.html

Scroll down to "Special note for GoDaddy users"

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -


Locked

Return to “Migrating and Upgrading to Joomla! 2.5”