I thought that I had installed 4.5.7 but when I looked at the bottom right hand of the screen it said ProjeQtOr V4.5.6. I have reinstalled and have the same issue; have I missed something which I need to do?
Hi,
Most possibly you did not deploy new version over existing one.
Check file /tool/projecqtor.php, the variable $version gives you the version of the code you are using.
But difference between V4.5.6 and V4.5.7 is just a fix about deployment issue.
So if your deployment is correct, you have no real need to upgrade to V4.5.7.
Thanks. I have checked in the zip file for 4.5.7 and the /tool/projector.php file has the version parameter as 4.5.6 and build as 0113. These are the same as /tool/projector.php in the 4.5.6 zip file so there isn't any way to check which version you have actually got loaded using these parameters.
Whilst it's not much of an issue in this instance, as my install is very new and I know what I put on the server, configuration control is important.
arghhhh !
You're right : V4.5.7 displays a V4.5.6 version number.
My mistake... :blush:
To be sure you have vers V4.5.7, you just have to check /model/persistence/SqlElement.php, line 975 should be
if (isset($_SESSION['user'])) {
But if your instance woreks fine, there is no difference between V4.5.6 and V4.5.7 as patch V.4.5.7 only fixes some deployment issue.