About Me
Name: Joshua Lyon
Birthday: August 8, 1985
Location: Grapevine, TX
E-mail: josh@boshdirect.com
| Joomla Templates getItems() Issue |
| Written by Josh Lyon | |||
| Friday, 15 August 2008 15:54 | |||
|
If you start getting template errors (specifically with JoomlaArt templates) like the one below, just replace the lines of code listed below. I've noticed this happen on JA_Fagus and JA_Purity... although I think JA_Purity was fixed in the 1.5.6 Joomla packages. Fatal error: Call to a member function getItems() on a non-object in /***/templates/ja_***/ja_menus/Base.class.php on line ***. Open up the file that has the error in it and look for the following line: $menu = @JMenu :: getInstance(); And replace it with: $menu = &JSite::getMenu();
Bookmark
Email This
Hits: 237 Comments (0)
![]() Write comment
|
