-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
XOOPS reads blocks from deactivated modules #1335
Comments
Nice find! |
Indeed, this behaviour is not good. |
I didn't have the time to investigate it in detail, because the module was outdated, so I just wanted to get XOOPS to work.
In my case, it was crashing, until I went to the module's block and deactivated If you can't replicate it this way, let me know, and I'll try to investigate in more depth on my end |
Okay, I'll take a look and let you know if I have a problem |
I added an error in the templates of a block of the xmnews module and the site does not work anymore. I deactivate the module and the site works. I can't reproduce the problem... |
OK, I'll take a look here this weekend. |
Do you have any other information? Because I couldn't reproduce your problem! |
Still on my TODO list, and didn't have the time to get to it yet :( |
I was getting the same error as in #1329
I deactivated all modules, but the error was still there. From the error report, I saw that it complained about a block from a deactivated module. I had to go and deactivate the block, and then the error went away.
We should make sure that XOOPS doesn't read any blocks from deactivated modules. It's a waste of time as it reads blocks that are not going to be displayed, but also it will continue to report errors, incl. fatal errors, even if we deactivate a module because it was buggy
The text was updated successfully, but these errors were encountered: