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.
Hi.
In new version (V6.2.4) a return statement added to Affectable model make some code unreachable.
return 'letter#'.$affId;
if ($withoutUrlExtra) {
return "../view/img/Affectable/thumb$size.png";
} else {
return "../view/img/Affectable/thumb$size.png#0# #Affectable";
}
Best regards
This is "partly" normal.
It is a change done to display a letter (initial) as image when user has not uploaded his photo.
Code should have been commented.
We'll do that on next version...