Forum

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.

When trying to save...
 
Notifications
Clear all

When trying to save the "Global Parameters", no effect

2 Posts
2 Users
0 Reactions
3,921 Views
(@fstltna)
Posts: 1
New Member
Topic starter
 
[#2111]

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?


 
Posted : 25 Nov 2014 18H59
(@babynus)
Posts: 14952
Member Admin
 

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';

 
Posted : 25 Nov 2014 19H49
Share:

Scroll to Top