PDA

View Full Version : Getting this error while posting


TopHoster
10-23-2015, 06:38 PM
Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 310

Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 310

Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 402

Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 462

Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_wysiwygparser.php on line 462

Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/functions_newpost.php on line 200

Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/functions_newpost.php on line 200

Can any one help

MarkFL
10-23-2015, 06:44 PM
Try adding the line:

define('SKIP_DS_ERRORS', true);

to the top of your "config.php" file (in the "includes" folder) directly below the line:

<?php

TopHoster
10-23-2015, 06:50 PM
it might because of my php on the server is 5.5.30 instead of 5.3

Lynne
10-23-2015, 09:37 PM
If you are running PHP5.5 on the server, then you should upgrade to vB4.2.3.

DarkSoldiers
11-05-2015, 12:06 AM
Try adding the line:

define('SKIP_DS_ERRORS', true);

to the top of your "config.php" file (in the "includes" folder) directly below the line:

<?php


I was having the same problem. The code you provided fixed the error message. Thanks!

zxcji
12-01-2016, 01:33 PM
thank you buddy
all sett now