Undefined function, easy fix
-
I’ve install All-in-One Event Calendar on a new WordPress.
During activation, my site went down, responding with 500 http status error.
I had to disable the plugin by:
– removing it from the activated plugins in the database
or
– renaming the plugin folder in wp-content/pluginsThe issue is that the php on my server was not build with the ctype extension.
PHP message: PHP Fatal error: Call to undefined function ctype_digit() in /wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php on line 2900
It will be nice to detect when php requirements are not met and display a message telling the user what is going on and what they need to do to resolve this issue.
- The topic ‘Undefined function, easy fix’ is closed to new replies.