Quote:
Originally Posted by Puck 24/7
Good idea, steadicamop.
edit: there seems to be a problem in: /includes/functions_newpost.php find:
error:
Warning: preg_match(): Delimiter must not be alphanumeric or backslash in /includes/functions_newpost.php on line 379
|
Ok, replace the code for this:
Code:
elseif (preg_match('/<|>/',$vbulletin->GPC['title']))
eval(standard_error(fetch_error('nohtml')));
That should solve it.