The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as sites/all/modules.
I checked the composer file and that looks fine, any recommendations?
Thanks
This happens in the dev and 6.0 release
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | Requirements-problem--Varbase.png | 2.7 MB | rajab natshah |
Comments
Comment #2
rajab natshahThank you Dan for reporting,
Have you used the following command?
composer create-project Vardot/varbase-project:^8.6.0 PROJECT_DIR_NAME --no-dev --no-interactionor other ways.
We need to know a bit more about your Development Environment
Which operating system you are working on?
What is the PHP version?
What is the composer version? if you used the composer
It's old please update it
composer self-updateAre you using Apache2? or some other http servers.
Not sure if you had a look at:
Varbase Application Installation and Setup Requirements
https://docs.varbase.vardot.com/getting-started/requirements
Comment #3
lamarbrantley commentedI am experiencing the same issue using HostGator shared hosting. I am doing a manual install using PHP 7.1. I have downloaded the .zip file and the .tar.gz file and tried both. The modules it says it is missing all appear to be where they belong.
Comment #4
rajab natshahThank you Lamar for reporting too,
.zip
What is the error message with the listed items?
Comment #5
lamarbrantley commentedI found a work around. Looks like the varbase.info.yml file is wrong. It has drupal: in front of each core dependency and in front of the contrib dependencies, the module name is repeated with a : between. I removed all of drupal: and repeated name: and the install is going through fine now.
Comment #6
rajab natshah#3003267: Changed [Varbase] profile info.yml to project:module syntax standard not to have a broken installation of sub profiles
as
#2855026: Installation profiles do not support project:module format for dependencies
came with Drupal 8.6.2
Troubleshooting the issue
We had no issue when we build the website with our recommanded way:
Comment #7
lamarbrantley commentedJust as a follow up so you have it, the error message during install was the following:'
REQUIRED MODULES
Required modules not found.
The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as /modules. Missing modules: Drupal:automated_cronDrupal:blockDrupal:block_contentDrupal:breakpointDrupal:ckeditorDrupal:colorDrupal:configDrupal:contextualDrupal:datetimeDrupal:dynamic_page_cacheDrupal:big_pipeDrupal:editorDrupal:filterDrupal:entity_referenceDrupal:fieldDrupal:field_uiDrupal:fileDrupal:helpDrupal:historyDrupal:imageDrupal:mediaDrupal:menu_link_contentDrupal:menu_uiDrupal:nodeDrupal:optionsDrupal:page_cacheDrupal:pathDrupal:quickeditDrupal:responsive_imageDrupal:shortcutDrupal:syslogDrupal:taxonomyDrupal:telephoneDrupal:toolbarDrupal:tourDrupal:updateDrupal:viewsDrupal:userDrupal:textDrupal:settings_trayDrupal:layout_discoveryEntity:entityEntity_clone:entity_cloneConfig_update:config_updateConfig_filter:config_filterConfig_ignore:config_ignoreCtools:ctoolsCtools:ctools_blockCtools:ctools_viewsToken:tokenPage_manager:page_managerPage_manager:page_manager_uiPanels:panelsPanels:panels_ipeBootstrap_layouts:bootstrap_layoutsDs:dsDs:ds_extrasViews_bootstrap:views_bootstrapField_group:field_groupSmart_trim:smart_trimAdvanced_text_formatter:advanced_text_formatterBlock_class:block_classMenu_block:menu_blockFeatures:featuresLinkit:linkitAnchor_link:anchor_linkViews_infinite_scroll:views_infinite_scrollEntityqueue:entityqueueEntityqueue_form_widget:entityqueue_form_widgetEmbed:embedEntity_browser:entity_browserEntity_browser_enhanced:entity_browser_enhancedDropzonejs:dropzonejsDropzonejs_eb_widget:dropzonejs_eb_widgetEntity_embed:entity_embedInline_entity_form:inline_entity_formCrop:cropFocal_point:focal_pointPathologic:pathologicPersistent_login:persistent_loginCaptcha:captchaRecaptcha:recaptchaUltimate_cron:ultimate_cronContent_lock:content_lockContent_lock:content_lock_timeoutNode_edit_protection:node_edit_protectionRabbit_hole:rabbit_holeRh_node:rh_nodeRh_taxonomy:rh_taxonomyFast404:fast404Imageapi_optimize:imageapi_optimizeMailsystem:mailsystemSmtp:smtpMaxlength:maxlengthMenu_position:menu_positionBetter_exposed_filters:better_exposed_filtersAutocomplete_deluxe:autocomplete_deluxeLink_attributes:link_attributesLogin_destination:login_destinationBetterlogin:betterloginCkeditor_media_embed:ckeditor_media_embed
Comment #8
mohsen molaie commentedI have this error too!
Comment #9
mariuscmr commentedI confirm this error too. I also get a patch error at first installation attempt. I set patching to false in composer.json and retry with update --no-dev --no-interraction. Then I get the above errors too.
Comment #10
mariuscmr commentedUpdate: I didn't have "patch" installed into my CentOS, but the error installer showed up gave me no clue. I had to guess. Anyway, the installer ran fine now.
"yum install -y patch" before running composer. That's a requirement.
Comment #11
mohsen molaie commentedby removing drupal: and modulename: from varbase.info.yml file the problem solved. dear vardot can you please explain why you added this? older versions does not have drupal: and modulename: in varbase.info.yml file.
Thanks.
Comment #12
rajab natshahThanks for reporting back
Have a look at #6
Comment #13
Dan-Shadow commentedI followed #5 and that did it. Version varbase-8.x-4.26 does not have this extra code.
Comment #14
rajab natshahI confirm the issue
It's with the Drupal.org packaged zip file
If you do
drush dl varbase-8or you get the zip file
Comment #15
rajab natshahComment #16
rajab natshahComment #19
rajab natshahComment #20
rajab natshahComment #21
rajab natshahComment #22
rajab natshah