New installation of 2.0
Posted: Fri Jun 29, 2018 7:37 pm
I've been evaluating a number of learning management systems and FormaLMS looks good.
I downloaded the 2.0 version and attempted to install on top of a new installation of the latest XAMPP release.
(https://sourceforge.net/projects/forma/ ... =directory)
The FormaLMS install stops at step 2 and reports that there is a permission problem with config.php.
A little investigation reveals that the problem is that there is not a config.php in the FormaLMS base
directory. There is a config.dist.php, but no config.php. The file path was determined by adding
a print statement to Step2Controller.php where the "is_writable" check is performed against
"_base_.'/'.$file_name".
I see that this version was just released, so perhaps this was just an oversight ?
Thanks,
Eric
I downloaded the 2.0 version and attempted to install on top of a new installation of the latest XAMPP release.
(https://sourceforge.net/projects/forma/ ... =directory)
The FormaLMS install stops at step 2 and reports that there is a permission problem with config.php.
A little investigation reveals that the problem is that there is not a config.php in the FormaLMS base
directory. There is a config.dist.php, but no config.php. The file path was determined by adding
a print statement to Step2Controller.php where the "is_writable" check is performed against
"_base_.'/'.$file_name".
I see that this version was just released, so perhaps this was just an oversight ?
Thanks,
Eric