Quote:
Originally Posted by matrex722
my forum Version 3.8.4
when im trying to add new thread i got a php 500 internal server error
but when i reafresh the window i see thread added
when i removed this mod the problem is gone !!!
so what is the wrong with it ?
|
If you run php4 then you wont have the str_split function used on line 25 of includes/functions_autotaggerfromcontentandtitle.php.
You can add this to the top of that file to remove the error on posting.
http://www.php.net/manual/en/functio...plit.php#83977