Hi all,
first post here, apologies if this is the wrong thread
Putting this on here as a Last ditch effort.
I've been trying to deploy Moodle in my own self-hosted lab to create a Proof of concept setup but unfortunately have run into a hurdle
during the last few steps right after the gui installer adds the tables in the mysql database i get an error when the page refreshes (Shown below) when i go to proceed to setup the admin page
Exception - core\formatting::get_striptags(): Return value must be of type bool, null returned
Exception - core\formatting::get_striptags(): Return value must be of type bool, null returned
digging a bit further when i inspect the page it appears that I'm getting a 404 not found error for the index.php file.
the index.php file is infact there.
I've gone through made sure that I'm running the most recent versions of moodles supporting software (MySql, php, apache2) and Checked permissions along with checking the Apache logs and resolving any errors there.
I've also have dug through configs and some of the source code but i have not found a resolution (though this may be due to my lack of experience with PHP.)
i was wondering if anyone has seen this before and weather they had a resolution?
here is the info on the setup here:
Moodle Version 404-stable
MySql: 8.0.36-0ubuntu0.22.04.1
PHP: sysadmin@fccamdletest:~$ php -v
PHP 8.3.7 (cli) (built: May 23 2024 12:36:32) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.7, Copyright (c) Zend Technologies
with Zend OPcache v8.3.7, Copyright (c), by Zend Technologies
Apache2:
Server version: Apache/2.4.52 (Ubuntu)
Server built: 2024-04-10T17:45:18
Thanks in advanced!