Call to undefined function iconv
-
Hello,
So I can’t seem to add a redirect on my site, I am getting a 500 error which allegedly is a security plugin issue, but that’s not the case. I didn’t even have Wordfence installed. In fact, I disabled all plugins except Redirection and the problem persists.
UI Admin Interface error:
Unexpected token < in JSON at position 0 (SyntaxError)
Console error:
Failed to load resource: the server responded with a status of 500 ()
redirection.js?ver=4.3.2-0f831a6c0558229b803b83eda31409a3:62 Unexpected token < in JSON at position 0Server log error:
[06-Aug-2019 10:43:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function iconv() in /home/thesurvivalistbl/public_html/wp-content/plugins/redirection/models/redirect-sanitizer.php:224
Stack trace:
#0 /home/thesurvivalistbl/public_html/wp-content/plugins/redirection/models/redirect-sanitizer.php(182): Red_Item_Sanitize->sanitize_url(‘/proper-time-te…’, 0)
#1 /home/thesurvivalistbl/public_html/wp-content/plugins/redirection/models/redirect-sanitizer.php(86): Red_Item_Sanitize->get_url(‘/proper-time-te…’, 0)
#2 /home/thesurvivalistbl/public_html/wp-content/plugins/redirection/models/redirect.php(231): Red_Item_Sanitize->get(Array)
#3 /home/thesurvivalistbl/public_html/wp-content/plugins/redirection/api/api-redirect.php(55): Red_Item::create(Array)
#4 /home/thesurvivalistbl/public_html/wp-includes/rest-api/class-wp-rest-server.php(946): Redirection_Api_Redirect->route_create(Object(WP_REST_Request))
#5 /home/thesurvivalistbl/public_html/wp-includes/rest-api/class-wp-rest-server.php(329): WP_REST_Server->dispatch(Object(WP_REST_Request))
# in /home/thesurvivalistbl/public_html/wp-content/plugins/redirection/models/redirect-sanitizer.php on line 224So it seems the plugin is trying to call a function, namely iconv, that does not exists, which leads me to believe it is not a permissions/security plugin error.
Thanks!
- The topic ‘Call to undefined function iconv’ is closed to new replies.