Closed d3f3kt closed 7 years ago
Yesterday i have spent 2 hours of debugging, because no index was created. The problem was the missing xml extension. The parser requires the utf8_decode() function which is provided by the xml extension.
utf8_decode()
Thank you. In fact as it is installed by default I didn't even known it was required. Sorry
You are welcome. Till yesterday I didn't know it too, that utf8_decode is not a native php function.
Yesterday i have spent 2 hours of debugging, because no index was created. The problem was the missing xml extension. The parser requires the
utf8_decode()
function which is provided by the xml extension.