1
Original threadWith the help of DonXoop we found this:
I get Fatal error: Call to a member function on a non-object in d:domains<domain>.compublic_htmlxoopsincludecomment_post.php on line 41
when trying to go to admin > system > comments > edit existing > submit. however it doesn't give an error when replying or editing comments from the news area.
it might be because of // file: d:domains.compublic_htmlxoopsincludecomment_post.php
$comment =& $comment_handler->get($com_id); // line ~39
i don't see $com_id getting initialized.
i added // file: d:domains.compublic_htmlxoopsincludecomment_post.php
$com_id = $_POST['com_id']; // line ~37
and it started working fine.
Note: Systems with register_globals ON will not have this problem.