By Guest on Monday, 07 March 2016
Replies 3
Likes 0
Views 1.3K
Votes 0
I'm using JEvents 3.4.5 in Joomla! 3.4.8
I can edit events, but when I try to edit or create a new category, the page shows only two text fields to fill the tcategory title and category alias and the label for category description with no field to fill. No save (or any) buttons, no images, all in a white background, and it's not possible to do nothing after fill the two available fields. The page is not showed inside Joomla! interface, but as a single page.

Anybody have pass through it? Any idea of what can it be?

Thanks!
Hello,

Please can you enable Joomla! Maximum Error Reporting and try again?

Did you migrate from a previous version of JEvents?

Many thanks
Tony
·
Tuesday, 08 March 2016 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tony!

I enabled the maximum error reporting in Joomla! (System - Global Configuration - Server)

And the problem became clear.

In my case I use the gk_league_news theme from gavick and for some reason, the category edit vision calls some method from one plugin used by this theme called gk_typography:

PHP Fatal error:  Call to undefined method JFactory::getXMLParser() in /var/www/html/joomla/plugins/editors-xtd/gk_typography/gk_typography.php on line 77, referer: //XX.XX.XX.XX/administrator/index.php?option=com_categories&extension=com_jevents


The problem is that I upgrade the template (gk_league_news) but didn't update the plugin that it's used by the template (gk_typography).

Very specific problem!

After all I realized that I could have seen the error in the error_log fo the apache. It was there too. =X

Just ugraded the plugin that was in a ziped package (gk_league_news_rest_files.zip) that came with the template package and everything goes fine!

Thanks a lot for the fast response!
·
Tuesday, 08 March 2016 19:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Ahh glad to hear you got it resolved :-).

Many thanks
Tony
·
Wednesday, 09 March 2016 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post