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.
Hey,
I want to explain me 2 points on linux/debian configuration or apache:
- After i have to export database on server1 and import on server2, they are problems with accent characters.
The "é" are remplaced by "?", cf screenshot.
In database (via phpmyadmin) i can see my accent character without defaults
- During installation, error message displayed because they are problems with right. For resolved i executed this command:
chown -R www-data: /var/www/clients/client1/web1/web/files
chmod -R 755 /var/www/clients/client1/web1/web/files
But nothing I must put at 777 for installation
In documentation for security you say log repository and parameter file must be out of web arboresence, How can I do ?
Thanx for your future answer
1) issue with characters is because the 2 MySql server are not conrrectly configured for UTF-8.
Check the forum for UTF-8 options to change on your my.ini or my.cnf.
2) You're right 755 should be enough, if you're on a debian-like distrib.
For Redhat-like distribs, owner should be apache...
3) you should move /var/www/html/projeqtor/file/config/parameters.php to a directory out of web directory. For instance in /var/projector/config
Then you change /tool/parametersLocation.php to indicate where you move the parameters.php file.
