akvo / akvo-sites

Repository which will hold the Open Source code for the WP Theme, and also to track bugs and issues in the series of Consortia sites we maintain.
1 stars 6 forks source link

Updates don't appear #162

Closed lauraroverts closed 9 years ago

lauraroverts commented 9 years ago

@osgl @carlio Creating an issue for the problem you're already looking into,

Sometimes RSR updates don't appear at some Akvo Sites. For example: At http://connect4change.nl the latest update is from 16 of July, while updates have been posted more recently as can be seen at http://rsr.akvo.org/projects/all/?sort=latest_update_date&locations__country=&title=&organisation=272&continent=. Also if you look at the RSR projects overview within the site, you see that updates have been added recently: http://projects.connect4change.nl/en/?sort=latest_update_date

Same for http://footballforwater.nl and http://www.washalliance.nl, although WASH Alliance seems to be solved now.

Very curious to know what the problem is exactly and if and how it can be prevented in the future.

carlio commented 9 years ago

This broke as a result of the changes for akvo/akvo-provisioning#88 . The WordPress multisite configuration did not contain an entry for the URLs the script was now using. I've changed the scripts to 1) use the correct URL for the live site and 2) report the error if they don't work, as previously they were just exiting as if everything was okay.

ghost commented 9 years ago

Same issue for GNWP

lauraroverts commented 9 years ago

@carlio @eefsparreboom Can you please check this (again)? It is very important. RSR updates added to these projects: http://gnwp.akvoapp.org/en/ don't automatically appear at http://www.gnwp.nl and http://www.gnwp.nl/project-updates/. This should be the case for all Akvo Sites.

carlio commented 9 years ago

(Assuming that this org is the right one: http://rsr.akvo.org/projects/all/?title=&continent=&locations__country=&organisation=2121&sort=latest_update_date)

The problem is that the list of organisations to update does not contain GNWP. The update log does not include organisation 2121.

I'll add it to the script. Is there a list of all organisations (and their IDs) which have Akvo sites? Any time there is a new one we'll need to add it here: https://github.com/akvo/akvo-provisioning/blob/develop/puppet/modules/akvosites/templates/update_akvo_sites_data.sh.erb#L13

lauraroverts commented 9 years ago

List of organisation and IDs and Keywords: https://github.com/akvo/akvo-consortia/wiki

lauraroverts commented 9 years ago

@carlio Can I close this issue?

carlio commented 9 years ago

@lauraroverts Yep, if the updates are appearing then I think the fix worked :)