Forum Replies Created
-
AuthorPosts
-
April 5, 2019 at 5:42 pm in reply to: Page Preview Error. Warning: preg_match_all(): Compilation failed: unknown … #1087534
Hello Basilis,
When you turn off error reporting like this, it not only hides your error, but any other error that we may want to be aware of.
Are you suggesting we not worry about the error, and that your solution is to turn off error reporting completely?
Thanks!
April 1, 2019 at 6:30 pm in reply to: Page Preview Error. Warning: preg_match_all(): Compilation failed: unknown … #1085641Turning off error reporting does not solve the problem and prevents me from seeing any other errors – any word on a solution?
Thank you!
December 22, 2018 at 1:14 am in reply to: Play Arrow in easy slider doesn't highlight correctly. #1048464Hi Victoria,
It was a plugin called LiteTooltip v2.0 which when I turned off, everything worked as it should. I only had one page which used this plugin, so it was easier to disable it rather than troubleshoot further.
Thanks for the help!
December 19, 2018 at 10:48 pm in reply to: Play Arrow in easy slider doesn't highlight correctly. #1047467Sure Victoria,
I’ve taken small videos of exactly what is happening in Firefox, Chrome, and IE – they are in the private section.
Thanks for the help.
December 17, 2018 at 7:07 pm in reply to: Page Preview Error. Warning: preg_match_all(): Compilation failed: unknown … #1046435Hello,
I’m seeing the same error. Also noticed in #1041844 the solution was to upgrade to a higher version of php, but I am at 7.2.13. Running Enfold 4.5.1 with WordPress 4.9.8 (had to downgrade from 5.01)
PHP Warning: preg_match_all(): Compilation failed: unknown property name after \P or \p at offset 4855 in /home/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-parser.class.php on line 607
I found this solution for the same problem on a unrelated website – something about needing 3 backslahes \\\
Here is the example that was used:
$string = “\par hello \par world”;
$pattern = ‘/\\\par/’;
preg_match_all($pattern, $string, $matches);I hope that helps narrow it down.
You guys are doing a fantastic job – thank you!
-
AuthorPosts