Fatal error: Class ‘JParameter’ not found
I encountered this problem when installing a Joomla plugin.
The solution is simple and easy, open the plugin php source file and add the following:
jimport(‘joomla.html.parameter’);
分类: Other
I encountered this problem when installing a Joomla plugin.
The solution is simple and easy, open the plugin php source file and add the following:
jimport(‘joomla.html.parameter’);