error after installing a php forum

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
thesteelmam
Forum Newbie
Posts: 3
Joined: Fri Jul 18, 2008 2:39 am

error after installing a php forum

Post by thesteelmam »

hi all
iam new here
i want to setup a php forum on a web server
i choosed Vanilla forum i successed setup it on 12gbfree.com
i built mysql database and connected to it and every thing is ok
the installer of the forum passed good but after installation when i tried to launch it i get the following errors :

Warning: include() [function.include]: Unable to access /www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.Authenticator.php in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 32

Warning: include(/www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.Authenticator.php) [function.include]: failed to open stream: No such file or directory in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 32

Warning: include() [function.include]: Failed opening '/www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.Authenticator.php' for inclusion (include_path='.:/usr/share/php') in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 32

Warning: include() [function.include]: Unable to access /www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.Session.php in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 33

Warning: include(/www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.Session.php) [function.include]: failed to open stream: No such file or directory in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 33

Warning: include() [function.include]: Failed opening '/www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.Session.php' for inclusion (include_path='.:/usr/share/php') in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 33

Warning: include() [function.include]: Unable to access /www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.User.php in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 34

Warning: include(/www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.User.php) [function.include]: failed to open stream: No such file or directory in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 34

Warning: include() [function.include]: Failed opening '/www/12gbfree.com/z/a/q/zaqazik/htdocs/library/People/People.Class.User.php' for inclusion (include_path='.:/usr/share/php') in /www/12gbfree.com/z/a/q/zaqazik/htdocs/appg/init_vanilla.php on line 34
A fatal, non-recoverable error has occurred
Technical information (for support personel):

Error Message
The "Authenticator" class referenced by "Authenticator" does not appear to exist.
Affected Elements
ObjectFactory.NewObject();

For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs


iam new to php so i can't solve this problem ... can any one help me ?
thank you very much
Post Reply