Support Forum

upgraded but can't perform update

RB rb22
rb22
Member

Hi, I manually upgraded the software by downloading from simplepress.com  and unzipping into the plugins directory. The new version is 5.7.3

usually I then have to press on a button to update and all is good.

But this time, it keeps asking me to upgrade and won’t let me use the forum? If I click on perform upgrade I see this message. but it never thinks it upgrades/updates even though in the wp admin plugins facility it says the version is 5.7.3

Upgrade Simple:Press From Version 5.7.1 to 5.7.3
(Build 14502 to Build 14754)

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

sorry, what message do you see after clicking on the upgrade button??

look in the db, with phpmyadmin or other similar tool, in the wp_sfoptions table (your prefix may be other than wp_) for the option name of sfbuild and sfversion… what are they?

but really need to know what happens when you hit upgrade??? not clear from your post…  but sounds like something (ie super cache or w3 total cache or other) interferring with the ajax responses of the install… 

could you try it with the browser console open and see what the ajax responses are?

RB rb22
rb22
Member

thank you, your questions helped me find the problem. 

 

When I rsynced the files the permissions were -rw-rw-r– which is the default on my workspace but not what the destination server likes.  And the server has some feature that balks on serving files that aren’t 644. In this case a js file being called was redirecting to an error page and causing a js failure … which was evident when looking at the network inspector in firefox.

Once I fixed the file permssions, the upgrade proceded as usual.

 

I doubt it matters but js file in question was

wp-content/plugins/simple-press/sp-startup/install/resources/jscript/sp-install.js

 

Thanks for the late night response! I will have sweet dreams now.

surprised

 

p.s. before the fix, when I hit the (regular) upgrade, I got a blank screen below the page header, instead of the usual progress bar. When I hit network upgrade I got something like site 1 was upgraded, but with no progress bar.

MP Mr Papa
Mr Papa
Member

appreciate the update… wonder if the permission issue was logged in the php error log?  but glad all is well…  Happy New Year!