Closed GoogleCodeExporter closed 9 years ago
Deactivation of "SIGPLUS button" takes care of the problem.
Original comment by RobertoC...@gmail.com
on 15 Aug 2011 at 3:08
This is not a compatibility issue but happens to be a programming error.
The PHP error message was triggered when the sigplus editor extender button
code was trying to instantiate the Joomla core class JForm in order to load
sigplus plug-in configuration settings from the extension XML manifest file but
without having first imported the PHP file in which JForm is defined with the
statement
jimport('joomla.form.form');
Adding the import statement to the PHP file header fixes the issue.
The reason why the error would crop up in some constellations but not in others
is that some other code may have already imported JForm dependencies by the
time the sigplus button code runs.
Original comment by huny...@gmail.com
on 15 Aug 2011 at 3:37
Original issue reported on code.google.com by
RobertoC...@gmail.com
on 15 Aug 2011 at 2:47Attachments: