mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #177] 3.0.12 shown on frontpage after upgrade, instead of 3.0.13 #140
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Whichcraft on GitHub (Apr 4, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/177
3.0.12 shown on frontpage after upgrade, instead of 3.0.13 which is stated in:
$grep VERSION * -r
library/ViMbAdmin/Version.php: const VERSION = '3.0.13';
@barryo commented on GitHub (Apr 4, 2016):
Ummm.... it's not:
Try a forced refresh / cache clear / etc.
@Whichcraft commented on GitHub (Apr 4, 2016):
aehm it is for me. i've cleaned the caches, used other browser. I followed UPGRADING, unzipped it over old instance.
pwd
/srv/vimbadmin/public
grep VERSION * -r
application/views/footer.phtml: V{ViMbAdmin_Version::VERSION}.
application/views/_skins/myskin/footer.phtml: ViMbAdmin V{ViMbAdmin_Version::VERSION}.
application/controllers/AuthController.php: $dbversion->setVersion( ViMbAdmin_Version::DBVERSION );
application/controllers/AuthController.php: $dbversion->setName( ViMbAdmin_Version::DBVERSION_NAME );
bin/doctrine2-cli.php:$cli = new \Symfony\Component\Console\Application( 'Doctrine Command Line Interface', Doctrine\Common\Version::VERSION );
library/ViMbAdmin/Version.php: const VERSION = '3.0.13';
library/ViMbAdmin/Version.php: const DBVERSION = 1;
library/ViMbAdmin/Version.php: const DBVERSION_NAME = 'Venus';
@barryo commented on GitHub (Apr 4, 2016):
Try rm'ing all files from VIMBADMIN_ROOT/var/templates_c
@Whichcraft commented on GitHub (Apr 4, 2016):
ls -alih templates_c/
total 12K
158992 drwxr-xr-x 2 root root 4.0K Apr 2 14:07 .
14702 drwxr-xr-x 7 root root 4.0K Apr 2 14:07 ..
158994 -rw-r--r-- 1 root root 10 Apr 2 14:07 .hello-git
[root@mail var]# rm templates_c/.hello-git
rm: remove regular file ‘templates_c/.hello-git’? y
didn't change anything. Of course I've deleted all caches one more time. Well, I know, it's a minor problem.
@barryo commented on GitHub (Apr 4, 2016):
Shrug... works on my production and dev installs so not sure what's different about yours 😢