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.
Hello! I am receiving an odd error message when installing drupal 8 onto ipage.com. I was able to get ipage support to set up Drupal for me, butafter I set up my mysql database then tried to enter database information into the Drupal setup, I suddenly got an INTERNAL SERVER ERROR message, which was an ipage problem. ipage attempted to fix the problem, but now I get an error message when I go to my domain which says:
All of my Drupal applications are D6 and D7 and using MySQL 5.1. I am now starting a new project using D8 and of course the minimal MySQL requirement is version 5.5. My questions are:
Has anyone had problems running D8 using MySQL 5.1?
Has anyone had problems running D6 or D7 using MySQL 5.5?