Error with terrain plugin

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rogerdv

I wanted to try the terrain plugin, but I got this error when enabling it:

res://addons/zylann.hterrain/hterrain.gd:512 - Parse Error: Method ‘update_configuration_warning’ is not declared in the current class.
modules/gdscript/gdscript.cpp:580 - Method/Function Failed, returning: ERR_PARSE_ERROR
res://addons/zylann.hterrain/tools/plugin.gd:5 - Parse Error: Could not fully preload the script, possible cyclic reference or compilation error. Use ‘load()’ instead if a cyclic reference is intended.
modules/gdscript/gdscript.cpp:580 - Method/Function Failed, returning: ERR_PARSE_ERROR

Im using Godot 3.1.1 in Linux.

:bust_in_silhouette: Reply From: Zylann

The master branch of the plugin had an issue with Godot versions prior to 3.2 recently, but I replaced the faulty line: https://github.com/Zylann/godot_heightmap_plugin/blob/56ba0181e0ed3eab078d124506ac507688bb7f19/addons/zylann.hterrain/hterrain.gd#L511

You should try again with the latest version of the plugin.