The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
After updating MySQL 5.1 to version 5.5.x. I get an error when writing the article.
Warning: preg_match() [function.preg-match]: Compilation failed: invalid range in character class at offset 23 in [path]/includes/class_wysiwygparser.php on line 481 Please help. What to do? vB v4.2.1. |
|
#2
|
|||
|
|||
|
previewing posts
Warning: preg_match(): Compilation failed: invalid range in character class at offset 23 in ..../includes/class_wysiwygparser.php on line 481 includes/class_wysiwygparser.php Line 481 find Code:
if (preg_match('#attachment.php\?attachmentid=(\d+)#si', $img_url, $matches) AND preg_match('#class=(\'|"|)([a-z0-9_-\s]+)?\s*previewthumb\s*([a-z0-9_-\s]+)?(\\1)#si', $fullurl))
Code:
if (preg_match('#attachment\.php\?attachmentid=(\d+)#si', $img_url, $matches) AND preg_match('#class=(\'|"|)([a-z0-9_\-\s]+)?\s*previewthumb\s*([a-z0-9_\-\s]+)?(\\1)#si', $fullurl))
|
| 3 благодарности(ей) от: | ||
| Akyeame Kwame, ForceHSS, romaszek | ||
|
#3
|
|||
|
|||
|
It works, thank you very much
|
|
#4
|
||||
|
||||
|
You cannot possibly get that error from upgrading mysql, did you actually mean php 5.5 ?
|
| Благодарность от: | ||
| AusPhotography | ||
|
#5
|
|||
|
|||
|
My version of php is 5.3.29
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|