You are not logged in.

#1 2025-03-06 16:07:24

Franz d'Epinay
Member
Registered: 2025-03-06
Posts: 18

Drupal installation method seems outdated

Following the configuration steps seems to break Apache since php7_module is now just php_module in /etc/httpd/conf/extra/.

These two steps are affected:

  • Place this at the end of the LoadModule list:

    LoadModule php7_module modules/libphp7.so
    AddHandler php7-script .php
  • Place this at the end of the Include list:

    Include conf/extra/php7_module.conf

Furthermore, upon actually completing the configuration and opening http://localhost/drupal the whole page is covered in errors saying "Deprecated function", but the installation window is still interactable despite that. There is a chance I could have broken something, but the whole installation just seems outdated to me.

Last edited by Franz d'Epinay (2025-03-06 19:20:46)

Offline

#2 2025-03-06 18:32:01

mackin_cheese
Member
Registered: 2025-01-07
Posts: 475

Re: Drupal installation method seems outdated

what reference page are you following?

Offline

#3 2025-03-06 19:14:40

Franz d'Epinay
Member
Registered: 2025-03-06
Posts: 18

Re: Drupal installation method seems outdated

Offline

Board footer

Powered by FluxBB