Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joomla 3.8.0 issue #22

Open
alex-equities opened this issue Sep 20, 2017 · 9 comments
Open

joomla 3.8.0 issue #22

alex-equities opened this issue Sep 20, 2017 · 9 comments

Comments

@alex-equities
Copy link

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

@alex-equities
Copy link
Author

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

@arkadoo
Copy link

arkadoo commented Sep 29, 2017

Hi Alex. Did you solved? I'm getting crazy with this..

@arkadoo
Copy link

arkadoo commented Sep 29, 2017

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

@alex-equities
Copy link
Author

It's very interesting that nobody from "redCOMPONENT" hasn't responded.
I installed the plugin because it made by redCOMPONENT-COM. Such a bummer :(

@jatitoam
Copy link
Collaborator

Hi guys, we are actually working in 3.8.0 compatibility, we will have news soon. Thanks for the feedback.

@arkadoo
Copy link

arkadoo commented Sep 29, 2017 via email

@shandak
Copy link
Collaborator

shandak commented Oct 3, 2017

Hi, guys. Please join to check new changes here #23 for Joomla 3.8 compatibility.

@arkadoo
Copy link

arkadoo commented Oct 3, 2017

Hi. There is something downloadable? Thanks

@jatitoam
Copy link
Collaborator

jatitoam commented Oct 4, 2017

We will make a release as soon as it passes tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants