( ! ) Fatal error: Class 'JToolbarHelper' not found
open administrator/components/com_modules/views/modules/view.html.php file and add
if(!class_exists('JToolbarHelper')) {
require_once JPATH_ADMINISTRATOR . '/includes/toolbar.php';
}
after
defined('_JEXEC') or die;
Labels |
Added:
?
|
Category | ⇒ | Plugins |
Status | New | ⇒ | Confirmed |
Can you send your changes as pull request against the staging branch?
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-28 14:39:41 |
Closed_By | ⇒ | mbabker |
Confirmed the error (not had chance to check the fix yet)