Problem with "Check for Updates"
When I click on Updates & Reminders and then check for updates now you come to a page which is supposed to check all versions of vanilla and extensions. But this doesn't work, the "ajax wait animation" just goes round round round. I'm using vanilla 1.1.4
0
This discussion has been closed.
Comments
Sorry to keep self-replying, but maybe this helps someone else. My error was caused due to improper file permissions on the js directory. Once I set the appropriate perms for the js and ajax directories, the updater worked as expected.
$ chmod 755 js ajax
Apparently, my unzipping utility preserved the permissions more appropriately when I installed Vanilla the last time. something to keep in mind...