|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
need some help with an fatal error
first off hi to all, im looking for somebody to help me out with an xoops site, asking there has got me nowhere and was hoping one of you masters could hold my hand !! anyway php is greek to me, after doing some ssl cert install by the server host and changing to use ssl on the site i have had problems, turning on debugging has got me this as an error
Fatal error: Undefined class name 'xoopsauthfactory' in /home/vacares/public_html/include/checklogin.php on line 47 i am at a loss from here, any help would be gretly appreciated vacaresources.com version i believe is 2.0.16 php 4.4.4 mysql 4.1.21-standard |
|
#2
|
|||
|
|||
|
RE: need some help with an fatal error
Before you can create an instance of a class you must define/include the definition of the class.
This is just a guess since you have not posted any code to show what the code is doing, but you probably need to include the file that contains the xoopsauthfactory class definition. |
|
#3
|
|||
|
|||
|
RE: need some help with an fatal error
Or your problem could be that you are referencing the class before you have defined it or have it included in your script.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Applications > need some help with an fatal error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|