Error Message After Updating In Travus Template - Question | JoomShaper

Error Message After Updating In Travus Template

NO

Nicole Otto

Template 2 months ago

I just updated from J3 to J5, I am having an issue now that I get this error on the front end.

0 Class "JEventDispatcher" not found

I have disabled the old search and no luck. I was told this template would work with Joomla 5.

0
2 Answers
CR
Christof Rimle
Accepted Answer
2 months ago #208721

This is an issue related to the JEvents extension, not to this Template.

Edit filecomponents\com_jevents\libraries\jevdate.php

Search for:

       class JevDate extends Date {

            public $mytz;

Replace by:

        class JevDate extends Date {

        /* Gilles - Modif ChatGPT
        erreur : " Access to undeclared static property JevDate::$gmt " */
        public static $gmt;
        public static $stz;

        public $mytz;
0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 months ago #208766

Hello,

Thanks for reaching out to us.

Issues comes from here: JROOT/modules/mod_pwebbox, I just rename this module and your site is live now. If you need this module, then remove __ from the module name mod_pwebbox then contact their support to fix this.

Thanks

0