I wanted to install the E-commerce module trough Acqua Dev Desktop and make a new website for an e-shop. However after processing through the steps, writing emails and etc. I got this:
Fatal error: Call to undefined function field_attach_load() in C:\Users\commerce_kickstart-7.x-2.54-core\includes\entity.inc on line 354
I would be pleased to find a solution to the problem :)
In docs I read about installing with "composer create-project drupal-composer/drupal-project:8.x-dev my_site_name_dir --stability dev --no-interaction --no-install", changing the subdirectory web into, let's say, home in composer.json and then run "composer install".
It seems to work fine and I did not meet any problems so far, but when I run "grep -r 'web/' *" on my webserver, I see several files with web/ in some lines.
I am manually transferring the THEMES, MODULES, PROFILES and FILES directories to their respective places in the already installed Standard Drupal 8. Also Imported my Database.
But the Custom Blocks, Menus and Views not appearing after the migration.
I recently purchased a SSL Certificate from GoDaddy. I thought "that was all I had to do" as I'm new to this side of websites. My site still reads "Not Secure" and GoDaddy said I had to set up something in my coding.
Trying to install Drupal 8.5.6 using composer. I have clone it and executed composer install. After I had entered the database credentials, the standard installation fails with below error message,