http://www.nightclubwiz.com/bottom_forum.php
This is the page I want to add. It has some divs, some php code, some querys.
This is the plugin I created:
Quote:
ob_start();
include('mypath.../bottom_forum.php');
$footer_external = ob_get_contents();
ob_end_clean();
|
and this is the error I get on the forum index:
Fatal error: Call to a member function query_read() on a non-object in
forumpath...\index.php on line
318
Any sugestions please? Could there be a problem because the connection is made to another database to get the info?