Code: Selecteer alles
Fatal error: Call to a member function on a non-object in /opt/www/xxx/web/forum.jhbloem.be/includes/functions_post.php on line 678
Code: Selecteer alles
Fatal error: Call to a member function on a non-object in /opt/www/xxx/web/forum.jhbloem.be/includes/functions_post.php on line 678
Code: Selecteer alles
$tagallowed = false;
for ($i = 0; $i < sizeof($allowed_html_tags); $i++)
{
$match_tag = trim($allowed_html_tags[$i]);
if (preg_match('#^<\/?' . $match_tag . '[> ]#i', $hold_string))
{
$tagallowed = (preg_match('#^<\/?' . $match_tag . ' .*?(style[\t ]*?=|on[\w]+[\t ]*?=)#i', $hold_string)) ? false : true;
}
}
$tmp_message .= ($length && !$tagallowed) ? preg_replace($html_entities_match, $html_entities_replace, $hold_string) : $hold_string;
Code: Selecteer alles
Fatal error: Call to a member function on a non-object in /opt/www/dedonckerb/web/forum.jhbloem.be/includes/functions_post.php on line 2032
Code: Selecteer alles
$GLOBALS['cm_posting']->update_delete($mode, $post_data, $forum_id, $topic_id, $post_id);