UBB.Dev
Posted By: Dslam Fatal error: Cannot redeclare class sql - 04/11/2003 5:41 PM
Fatal error: Cannot redeclare class sql in /home/public_html/mysql.inc.php on line 24

ok I'm playing around with the ubbt addons
I put them on a page but I'm getting this error ,
is there something i over looked ?
I have each file include_once
this is on version 6.1.1 & also 6.2..
6.1.1 is my live site .
Posted By: JoshPet Re: Fatal error: Cannot redeclare class sql - 04/11/2003 5:56 PM
You can only use the "require" line to main.inc.php once per page.

If you have more than one add on to a page... you can remove duplicate occurrences of this line. I think that'll fix the issue.
Posted By: Dslam Re: Fatal error: Cannot redeclare class sql - 04/11/2003 7:53 PM
well what I did was open each of the addons & changed the require main.inc.php
to require_once & everything works now .
so yes what you said is correct .
thanks for the reply
Posted By: JoshPet Re: Fatal error: Cannot redeclare class sql - 04/11/2003 8:18 PM


That works too.

Glad you got it working.
© UBB.Developers