Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I installed Drupal 8.2.5 successfully on a VPS using LNMP environment.
After installation, the site seems fine and I am not able to login to backend of the site. However, the CSS is not loaded so the site is displayed as plain. I tried to clear caches in backend but no luck to fix the problem.
Anyone has indea to solve the problem? Thank you very much.
I've been searching for weeks for a module or core ability to create accordion menus for my sidebars.
I have Superfish installed, and it has the ability to change a menu into an accordion when the screen goes small, but no option for a full-sized one. I see modules for D7, but nothing for D8.
Am i missing something obvious? Thank you for the assist,
This could be an old issue as I have seen in Google search. I am trying to install Drupal 8.2.5 on localhost, but the installation ends up with a fatal error at the very end, while all 40 operations seem have been completed. An error message shows:
Fatal error: Maximum execution time of 30 seconds exceeded in <root folder>\core\lib\Drupal\Core\Database\Statement.php on line 59
I am using 1and1 as my webhost and php7. I installed Drupal 8 just fine without any errors except Opcode Caching is not being recognized by drupal. It is giving me a message telling me that it is turned off:
PHP OPcode caching Not enabled
PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache installed on your server.
I am looking for a module (on Drupal 8) allowing to act as "Filebase".
Currently I do this by creating a specific article with the end either the ability to redirect to an online space (example Google Drive) and/or download the file directly. The problem is that it is not practical to manage.
Hello,
Right now, when my twig files are created, they are made with 777 permission, when I really want them to be read only, at 444. How would I go about changing the permissions the files are created with?