[SOLVED] Incorrect Version Showing on Dashboard

CWhitmer
CWhitmer's picture

Joined: 2010-01-21
Posts: 34
Posted: Mon, 2014-05-19 21:29

I have upgraded to 3.0.9 but the dashboard still shows 3.0.4.
Is there a way to confirm the upgrade is complete and I am running 3.0.9?
Is there a way for me to change the version number so it shows 3.0.9?

Thanks
Cliff

AttachmentSize
Wrong Version.jpg340.75 KB
 
CWhitmer
CWhitmer's picture

Joined: 2010-01-21
Posts: 34
Posted: Mon, 2014-05-19 21:34

When I look directly at the modules table in the database it does show 49 for the gallery version. Is this equal to 3.0.9?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2014-05-20 01:06

Verify that in the gallery3/modules/gallery/module.info file says:

Quote:
version = 57

looking at some old downloads: http://sourceforge.net/projects/gallery/files/gallery3/3.0.2/gallery-3.0.2.zip/download 3.0.2 was core version 49.
If it does say 57 I suspect you have not run the upgrader or if it says 49 when you copied you did not overwrite the file(s) properly.

Also look at gallery3/modules/gallery/helpers/gallery.php you will see

Quote:
const VERSION = "3.0.9";

If it does say const VERSION = "3.0.9"; then I suspect you did not run the upgrader. If it does not, you have not copied the files properly.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
CWhitmer
CWhitmer's picture

Joined: 2010-01-21
Posts: 34
Posted: Tue, 2014-05-20 01:28

Dave,
Right you are!
I did run the updater, but a few of the files did not make it to the server via FTP.
I have updated them now and run the updated and things are working much better.

Thanks for all the help.
Cliff