Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
I am running the latest version of projector, but when I try and save changes on the "global parameters" the changes don't stick. For example the file attach size, name of database, etc... Can someone point me to a solution?
Check your parameters.php file.
If values corresponding to parameters exist in this file the have predecence to value defined in the database.
This file should only have :
$paramDbType='mysql';
$paramDbPort='3306';
$paramDbUser='root';
$paramDbPassword='mysql';
$paramDbName='projeqtor';
$paramDbPrefix='';
$paramDbHost='127.0.0.1';
$logFile='../files/logs/projeqtor_${date}.log';
$logLevel='3';
$paramDebugMode='false';
$enforceUTF8 = '1';