Adventures With Drupal 10
20 February 2024
It has to start somewhere I just wish I didn't forget so much LOL
Starting point is
https://memorial.mosteasterly.com
Started as usual with creating subdomain within Cplanel > domains > add
Probably worth then going to
Cpanel > MultiPHP INI Editor > Memory_limit to 64M
but also seeing if you can up PHP version to high-test (8.12??
Also worth copying one of the root php files and calling it my info.php
then replacing content with this
/<?php phpinfo(); ?>
and
add to index.php
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
===
Add to settings.php:
$config['system.logging']['error_level']='verbose';
Add new comment