Open alex-equities opened 7 years ago
Fixed by replacing line#109 of \cms\plugins\system\mvcoverride\mvcoverride.php
JModuleHelper::addIncludePath($codePool . '/modules');
with
JModelLegacy::addIncludePath($codePool . '/modules');
but now getting
Fatal error: Call to undefined method Joomla\CMS\Helper\ModuleHelper::addIncludePath() in /var/www/html/site/cms/plugins/system/mvcoverride/mvcoverride.php on line 118
Hi Alex. Did you solved? I'm getting crazy with this..
Noticed that in J3.8.0 libraries/legacy folder many folders are missing from 3.7.5. For example the View and Module folder there are needed for MVC override plugin. addViewHelperPath and addViewTemplatePath are defined in libraries/legacy/view/legacy addComponentFormPath is defined in libraries/legacy/model/form.php, while JModuleHelper is defined in libraries/cns/module/helper.php. All these folders ARE MISSING in J3.8.0 distribution. Restoring them from 3.7.5 all is working regularly I hope in next distribution all is corrected
It's very interesting that nobody from "redCOMPONENT" hasn't responded. I installed the plugin because it made by redCOMPONENT-COM. Such a bummer :(
Hi guys, we are actually working in 3.8.0 compatibility, we will have news soon. Thanks for the feedback.
Inviato da Libero Mail per Android Venerdì, 29 Settembre 2017, 07:49PM +02:00 da Tito Alvarez notifications@github.com :
Hi guys, we are actually working in 3.8.0 compatibility, we will have news soon. Thanks for the feedback. — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread .
Hi, guys. Please join to check new changes here https://github.com/redCOMPONENT-COM/mvcOverride/pull/23 for Joomla 3.8 compatibility.
Hi. There is something downloadable? Thanks
We will make a release as soon as it passes tests
Just upgraded to joomla 3.8.0 and getting this error
Fatal error: Call to undefined method Joomla\CMS\Helper\ModuleHelper::addIncludePath() in /var/www/html/site/cms/plugins/system/mvcoverride/mvcoverride.php on line 97