Prime 357

We'll learn something

Site Menu

  • Home
  • Recent Posts
  • Forum
    • Programming Languages
      • C++
    • Website Design & Content Management
      • Wordpress >> Drupal
  • Blogs
  • Books
    • C++
    • Changing hosts - Dummies Guide
    • Wordpress >> Drupal
  • Download Centre
  • Contact us
Home


Image - OpenID

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Navigation

  • Recent posts

Books

  • C++ (The Book)
  • Changing Hosts - a Dummies Guide
  • Wordpress to Drupal

Recent comments

  • Thanks
    2 weeks 1 day ago
  • I'm running the conversion
    3 weeks 4 days ago
  • Can't reproduce
    3 weeks 6 days ago
  • Strange one
    3 weeks 6 days ago
  • No customer support
    5 weeks 2 days ago
  • Came to the rescue
    6 weeks 6 days ago
  • Permalink - %postname%
    7 weeks 5 hours ago
  • Downloads are now ready.
    7 weeks 1 day ago
  • Sorry, I'm just having some
    7 weeks 1 day ago
  • Awesome
    8 weeks 2 days ago

New forum topics

  • funny little bug in mac version
  • Error: Unable to Insert into Node_revisions table when converting from wordpress 2.6.0 to drupal 6.4
  • index.php?
  • where do i download?
  • Source connection settings are correct but it appears it's the wrong database
more

Who's online

There are currently 0 users and 3 guests online.

Who's new

  • puzz1ed1
  • bugmenot
  • ClaudiaB
  • beiduo
  • chourmovs

CMS

