The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick editor do not works & error message
When editing any post, there is quick editor at first and when i hit Save, it only shows working wheel and does nothing.
When i Go into Advanced editor, and Save post, in redirection page it return an error and post is saved: Warning: preg_replace() [function.preg-replace]: Compilation failed: lookbehind assertion is not fixed length at offset 223 in [path]/includes/functions_newpost.php on line 247 Redirecting... The post has been successfully edited. You are now being taken to the post. Click here if your browser does not automatically redirect you. functions_newpost.php on line 247, there is: 247 $text = preg_replace($urlSearchArray, $urlReplaceArray, $messagetext); 248 if (strpos($text, "@")) { $text = preg_replace($emailSearchArray, $emailReplaceArray, $text); } $text = convert_url_to_bbcode_parenreplace($text); return $prepend . $text; } List of vBulletin plugins: http://pastebin.com/LQiNK8J3 Please what can be the cause? // EDIT: Post is saved thru Advanced editor, but all text is removed permanently!... |
#2
|
|||
|
|||
I think this is a problem with the PCRE library version 8.21, as described here: https://www.vbulletin.com/forum/show...-PCRE-8-21-bug
|
Благодарность от: | ||
postcd |
#3
|
|||
|
|||
Thank you for help fixing my forum. That was probably the reason. I decided to upgrade PHP to 5.3.8 via easyapache (cpanel) instead of doing any tweaks with PCRE.
Now it just works after upgrade and apache restart! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|