I can't enable theme, modules etc. because of this error.
Fatal error: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface in C:\xampp\htdocs\startdrupal8\core\lib\Drupal\Component\DependencyInjection\Container.php on line 268
I'm developing a website with Drupal 7.x and I have the following issue:
I can create content and use it to create views with that content but it doesn't appear in the content page, I mean it doesn't appear listed in that page.
I'm attempting to automate the population of database settings on installation via an install profile in drupal 8. It works however immediately after selecting the profile on install I receive a database connection error. Hard refresh (F5), fixes it and the installation completes successfully. How do I stop attempts to connect to the database before the details have been defined? I have a similar working profile for 7. Here is my code in the profilename.profile:
I am hosting my Drupal 7 website in a shared web server. Unfortunately, they don't support Drupal hosting, but support other CMS like WordPress etc.
The standard .htaccess file Drupal 7 is causing 500 Internal Server Error. After disabling the DirectoryIndex and modifying Options to +SymLinksIfOwnerMatch, I am able to run the website. But the website is not rendered properly such as images, logo etc are not rendered.
Right after installing the Dev Desktop 8 on PC, I received the message:
Drupal 8.1.3
Drupal already installed
To start over, you must empty your existing database and copy default.settings.php over settings.php.
To upgrade an existing installation, proceed to the update script.
View your existing site.