although I uninstalled 1.2 and reinstalled 1.4 completely fresh, the update table did not register the upgrade. After changing the version in network_connector/network_connector.info per below, the update was then recognized.

; Information added by drupal.org packaging script on 2009-09-09
version = "6.x-1.2"

Manually changed to:

; Information added by drupal.org packaging script on 2009-09-09
version = "6.x-1.4"

Comments

btopro’s picture

Status: Active » Needs work

ummm... you modified network_connector? Cause network_connector stopped being included in version 1.3 so that would explain that aspect. Not sure how to make a subproject "die off" if you will and I haven't seen anyone else manage it either so if you can give me an example out there i'll gladly make it work as I know it's a confusing shift in thinking.

jdwfly’s picture

Category: bug » support
Priority: Minor » Normal
Status: Needs work » Needs review

Here is a better explaination: the network_connector module is now a part of the network_manager module. You need to disable network_connector and enable network_manager. Then you can delete the network_connector folder because it is no longer needed.

btopro’s picture

Status: Needs review » Closed (works as designed)

Don't even need to disable network_connector, and also only need to enable network_manager on the one site that will be monitoring the others. You'll need to define the web address for paths when your setting up network manager on your monitoring site but this only has to be done once.