May 172012
 
convert-website-from-joomla-1-5-to-joomla-1-7-rev-10

Donate for a cup of coffee :)

I have added new entries see below.

Important: Joomla has now released Joomla 2.5.4 with a few fixes and patches. However these instructions still apply and once you have upgraded to Joomla 1.7.5 then use the extension manager in Joomla to upgrade to version Joomla 2.5.4.

Jupgrade has been updated to version 2.5.1, which is compatible with Joomla 2.5 +. This means that if you run jupgrade it should download Joomla 2.5 +.

Check out what’s new in the latest version of jupgrade 2.5.1

Check out what’s new in Joomla 2.5.4, they have done a wonderful job with this latest Joomla version :)

Hello all, it is my pleasure to share with you the successful conversion of my website mbrsolution from Joomla 1.5 to Joomla 1.7 using jupgrade.

Jupgrade is a great component that will help you convert your website to Joomla 1.7 it also applies to Joomla 1.6 but why would you want to upgrade to Joomla 1.6. Please read the following article Joomla Development Network to know more about Joomla’s life cycle.

There are steps you need to take before you upgrade and after you upgrade Joomla.

The following are the steps that I took to successfully convert my site.

1) Install jupgrade on your website following the instructions found in nirmaltv.com.

2) Start working on your site, which is going to take some tweaking and editing depending on the template you use. My template is not compatible with IE 6, I have tweaked it a bit for IE 6 but I am not really concern as IE 6 is slowly been face out. I have installed an IE plugin to remind the visitor using an older version of IE, which may not display my website correctly. I will work a bit more on the code to get it to work a bit better for IE 6.

3) Make sure that all your plugins, modules and components are compatible with the new version of Joomla. I had to convert the code on one particular module for it to work properly. It took me some research and many hours but I was very happy to finally have it working :) I have found out the hard way, it is better to delete a module, component or plugin that is not yet compatible with Joomla 1.7 before upgrading. After I converted my website I had some issues trying to delete a file that did not exist or was not compatible with the latest version.

4) The following are my components installed that are compatible with Joomal 1.7 1) Admin Tools, 2) Akeeba Backup, 3) Easybook Reloaded, 4) Fox Contact, 5) JV-linkExchanger, 6) VipPortfolio. Admin Tools and Akeeba Backup are in my opinion 2 components you must installed in your Joomla website. Akeeba Backup is the most easy and extremely useful component to have if you want to create backups.

5) Make sure that all links are working properly. There are many online sites that you can use to help you find those broken links. I have listed one 1) Link Diagnosis, and you can also download this excellent tool for windows 2) Xenu.

6) If you really want to know how well your site is doing check woorank, this tool will show the most common problems with your website and provide a guide to help you fix and repair some of the problems you are having that you might not even be aware. This is very important for better SEO optimization.

7) Make sure that you check and enable the banners that are not active. One of the reasons this occurs is because your previous version was using position left, right, banner etc and the new version comes with position-0, position-1, position-2 etc. Also when you activate your banners, check the type and select custom if you are using a custom code.

8 ) Once you are happy with your upgrade then follow the normal procedures to move your Joomla site from one folder to another folder as mentioned in step 1 from nirmaltv.com.

9) Follow the steps carefully as illustrated below:

—-Move all the files and folders from your Joomla folder to the new directory. For example from public_html to public_html/oldjoomlasite

—-Move all the files and folders from jupgrade folder to public_html

—-Your site should be live with the new Joomla 1.7 look. To add more style to my site I changed the template with a Joomla 1.7 version template of the same style as I had with my previous version of Joomla 1.5. You might have to do the same with your template.

If you have any problems, one solution could be to check the following to make sure that the data is entered correctly.

Check your configuration.php file and make sure the following changes are set correctly:

From: var $log_path = ‘/home/user/public_html/jupgrade/logs’;

To: var $log_path = ‘/home/user/public_html/logs’;

From: var $tmp_path = ‘/home/user/public_html/jupgrade/tmp’;

To: var $tmp_path = ‘/home/user/public_html/tmp’;

From: var $ftp_root = ‘/public_html/jupgrade’;

To: var $ftp_root = ‘/public_html’;

From: var $live_site = ‘http://www.yourdomain.com/jupgrade’;

To: var $live_site = ‘http://www.yourdomain.com’;

You could also remove the content of the cache folder (public_html/cache in this example)

10) Very important, make a backup of both of your sites before you start working on the upgrade and before you move the new version mentioned on step 8, in case something goes wrong.

11) After you have moved the website to the root of your server if that is where you will be installing Joomla, delete the files from oldjoomlasite backup once you are happy with the new version. If anything goes wrong restore the the backup and find out where you weren’t wrong and try again. Remember there is no hurry so take your time and don’t rush.

