In the code, you reference results_node_link and search_zoom_lvl columns in the gProximity table. However, your install file does not include these columns. Once I added the columns to the database I was able to get gProximity to INSERT its records.
Comments
Comment #1
greenskin commentedThe install file does include these columns in an update function. You need to run update.php and that will add the columns to the table.
Comment #2
sgdev commentedI see ... however if I'm installing it for the first time, why would I have to run update? It should install the baseline as well as any update patches, just like other modules do.
Comment #3
greenskin commentedWhen an initial install is performed, the install function is run and all existing update functions, thus making the module current.
Comment #4
greenskin commentedI was looking more into this and I think my understanding about updates is wrong and when a module is initially installed it doesn't actually run the update functions but does mark the module as being updated, so I am reopening this issue to incorporate the changes made in the update functions.
Comment #5
greenskin commentedComment #6
greenskin commentedFixed.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.