The toolbar does not exist at this path since Joomla version 3.9 #612

Closed
opened 2020-11-16 07:10:48 +00:00 by pctechnikch · 1 comment
pctechnikch commented 2020-11-16 07:10:48 +00:00 (Migrated from github.com)

Steps to reproduce the issue

protected function addToolBar(){
JLoader::register('JToolbarHelper', JPATH_ADMINISTRATOR.'/includes/toolbar.php');

There is no longer a toolbar at this path since J 3.9. But should be corrected.

Expected result

No errors found yet

Actual result

No errors found yet

System information (as much as possible)

  • OS Name & Version: Win 10
  • MySql Version: 8.0.18
  • Apache Version: 2.4.41
  • PHP Version: 7.4
  • Joomla Version: 3.9.22
  • JCB Version: 2.11.7
  • Browser:

Additional comments

JCB geneted The line of code in frontend JViewLegacy. Since the toolbar.php no longer exists at this path, I recommend making a change.
I work with the toolbar in the frontend, but I have no errors (lol).
The problem was discussed in the Joomla community:
https://github.com/joomla/joomla-cms/issues/21960

Many thanks
Rene

### Steps to reproduce the issue protected function addToolBar(){ JLoader::register('JToolbarHelper', JPATH_ADMINISTRATOR.'/includes/toolbar.php'); There is no longer a toolbar at this path since J 3.9. But should be corrected. ### Expected result No errors found yet ### Actual result No errors found yet ### System information (as much as possible) - OS Name & Version: Win 10 - MySql Version: 8.0.18 - Apache Version: 2.4.41 - PHP Version: 7.4 - Joomla Version: 3.9.22 - JCB Version: 2.11.7 - Browser: ### Additional comments JCB geneted The line of code in frontend JViewLegacy. Since the toolbar.php no longer exists at this path, I recommend making a change. I work with the toolbar in the frontend, but I have no errors (lol). The problem was discussed in the Joomla community: https://github.com/joomla/joomla-cms/issues/21960 Many thanks Rene

I will take a look at this, and come back to you.

I will take a look at this, and come back to you.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#612
No description provided.