Everything to do with 'Content Management Systems' for the web. This will include Drupal, Wordpress, e107, Joomla etc (these should be 'tags' or sub-categories.

Server to Server

Submitted by Steve on Sat, 30 Aug, 2008 - 23:22
  • CMS
  • ftp

As already mentioned, SmartFTP has a feature known as 'server to server' which basically means being able to transfer files from one server directly to another server.

Fire up SmartFTP and log into both servers, that is, the source (where your getting your files from) server and your destination (where the files are going) server. I'm not detailing every click required to achieve this.

With the program there are a number of ways to achieve the one process, as is the case with any modern software. I'll detail the menu way.

Open the files listed in the source server panel and drag and drop the relevant folder into the lower 'temporary queue' panel.

SmartFTP screen shot

  • Login or register to post comments
  • Read more
  • 66 reads

Transferring files

Submitted by Steve on Sat, 30 Aug, 2008 - 22:44
  • CMS
  • ftp

There are a number of ways in which files can be transferred from one server to another. A feature of SmartFTP is Server to Server and is a very handy one at that.

  • Login or register to post comments
  • 63 reads

45,000 Wordpress posts converted to Drupal

Submitted by Steve on Tue, 29 Jul, 2008 - 22:47
  • CMS
  • Drupal 5.x

Okay, the title said 45,000 posts but in reality how does converting or transferring, call it what you want, 45,936 posts from Wordpress 2.5 to Drupal 5.8 sound. I helped out a registered user HitBoy with the conversion, that is, I did it on my machine locally for him. Before I go any further here's a screen-shot of the Analyse Wordpress section.

Screen shot - Analyse Wordpress

I didn't specifically time the process but I reckon it was closer to the two hour mark than it was to the one hour mark, so transferring 45,000 posts is not a 5 minute process. Obviously, if done using remote databases it would take a little longer. How much longer, well I don't know and I'd only be guessing.

HitBoy's going to make a follow-up entry in Check My Site thread and there he'll promote his site, so at least you can see that it is possible to convert massive amounts of data.

During this process I was chatting to HitBoy about other things, as you do, and found out that he's starting a new venture, a hosting business. If you're after some free (or paid) web-hosting why not check him out at OpenSourceSetup. His site went live yesterday (Monday 29 July, 2008).

The link I provided IS NOT an affiliate link and I do not benefit in any way.

  • 3 comments
  • Read more
  • 242 reads

Reduce File Size

Submitted by Steve on Tue, 8 Jul, 2008 - 16:32
  • CMS
  • drupal
  • hosting

At your old host, access phpMyAdmin, you're going to prepare for the backup procedure.

Screen shot - MyPhpAdmin

Since a download and an eventual upload is required, you may want to reduce the size of the backed-up sql file. This step is not overly necessary and can be skipped if you prefer.

Select the database to be backed-up and click the Structure tab so as all the tables are listed in the main window. In order to reduce the eventual file size certain tables can be emptied, that is, all the records deleted, not the table itself. The tables that can be emptied are:

  • Login or register to post comments
  • Read more
  • 192 reads

FTP Accounts

Submitted by Steve on Tue, 8 Jul, 2008 - 14:08
  • CMS
  • drupal
  • ftp
  • hosting

A tool that you will definitely need is a File Transfer Protocol ("FTP") client program. These programs are more or less explorer type programs in which files can be uploaded and downloaded from the server.

There are a number of freely available FTP client programs and here are a few:

  • Smart FTP (31 Aug, 2008, no longer free)
  • Filezilla
  • Core FTP
  • Cyberduck (for Mac)
  • Google Search Results

In order to utilise an FTP client you must first set-up FTP accounts at your host. I'm assuming that this particular process doesn't require detailed explanation as most likely you would have been using an FTP client at your old host. Suffice to say, that at my host, when creating the addon domain names corresponding FTP accounts were created as well. If this is not the case with your host, simply follow the prompts to create an FTP account(s). Even if automatic and default FTP accounts were created I'd recommend purposely creating an FTP account that purposely points to a specified folder. That folder's sole purpose being to receive uploaded files. Once uploaded, they can be moved to where ever you want.

  • 2 comments
  • Read more
  • 199 reads

Addon Domain(s)

Submitted by Steve on Tue, 8 Jul, 2008 - 12:15
  • CMS
  • drupal
  • hosting

As seems to be the case these days most hosts are offering one free domain for your use. Obviously, if you are transferring from another host you already have a domain name registered and you will eventually be changing the nameservers at your domain registrar to point to your new domain. Don't do it now, that is the last step.

In regards to the 'free domain name' accept the offer and use that domain name purely for administrative purposes. I recommend not using the free domain name for public purposes. It's not a good idea for your host to also be your domain registrar (they will be for the free domain name), it only leads to problems down the track should there be any issues with your host. Effectively, your host could hold you to ransom as they hold the key, the domain name registration.

  • Login or register to post comments
  • Read more
  • 178 reads

Import SQL file into new database

Submitted by Steve on Mon, 7 Jul, 2008 - 21:35
  • CMS
  • hosting
  • MySql

You should now have an SQL file, which is your backup database file, safely stored away in your computer. The next step is to transfer the contents of that file into a new database at your new host.

Firstly, access you new host, navigate to the cpanel pages, then to the database section and follow the prompts to create a new MySql database. Obviously, remember the database name and user name for later reference.

Once created, access phpMyAdmin and navigate to your newly created database. In the example that follows I created a new database named, "newdrupaldb". You will notice that there are no tables created as yet, that is what the following process will do. Click on the Import tab and you should see a screen similar to the following. Click on image for a detailed view

image-0100x500.jpg

  • Login or register to post comments
  • Read more
  • 180 reads

Backup old host database(s)

Submitted by Steve on Mon, 7 Jul, 2008 - 18:30
  • CMS
  • hosting
  • MySql

At your old host, access phpMyAdmin, you're going to backup your database(s) which will ultimately be downloaded to your computer.

Screen shot - MyPhpAdmin

Click the Export tab and a screen similar to the following should be displayed (click for larger image).

  • Login or register to post comments
  • Read more
  • 202 reads

Actual Processes Involved

Submitted by Steve on Mon, 7 Jul, 2008 - 18:20
  • CMS
  • hosting
  • MySql

Firstly, it goes without saying that you need access to your old host in order to carry out any of the following procedures. If you haven't got access to your old host, then in a nutshell, you're stuffed.

The following pages will show the processes and procedures required in order to transfer a Drupal system from one server to another. The concepts though can be applied to any database driven application.

  • Login or register to post comments
  • 228 reads

Changing Hosts - a Dummies Guide

Submitted by Steve on Mon, 7 Jul, 2008 - 17:23
  • CMS
  • drupal
  • hosting

So you've been with a host for a number of months or years and now it's time to change for whatever reason.

The following is a guide as to the smoothest process possible. There are many steps involved and over the next few weeks I'll add various pages and update where necessary. I'll attempt to include as many screen shots as possible and in that regard I'll be basing everything on using cpanel and MySql. For those not using these tools I'm hoping it should be clear enough in order to translate the information to your tools of choice. The concepts will be the same regardless.

  • Login or register to post comments
  • 270 reads
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • next ›
  • last »

 Subscribe in a reader

free hit counter


RoopleTheme