Hello,
after upgrade to Drupal 7.50 I see a warning in my site, I think base on description should be connected with slick view:
User warning: The following module is missing from the file system: slick_views. In order to fix this, put the module back in its original location. For more information, see the documentation page. w _drupal_trigger_error_with_delayed_logging() (linia 1128 z /home/vidicon/ftp/brodnica/includes/bootstrap.inc).
User warning: The following module is missing from the file system: slick_example. In order to fix this, put the module back in its original location. For more information, see the documentation page. w _drupal_trigger_error_with_delayed_logging() (linia 1128 z /home/vidicon/ftp/brodnica/includes/bootstrap.inc).
Comments
Comment #2
stefan.r commentedSee https://www.drupal.org/node/2487215 on how to correct this error
Comment #3
fabianx commentedCorrecting the version to 7.50
Comment #4
kazaa commented"Restore the module and actually disable and uninstall it " - I did this and the issue still occurs, only warning dissapear then I unistalled module. But after reinstallation again I see this notice. In 7.44 version there is no problems and of course with previous.
Comment #5
gisleI just upgraded 20 of my student's sites (spring term is over and the students have left) to 7.50 and discovered this new warning on 13 of them.
Was able to fix all 13 by following procedure in https://www.drupal.org/node/2487215
To me, this exactly works as advertised and I think it is a great new feature.
Comment #6
gisleHmm... version in box on top right (right of summary) says "7.50" but version in editable field metadata is "7.5".
Reported as bug here: #2762953: Select elements should use strict comparison
Comment #7
gisleRe#6. saving comment pulled version back to "7.5". Fixing version again.
Comment #8
cilefen commentedComment #9
kazaa commentedgreat but I follow the procedure and 'Restore the module and actually disable and uninstall it' but issue is still active...
Comment #10
gislekazaa,
at least for me it works as advertised.
Here is what I do if the module that is missing is named "module_name":
If there are submodules involved, you need to handle all of them in the correct order. Without submodules the procedure is very straightforward.
(And I'm correcting version no. again.)
Comment #11
David_Rothstein commented@kazaa, could you explain in more detail what you did to disable and uninstall the module, and also what you meant by "after reinstallation again I see this notice"?
Comment #12
kazaa commentedI turn off the Slick module (all parts), after I deinstalled this and notice with dissappear:
User warning: The following module is missing from the file system: slick_views. In order to fix this, put the module back in its original location. For more information, see the documentation page. w _drupal_trigger_error_with_delayed_logging() (linia 1128 z /home/vidicon/ftp/brodnica/includes/bootstrap.inc).
User warning: The following module is missing from the file system: slick_example. In order to fix this, put the module back in its original location. For more information, see the documentation page. w _drupal_trigger_error_with_delayed_logging() (linia 1128 z /home/vidicon/ftp/brodnica/includes/bootstrap.inc).
After when I turn on again above message appear again...
Comment #13
David_Rothstein commentedDoes the warning keep happening, or just once? I think a single warning after turning it back on could just be a residual message from earlier.
Also make sure you clear your site's caches.
Comment #14
cilefen commentedDid you uninstall slick_views and slick_example too?
Comment #15
kazaa commentedI uninstall all components of slick view (then the warning disappeared), clearing cache is obvious - I did it and nothing help
Comment #16
mattpfeffer commentedWe're running into this issue as well after upgrading to Drupal 7.50. We're running off a fairly clean install of Drupal as it's a new project. slick_views and slick_example were never actually installed prior to the upgrade just the main module. The above procedure didn't clear the issue for us either.
Comment #17
cilefen commented@mattpfeffer What's in the system table referring to slick_% then?
Comment #18
David_Rothstein commentedSeems like this could be caused by the Slick Carousel module? - see #2764893: Error message when using Drupal 7.50
If people can confirm that's the same issue, we can close this as a duplicate.
Comment #19
mattpfeffer commented@David_Rothstien @cilefen I can confirm that the patch from yesterday (#10) in that thread resolved the issue for me. Looks to be a problem with Slick Carousel.
Comment #20
cilefen commentedComment #21
kazaa commentedComment #22
kazaa commentedI updated slick module with this patch, there are less errors (I cleared a cache of course), now I have only one error:
User warning: The following module is missing from the file system: variable. In order to fix this, put the module back in its original location. For more information, see the documentation page. w _drupal_trigger_error_with_delayed_logging() (linia 1229 z /home/vidicon/ftp/brodnica/includes/bootstrap.inc).
Comment #23
fabianx commented#22: The best course of action for this is to download variable module and uninstall it afterwards as described in the notes.
Comment #24
David_Rothstein commentedYes, that should be covered by the documentation at https://www.drupal.org/node/2487215, I think.
It sounds like the Slick-related errors are all covered by the patch in the other issue, so I'm re-closing this. (You can create a new issue if there are other problems not solved by the steps in the documentation though.)
Comment #25
kazaa commentedI uninstalled and installed again slick module, but this is not conected with slick module...
"Slick don't use variable.module, so it has nothing to do with Slick anymore."
User warning: The following module is missing from the file system: variable. In order to fix this, put the module back in its original location. For more information, see the documentation page. w _drupal_trigger_error_with_delayed_logging() (linia 1229 z /home/vidicon/ftp/brodnica/includes/bootstrap.inc).
Comment #26
David_Rothstein commentedExactly, that isn't related to the Slick module, so there's no reason to reopen the issue. Please follow the instructions on the documentation page. The
variablemodule is https://www.drupal.org/project/variable.Comment #27
kazaa commentedIt works after install variable module, no errors, thank you so much for patience :) !
Comment #28
David_Rothstein commentedGreat, glad it works!
Comment #29
praveen_91 commentedyou can use this module https://www.drupal.org/project/missing_module for remove or disable your missing module
after install module check your drupal report goto admin/reports/status , and find out "Check for missing modules in filesystem" then you can remove or disable your missing module using clicks
thanks.
Comment #30
c3liu3 commentedThe error "User warning: The following module is missing from the file system: slick_example." appears when I activate the slick_ui module...
The module slick_example doesn't seem exist (https://www.drupal.org/project/slick_example = 404 error and this is only slick_fields and slick_ui into the module directory Slick)
So I think that the lines 102 and 108 of the slick/slick_ui/slick_ui.module are not necessary and cause the error message...
No (Maybe not... I don't have many xp in drupal development...) ?
Comment #31
praveen_91 commentedHi, C3liu3
According to your error message, i have just check slick_extras module (https://www.drupal.org/project/slick_extras).
and i see slick_example module in side the slick_extras module, so i think you need to first uninstall module then install updated module.
i hope this is help for you
Comment #32
c3liu3 commentedHi prabin91,
Thanks for your feedback... I don't have the slick_extras module on my website...
It is not necessary for the basic module works.
Would it be mandatory for not have error message?
Comment #33
praveen_91 commentedHi, C3liu3
are you using "slick_example" module on your website ?
if not then we have another solution to remove this error use missing module.
you can use this module https://www.drupal.org/project/missing_module for remove or disable your missing module.
After install module check your drupal report go to admin/reports/status , and find out "Check for missing modules in filesystem" then you can remove or disable your missing module using clicks
thanks.
Comment #34
matas.k commentedSOLVED
Debug: Downloaded and installed https://www.drupal.org/project/slick only. Got this error about missing slick_views and slick_examples.
Downloaded these 2 modules and put them in sites/all/modules (doesn't need enabling):
https://www.drupal.org/project/slick_views
https://www.drupal.org/project/slick_extras (contains slick_example)
Cleared caches. Fixed. Non-dev version, library 1.5.9, D7
Funny thing is that I got this error on a fresh Drupal 7.50 install. It means those two errors getting called out from within the https://www.drupal.org/project/slick module, even thought the slick_views and slick_extras are not listed as requirements or dependencies.
Edit: the recommended module https://www.drupal.org/project/missing_module has nothing to do with it, drush bounce back 'no missing modules', which means its false alarm. Some bug, that's all.
Comment #35
c3liu3 commentedThanks @vibrasphere ! :)
That's solved :)
Comment #36
auworks commentedSlick module is looking for a module named slick_example which is a part of https://www.drupal.org/project/slick_extras. Once you install this module and clear your cache the error will disappear. The same goes for slick_views module as well.
I have traced problem to this function
Comment #37
beezer75 commented#34 did the trick for me. In my case i only needed to install the Slick Extras module.
Comment #38
mitche42 commented#34 worked for me as well.
Comment #39
lu_smithcon commented#34 and #36 both worked for me so I was able to solve this 2 ways. I ran
drush dis slick_ui && drush pm-uninstall slick_uiand with slick and slick_views still enabled the message went away and the slideshow I had already created still worked, or leave slick_ui enabled and upload the slick_extras module (it doesn't need to be enabled). I've already created my slides so I don't really need slick_ui so I'll leave it disabled and uninstalled and get rid of Slick Extra since I don't need it. If I need the UI again, I can just enable it again.