Installing Joomla 1.5 - A New Install

Friday, July 18th, 2008



Ok, so on to the installation of 1.5.

Before I did anything, I bought a and pointed it to my . That is basic stuff. I set the domain up on my and created a for this . That’s more basic stuff.

After that was all good to go and the domain resolved to the , I went over to Joomla for the latest download, which happens to be version 1.5.4. I clicked the link in the left column and downloaded the “Joomla_1.5.4-Stable-Full_Package.zip” file and saved it to my desktop. I unpacked the and placed the contents of it in my folder. Since I already had the account set up on my , I uploaded to contents of my folder to my . Here is a word of warning…there are almost 4,000 . If your host has file limitations, you should find out what they are. Since I have a dedicated , I am not worried about that. Also, remember that your is still empty. That will be populated during the install.

After all the were uploaded, I headed back over to and clicked on the “New Installation” link about half way down their homepage. Since I am familiar with these types of installations, I skipped past all the upper links and clicked right on “Installation.”

Apparently, there are two different types of installs…one being the web method and the other being the manual install. In this case, I did the web installation.

In my case, I am did a remote installation to the domain . I did not use a sub-domain, a local install or install the package in a sub-directory. If you would like to, there are instructions on how to go about this on the (the same instructions I am using). Basically, you have to visit your domain and, if you have done everything correctly so far, you should see the first installation screen.

The first screen asks you to choose your language. Simple enough. Since I speak English, I kept the default “English” setting and hit the “Next” button.

The next screen checks the to see if everything is set correctly and if is able to utilize it’s resources. In my case, everything checked out fine, but I was told that the “configuration.” was not writable. After reading the instructions, I found out that this is a regular occurance. I actually didn’t see a “configuration.” file. I clicked to the “Common Issues & Error Handling” page and read about it. The page gave a few options:

* Do a manual installation
* Create a completely empty file, name it as configuration. and upload it to your joomla_root/ directory before commencing the installation. ! will then enter the details as the installation proceeds as normal.
* Wait until the end of the installation when at Step 7 the Finished Screen is displayed a list of the variables and settings for the configuration. file will be displayed. These should then be copied and pasted into a new text document and saved as configuration.
* As with the last suggestion wait until the end and using the information provided in Step7 manually alter the content of the configuration.-dist file (this is simply an example file and not a part of the functioning installation) included with all ! installations. There is clearly a greater chance with this method of making mistakes so greater care should be taken. Once the variables have been correctly edited, change the name of this file and save it as configuration.

I decided to go with creating an empty file named, “configuration.” and upload it to the . I also chmod the file to 777.

This time, everything checked out, so I clicked the “Next” button.

The next screen is nothing but the license agreement. I read the entire thing and understood it. Then, I clicked the “Next” button.

The next screen is the configuration. Remember that empty you have sitting there? Well, you have to fill in the required information.

I entered the information and clicked the “Next” button.

The next screen is the configuration. This is the first time I have come across something like this, but I filled in the information. They suggest to create a local account and not use one that can control the entire .

Since I am getting slow in my old age, I placed in the username and password and then clicked the autofind path button. That worked and filled in the path automatically.

The next screen is the main configuration. I placed in the main (Super Administrator) address and password. Then, I clicked the “Install Sample ” button. I was told that the sample imported properly.

A word of warning: My first attempt at installing this gave me an error message that read, “Error: the XML response that was returned from the is invalid.” on the page and when I tried to install the sample on the main configuration page. The reason for this had to do with the “configuration.” file. I needed to upload one and set the permissions correctly. After I did that, I was able to pass those pages. You can read more about the issue here.

The last page looked like this…

Basically, the page gives you the option to view your site or log in to the . I always like to log in to the so I can get the . Also, the system says to delete the entire “installation” directory. Lastly, I like to download the now populated config file for .

To log in to the admin area, the username is “admin.” Obviously, you should change this.

You can take a look at the site I just set up at http://www.fiixer.com. Next up, configuring and customizing . Ye haw.

Related posts

FileZilla is FAST

Wednesday, November 7th, 2007



I really used FileZilla for the first time last night. Man, it smokes my other applications. I am not sure why, but it reduced the download time of about 435MB from five hours to about a half hour. Now, that’s a difference.

I should’ve been using this little (free) program all along.

Related posts

FileZilla - A Free FTP Program

Sunday, November 4th, 2007



Over the past few years, I have downloaded my fair share of free trial versions of various FTP programs. As a web designer and now a web…whatever, you can imagine my need for a nice program. Each of those programs were pretty good, but their expiration usually prompted a quick deletion from my computer.

Each program I use comes with its own included feature. I used to use Adobe GoLive, but am now switching over all my sites to . has treated me well, regarding , but , while being easy to use, has a few hickups. Here is the thing - I have some very active . Every so often, I need to do a of each entire site. Each of these sites has thousands and thousands of , which come and go with the activity of the sites. used to download what was there, even if a file disappeared while it was downloading. Now, I try to do the same thing with , but if a file (such as an image) is deleted after I connect using , I get an error message telling me that the file is no longer available. That’s not bad, but what is…is that the transfer of stops, until I click ok. If I don’t click ok within 30 minutes, the feature disconnects. As you might expect, I do this while I am sleeping, because each download usually takes about five hours. If the file transfer stops and disconnects, it’s pretty much useless to me.

A few minutes ago, I just downloaded an open source program called FileZilla. I set it up and tried it out real quick. There is a quick connect feature that allows you to put in the address and login credentials and hit connect. It is very fast. I tried it on a small site and I like it.

Now, since gives me everything I want, except for this one little thing, I hope that I just found myself a little workaround that will allow me to complete my switch from .

Related posts