Viewing entries tagged with 'joomla 1.6'

joomla

Joomla 1.6 fix for Class 'JParameter' not found

Posted by Gav on 29 March 2011 | 0 Comments

Tags:

All we need to do is add the following to the file which is producing the error. It includes the classes we need.

Read the full post

joomla

Fix for Joomla 1.6 $mainframe->isAdmin() error

Posted by Gav on 29 March 2011 | 1 Comments

Tags:

$mainframe is out, $app is in.

Read the full post

joomla

Upgrading a Joomla template from 1.5 to 1.6

Posted by Gav on 22 March 2011 | 2 Comments

Tags: , ,

I'm currently working on a job to upgrade a site built in Joomla 1.5 to Joomla 1.6. I have come across a lot of issues along the way and this will be a running blog post which will be updated when I solve certain problems. Joomla 1.5 to 1.6 template upgrade tutorial is a pretty good starting point. If anything is incorrect, let me know and i'll correct it.

Read the full post