Hi, I have a problem installing projeqtor.
I have to use a database with a specific name that must be indicated with the first letter in upper case.
In the installation procedure the first letter is changed to lower case.
I can't change the name of the database. Is there a way to edit or configure the database name directly manually?
thank you very much
in file parameters.php
defaut locatrion is files/config, but it may be changed. To find location, look at tool/paramertersLocation.php
Hello,
you can change the db name in Projeqtor parameters files,
go to : Projeqtor/files/config/parameters.php
change value of "$paramDbName", save and refresh Projeqtor.
in the tool folder there is no parameterLocation.php file, in the files folder there is no config.php file. Probably why the installation procedure is not completed?
In file tool/configCheck.php, change line 41, from
$param['DbName']=strtolower($param['DbName']);
to
$param['DbName']=strtolower($param['DbName']);
This should allow you to complete installation