> Installed cluebringer-2.0.10.tar.bz2 on a CentOS 5.3 systems with 
> postfix 2.3.3, Apache 2.2.3, mysql  5.0.77 & PHP 5.1.6.
>
> I'm getting these errors in the apache error log:
> "PHP Fatal error:  Call to a member function fetchObject() on a 
> non-object in /path/to/cluebringer-2.0.10/webui/amavis-main.php on line 
> 95, referer: http://x.x.x.x/policyd/policy-main.php";
> "PHP Fatal error:  Call to a member function fetchObject() on a 
> non-object in /path/to/cluebringer-2.0.10/webui/checkhelo-main.php on 
> line 95, referer: http://x.x.x.x/policyd/quotas-main.php";
>
> So please suggest me what should be done to remove that error..
>   

What happens when you run the query manually?

                    SELECT
                        amavis_rules.ID, amavis_rules.Name,
amavis_rules.Disabled,
                        policies.Name AS PolicyName

                    FROM
                        amavis_rules, policies

                    WHERE
                        policies.ID = amavis_rules.PolicyID

                    ORDER BY
                        policies.Name

_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to