-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Short description of the issue
@ryancramerdesign - seeing these error when upgrading to 3.0.170. I know it's a new feature to start highlighting missing module files, but these two are strange.
Found 2 module(s) missing file:
FieldtypeNumber => /site/modules/FieldtypeNumber/FieldtypeNumber.module
ProcessPage => /site/modules/ProcessPage/ProcessPage.module
I see that install.sql is supposed to add an entry into the modules DB table for FieldtypeNumber and ProcessPage but the system update for 3.0.170 is now removing ProcessPage, InputfieldWrapper, and FieldtypeNumber. Note that the install.sql files in the included site profiles are still adding these on install, so not sure if the updater kicks in on a new install, so these are probably being added, but then not removed as intended.
Also of note is that the errors report the files missing as being inside /site/modules/
which is obviously incorrect.