escopecz / com_gform

Joomla component for questionnaires from Google Drive forms
0 stars 0 forks source link

The component does not work with Joomla 3.4.1 #1

Open carosouza opened 9 years ago

carosouza commented 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.

escopecz commented 9 years ago

Well, I thought you send me the pull request with code. I don't have time and motivation to do it myself.