By Bill Saunders on Thursday, 13 December 2018
Posted in General Issues
Replies 5
Likes 0
Views 717
Votes 0
I've just installed Joomla 3.9.1 and getting this error in PayPlans backend.

Fatal error: require_once(): Failed opening required '/home/virtualf/public_html/administrator/includes/toolbar.php' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/virtualf/public_html/components/com_payplans/xiframework/base/helper/toolbar.php on line 11.

It seems that administrator/includes/toolbar.php is missing from Joomla 3.9.1. Is this a problem with Joomla or with PayPlans?
Hey Bil,

We already released PayPans 3.7.1 with joomla 3.9 compatibility.
Please update Payplans to 3.7.1 version at your site.

Let me know if you have any query.
·
Thursday, 13 December 2018 15:21
·
0 Likes
·
0 Votes
·
0 Comments
·
I have 3.7.1 but got the same error on Joomla 3.9.1.

In:
./components/com_payplans/xiframework/base/helper/toolbar.php
./components/com_payplans/xiframework/base/abstract/helper/toolbar.php

I commented out the current line and added the following:
/*
require_once JPATH_ADMINISTRATOR.DS."includes".DS."toolbar.php";
*/
JLoader::register('JToolbarHelper', JPATH_ADMINISTRATOR . '/includes/toolbar.php');
·
Saturday, 22 December 2018 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Just a question please and forgive me here.
Do you have mod_pagespeed enabled?
·
Saturday, 22 December 2018 22:14
·
0 Likes
·
0 Votes
·
0 Comments
·
In do not but re-running the 3.7.1 install replaces both toolbar.php files. I guess it didn't work the first time that I though I updated it.
·
Sunday, 23 December 2018 00:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Sean,

Keep us update if the issue still persist, so you can start a new thread on our forum, we will assist you on this.

By the way, thanks for head up on this Richard.
·
Sunday, 23 December 2018 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post