
- Acquia drupal hosting move account how to#
- Acquia drupal hosting move account code#
- Acquia drupal hosting move account download#
I have been using a similar method that is far less work and less prone to failures.
Acquia drupal hosting move account code#
The best ideas are the ones about creating backups of your local code base and database (DB) before you start. There are a lot of good ideas provided in both the original post and in some of the comments. I can see that IP is the problem - I just don't know where to change it yet. Please try again later.Įrror messagePDOException: SQLSTATE Can't connect to MySQL server on '127.0.0.1' (111) in lock_may_be_available() (line 167 of /home/content/40/5305940/html/petsitting/includes/lock.inc).

The website encountered an unexpected error. The 3rd time I refreshed my FTP window and it was indeed there, and now I have a new error: Then I manually uploaded it again, and it still wasn't there. It was skipped over when I uploaded the whole site. Warning: require_once(/home/content/40/5305940/html/petsitting/includes/common.inc) : failed to open stream: No such file or directory in /home/content/40/5305940/html/petsitting/includes/errors.inc on line 62įatal error: require_once() : Failed opening required '/home/content/40/5305940/html/petsitting/includes/common.inc' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/40/5305940/html/petsitting/includes/errors.inc on line 62ĮDIT: Okay, so I solved THAT problem - for some reason it took 3 tries for the common.inc file to actually upload. It's just giving me this stuff, looking for a "common.inc" file: I tried importing the database anyway and it said the import was successful but there's a broken non-site there when I visit the URL, Things were going well until I reached steps 4 and 5.In my database file there is no such text to delete or edit.

htaccess file residing in the site/files folder Edit it and comment out the following by putting a # symbol infront of them:ġ1) Now if you go to your site, it should be there! If your images are missing another GOTCHA is that you may need to comment out all the lines (there are 3) in the.

htaccess file (this may be a hidden file that you need to reveal). Do you get a Server Error! 500 page instead of your drupal site? Then go to your site root and edit the. You may need to configure them more.ĩ) Duplicate this revised settings.php file and copy it over into sites/default (there is a file there called, just leave it)ġ0) GOTCHA: Navigate to your site on the web. Note: I left 'host' and 'port' blank with just quote marks and that worked for me. Scroll to the bottom where it says DO NOT EDIT. Click on Import, browse for the database file and click Go/Upload.ħ) Using FTP transfer your entire development folder contents up onto your server.Ĩ) Go into the sites/yoursite folder and edit the settings.php file. Did it start with a prefix like the username for your hosting account? If so, change it to say USE `hostingprefix_databasename` Ħ) Go back to your hosting account and import the database file you just edited. Doublecheck what you wrote down for your database name that you just setup on your hosting account. What is there currently is the database that you setup in Acquia. At the top of the file remove this line CREATE DATABASE `databasename` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci ĥ) COMMON GOTCHA: Below that line it will say USE `databasename`
Acquia drupal hosting move account download#
Choose compression zipped and download the file.Ĥ) Uncompress and open the file you just downloaded using a text editor. Make sure "Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT" is checked. Write down the database name, username (usually also the database name) and password.ģ) Using the Acquia Dev Desktop application, select your site in the dropdown and then click on "Manage my database". This is for later in case you mess anything up.ģ) Go to your control panel for your hosting account/server. Use it to make a zipped backup of your files and database. These are for later in case you mess anything up.Ģ) Install/activate the Backup and Migrate module on your local site. Copy them somewhere else on your local machine and don't touch them. If you found a better way to do this please share!ġ) THE MOST IMPORTANT STEP: Make a backup of all your files. It took me a couple of tries but now I've gotten it figured out (at least this works for me).

So you made your Drupal 7 site using Acquia Dev Desktop and now you want to put it on the internet for all to see.
Acquia drupal hosting move account how to#
How to Move Your Local Acquia Dev Desktop Site to an Online Server I am by all means new to Drupal and so maybe this information is old hat to a lot of you but for all those beginners out there maybe this will save you some heartache. I'm writing this post in the hopes that it will help someone else.
