Rondar
05-13-2005, 05:38 PM
when i use
<?php include_once("/home/freeforlife/public_html/forum/forum-news/news.php");
$forum_obj = new EP_Dev_Forum_News();
$forum_obj->display_Headlines("10", "2", "13", "0"); ?>
it displays "No posts found in selected forum category."
and when use
<?php include_once("/home/freeforlife/public_html/forum/forum-news/news.php");
$forum_obj = new EP_Dev_Forum_News();
$forum_obj->display_News("10", "2", "13", "0"); ?>
it displays "Fatal error: Call to a member function on a non-object in /home/freeforlife/public_html/forum/forum-news/news.php on line 278"
--------------------------------
tried trick
Find:
CODE*
$this->display_News($number=NULL, $ids=NULL, $forums=NULL, $template_id=0, true);
and Replace with:
CODE*
$this->display_News($number, $ids, $forums, $template_id, true);
but still same errors.
i use vb 3.0.7, i believe that i make everything necessary. is there a problem with this version ?
<?php include_once("/home/freeforlife/public_html/forum/forum-news/news.php");
$forum_obj = new EP_Dev_Forum_News();
$forum_obj->display_Headlines("10", "2", "13", "0"); ?>
it displays "No posts found in selected forum category."
and when use
<?php include_once("/home/freeforlife/public_html/forum/forum-news/news.php");
$forum_obj = new EP_Dev_Forum_News();
$forum_obj->display_News("10", "2", "13", "0"); ?>
it displays "Fatal error: Call to a member function on a non-object in /home/freeforlife/public_html/forum/forum-news/news.php on line 278"
--------------------------------
tried trick
Find:
CODE*
$this->display_News($number=NULL, $ids=NULL, $forums=NULL, $template_id=0, true);
and Replace with:
CODE*
$this->display_News($number, $ids, $forums, $template_id, true);
but still same errors.
i use vb 3.0.7, i believe that i make everything necessary. is there a problem with this version ?