Read the statement by Michael Teeuw here.
Failed to load resource
-
@mumblebaj I would grep all the source code for all the modules.looking the type “show(”
a little find, awk and grep should narrow it down pretty fast
-
@mumblebaj
Probably there would be a module which is related to the feature “hiding/showing modules”
Check what module you have;- Paging
- Hiding/Showing module by condition or schedule
- Hidden module
- Force refreshing or relocating other modules
Somewhere the module might have mistakes on call
.show()
. It should have 3 parameters, but only 2 given. -
Thanks @MMRIZE. I have narrowed it down to the below from MMM-pages.
I will log an issue on the Github but I have noticed the author has requested for somebody to take over the module from him.
-
@mumblebaj
Try other equivalent modules. There are a few paging modules still. -
@MMRIZE I am testing on MMM-pages on my Windows machine running MM in WSL. I am not getting the same behavior though. I will need to debug my PROD machine. Weird that it works fine on my one machine and throwing the errors on my other machine
-
@MMRIZE Can you help me understand the below bit of code from the core module.js.
From the above, if options is undefined then callback is assigned to options and the module carries on it’s merry way. Is my understanding correct?
-
@mumblebaj correct. easier to not make it null
-
Thanks @sdetweil. I will make a change locally and test it.
-
@mumblebaj you shouldn’t have to do anything
-
@sdetweil Well, if that was true then I should not see those errors on my MM. Which is why I am not understanding why it is throwing the errors currently.