?
avatar hienduchuynh
hienduchuynh
28 Mar 2016

Steps to reproduce the issue

  • Upgrade Joomla 3.4.8 to Joomla 3.5.0
  • Login Admin account in Frontend
  • Edit a article
  • Click Module button ( to load a module to article )

Actual result

( ! ) Fatal error: Class 'JToolbarHelper' not found

Solution

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;

avatar hienduchuynh hienduchuynh - open - 28 Mar 2016
avatar brianteeman brianteeman - change - 28 Mar 2016
Labels Added: ?
avatar brianteeman
brianteeman - comment - 28 Mar 2016

Confirmed the error (not had chance to check the fix yet)

avatar brianteeman brianteeman - change - 28 Mar 2016
Category Plugins
avatar brianteeman brianteeman - change - 28 Mar 2016
Status New Confirmed
avatar zero-24
zero-24 - comment - 28 Mar 2016

@hienduchuynh

Can you send your changes as pull request against the staging branch?

avatar mbabker
mbabker - comment - 28 Mar 2016

See #9637

avatar mbabker mbabker - change - 28 Mar 2016
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2016-03-28 14:39:41
Closed_By mbabker
avatar mbabker mbabker - close - 28 Mar 2016

Add a Comment

Login with GitHub to post a comment