Open carosouza opened 9 years ago
The component does not work with Joomla 3.4.1, it appears white screen and needs to be revised for Joomla 3.4.1
Thanks
Att.: $ controller = JController :: getInstance ('Gform');
to
$ controller = JControllerLegacy :: getInstance ('Gform');
and other files to change.
Well, I thought you send me the pull request with code. I don't have time and motivation to do it myself.
The component does not work with Joomla 3.4.1, it appears white screen and needs to be revised for Joomla 3.4.1
Thanks
Att.:
$ controller = JController :: getInstance ('Gform');
to
$ controller = JControllerLegacy :: getInstance ('Gform');
and other files to change.