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.
You can change defaut theme on Global Parameters.
You can also change logo : just put your logo at root of projeqtor directory, with name logo.png or logo.gif or logo.jpg or logo.bmp
About error, please post error message written in log file.
2018-10-31 14:54:29.877 ** ERROR ** [V7.2.7] on file '/var/www/html/projeqtor/tool/projeqtor.php' at line (3611)
2018-10-31 14:54:29.877 ** ERROR ** [V7.2.7] cause = htmlentities(): charset `ISO-5899-1' not supported, assuming utf-8
Hi, I found the solution
in this way: The default for the $encoding parameter is ini_get('default_charset'), i.e. whatever is set in your php.ini or has been set at runtime using ini_set. You have somehow set 'UTF-8;'. Remove the trailing ; (either in your php.ini or wherever you ini_set the value).
