Error Message After Updating In Travus Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Error Message After Updating In Travus Template

NO

Nicole Otto

Template 3 weeks 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
3 weeks 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 3 weeks 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