Good morning everyone,
Happy Labor days the weekend.- I login admin and I know for sure that I ran the version 7.1.x
I am not sure and can't figure out about the last digit "X"
I check my download folder for dolphin upgrade and found out I either used the dolphine 7.1.1 cummulative OR
the dolphin patch 7.1.1
----
I want to upgrade my site to the latest version so I need to know my current running version of my site
thank you http://guitarelements.com is my site
|
Two ways, you can make a change in the admin template, or run a sql query. By the way, before upgrading, and I know I sound like I am stuck in the same groove here, back up all site files and the database first. Geeks, making the world a better place |
Geeks, making the world a better place |
The sql query to run in phpMyAdmin; or similar, is:
SELECT `VALUE` FROM `sys_options` WHERE `Name`='sys_tmp_version'
Geeks, making the world a better place |
Hello and thank you for your helps geek_girl --- I will try that. |
Hello Geek_Girl
I try to edit the phpadmin
very strange --- it show i use ver 7.0.9 why ??????????? my admin dashboard showing ver 7.1
I don't understand
|
You can also look in inc/header.inc.php.
Problem is that file is edited by hand during the upgrade process, so if not done, or edited incorrectly it can be inaccurate. The database query is usually the accurate one.
However you can also look at the version of the modules install in dolphin.
Look in the installed modules section. What is the version numbers of the installed boonex modules?
If your database says you have 7.0.9 then something went wrong when you upgraded last time. I can see your site is running a 7.1 version, so that database entry is obviously wrong.
https://www.deanbassett.com |
Hello Deano
Thanks for your help - I able to manage upgrade from 7.1.1 through 7.1.2 ---- 7.13 ---- 7.1.4
i edit the phpadmin on sys_temp_version to 7.1.4
i cleared cach & caches_public & tmp folder in file manager/
i clear caches in admin Happy Holidays
|
i edit the phpadmin on sys_temp_version to 7.1.4
Thats just it. You not suppose to touch that. So i hope you actually did the upgrades properly. The upgrade script itself is suppose to change that database entry. Never to be edited by hand. Only the values in inc/header.inc.php.
So i have to question the accuracy and reliability of the upgrades you did.
https://www.deanbassett.com |