Friday, 09 November 2018
  3 Replies
  1.2K Visits
0
Votes
Undo
I'm having the following error when trying to create an event in jevents34_3.4.48
Saturday, 10 November 2018 18:11
·
#207103
0
Votes
Undo
A fix for the error has been PR'ed. You can manually fix it by adding the following line after the use statement at line 14 of components/com_jevents/views/icalevent/view.html.php


use Joomla\CMS\Toolbar\ToolbarHelper;


and delete the include at line 31
Monday, 12 November 2018 06:12
·
#207117
0
Votes
Undo
This is a warning we have resolved in the next release, it actually causes no issues since JToolbar is included with the view we are extending anyway (it didn't back in J1.6 when it was added) so just set your Joomla! error reporting to simple if this is a development site, or set it to none for a live site.

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Monday, 12 November 2018 16:48
·
#207155
0
Votes
Undo
Thank you very much, I was able to solve it at the suggestion of Skurvish. :D
  • Page :
  • 1
There are no replies made for this post yet.