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.
Hello,
I'm testing upgrade of my server to PHP 8.1, and after connection I get an error when displaying the left-side menu.
*
* ERROR ** [V9.5.5] on file '/projeqtor/view/menuNewGuiLeft.php' at line (677) ** ERROR ** [V9.5.5] cause = ucfirst(): Passing null to parameter #1 ($string) of type string is deprecated
Is there a solution for this ?
There is an easy workaround : give a resource name to all users.
NB : fix will be included in V10.0
Hi,
in file view/menuNewGuiLeft.php, replace line 677 from
$nameSubstr=ucfirst(pq_substr($nameSubstr,0,-4));
to
$nameSubstr=($nameSubstr)?ucfirst(pq_substr($nameSubstr,0,-4)):'';
Great to have a fix thanks 🙂
I'll stay on PHP 8.0 for now on our prod servers and upgrade after v10 to include the fix.
Thanks !

