Quote:
Originally Posted by kailew
Hi NLP-er,
I'm getting this error:
Code:
Fatal error: Call to undefined function: str_split() in /kunden/xxx.de/xxxforum.org/public_html/includes/functions_autotaggerfromcontentandtitle.php on line 25
I leave the tag-field empty.
Despite the error, the posting is created.
Any idea?
Kai
|
str_split is standard PHP function since 5.0 (
http://us.php.net/manual/en/function.str-split.php) - make sure you have appropriate PHP version