I have just installed a new skin for postnuke. It works fine with postnuke but when i enter the forums an error appears
Code
Warning: preg_match(): Unknown modifier 'O' in /home/mgzone/public_html/postnuke/html/modules/Xanthia/pnuserapi.php on line 600
well.. the following code is from line 599 to 601
Code
$pippo = strip_tags($pippo);
if (!preg_match("/:$pippo:/i", $nonmostra) && $row['position'] == $side[0]) {
echo pnBlockShow($modinfo['name'], $row['bkey'], $row);
if (!preg_match("/:$pippo:/i", $nonmostra) && $row['position'] == $side[0]) {
echo pnBlockShow($modinfo['name'], $row['bkey'], $row);
could any1 help me pls? :(
thx in advance
