After installation of elgg-5.1.5 I get this error on Windows 11 - Wamp server
is not a supported \ElggExtender value type.
how do I solve this?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jerome Bakker@jeabakker
Jerome Bakker - 0 likes
You must log in to post replies.Is this a fresh installation of Elgg 5.1? The error comes from reading a database value in the annotations of metadata table which has a value_type which isn't supported.
The error comes from https://github.com/Elgg/Elgg/blob/59cb99044e35d26f4812d0bd3edb5f674203d9f3/engine/classes/ElggExtender.php#L107-L109
I don't understand how there could be an error as the database shouldn't support a wrong value_type.