Hopefully at this point everything is working ok and your site is live. Just keep checking especially on the backend to see if everything is working well. If you have any questions just post them here and I will be glad to help you.

New I have come across this great component Art Adminer which will help you manage your database and remove any database tables that are obsolete plus much more. I have used to remove some very old tables left behind from my Joomla 1.5 installation that I was not even aware. I noticed that there were some issues with my site when I saw some entries in Google Webmasters tools. Also every time you tried to create a new module you could see duplicate modules.

Important: If jupgrade updates your joomla version to 2.5.4 then you don’t have to worry about the following line.

Once you have upgraded to Joomla 1.7.5 then follow these Joomla instructions to upgrade to Joomla 2.5.0 or Joomla 2.5.4.

Good luck :)

Mar 142012
 
fix-joomla-common-errors

The following are some of the most common errors you might come accross. This list will grow more so keep coming back.

 

  • I updated or created a new article, when I view it on my browser it has not changed. Some common solutions is to clear the cache on your broswer and the cache in the back-end of joomla Site >> Maintenance >> Global check in, Clear Cache and Purge Expired Cache. Have a look at the following image. Clear option 1, 2 and 3. Most of the time just clearing the cache in option 2 is more than enough.

 

Joomla Clear Cache

 

  • Running Joomla locally using xampp. Here is a great article that will help you and guide to troubleshoot some common errors that occur using xampp. Have a look at the following link setting up your work station for joomla development.
  • Infinite loop detected in jerror joomla 1.7, there are few reasons this could occur one of them being the tmp folder’s path is not set correctly and another could be the password is not type correctly in the configuration.php file. The following post tmp folder issue  is in regards to the tmp folder’s path being typed incorrectly in the joomla forum and the following link password issue is in regards to the password issue in the configuration.php file.
  • How to move your local joomla to a server, I came across this tutorial and I felt it would be great to add it here. The author shows you how to move your joomla installed locally in your computer to a live server. Click on hte following link move joomla from local to an online server.
  • Joomla 2.5.2 corrupted the editor and does not allow you to format articles. The solution is to change the admin textfilter tab in Global configuration page from “standard blacklist” to “no filtering”. That solves the problem.
Oct 042011
 
can-only-edit-an-article-once-in-joomla-1-7-and-wordpress-3-2-1

I have had this problem and many have also reported this issue with Joomla 1.6, 1.7 and even with WordPress. It appears that when you try to edit an article and in some cases a menu or a post in WordPress your browsers sits and does nothing and the only way out of this is by refreshing your browser. I spent many days trying to work out this issue, which it just seem to appear out of the blue :( I call this a gremlin which seems to appear when you less expected :)

The following is what I did to work out this issue.

  1. I started to uninstall many programs
  2. I unistall chrome and revert back to an early version of Firefox 6.0.2
  3. Tested the connection on a adsl broadband and it worked fine after I created another account and deleted my old profile.
  4. Tested the connection on wireless broadband and again the issue continued
  5. Uninstall bigponds connection manager. Downloaded the latest version from the internet and installed it.
  6. Tested saving a post in WordPress and the same issue continued.
  7. Change the settings in Firefox proxy and cache and still the same issue.
  8. Tested IE, Chrome, Firefox and SeaMonkey and still the same issue.
  9. Finally I read an article on the Microsoft forum that people using Windows 7 with SP1 installed had issues with the browsers. So I decided to uninstall SP1 and voila the problem is gone for now. I have run many test and so far it seems to be working fine.

I will keep you all posted if there are any changes. So far so good :)

Latest update:

Hello I am back with some more testing, please be aware that this might not resolve your problem. After testing all of the above, it was working well without a problem. Then I was asked to update the flash plugin in Firefox and so I did.

  • The plugin that I had installed was Flash Player 10.3.183.10 none (IE)
  • Then I updated it to the latest version Flash Player 11.0.1.152 none (IE)

So I started testing and found that the issue came back. It kind of made sense to me, so I uninstalled Flash Player 11.0.1.152 none (IE) and reinstalled Flash Player 10.3.183.10 none (IE) and did some testing. This worked for me but I will keep on testing.

I hope this helps everyone here regardless whether they are using a Mac, Windows or Linux.

Kind regards

These are my specifications:

  • Lenovo T61 laptop
  • Windows 7 Home Premium
  • Intel Core 2 Duo cpu T7300@ 2.00ghz
  • 3 Gigs of ram
  • 120 g hard disk

Browsers “The latest version for all browsers below except IE”

  • IE
  • Firefox
  • SeaMonkey
  • Chrome

I hope the above works for you. I have not done any testing on linux or mac. If you have any question just leave a comment here.

Kind regards