|
From: <mag...@ya...> - 2003-10-30 12:12:44
|
Hi from Barcelona !
I don´t think this problem is directly related to
BOBS, more than likely it´s my PHP configuration, but
maybe someone can shed some light on it.
System I am using is a Sun Cobalt Qube 3, which comes
with Red Hat Enterprise Linux preinstalled. with a lot
of services (httpd, samba, php, etc) preconfigured.
I downloaded BOBS, configured and installed it as
standard (with the web directory pointing to the
Cobalt default '/home/groups/home/web'), and
everything seemed OK. When I first ran it I got an
error indicating the include path. So I added
'/home/groups/home/web/bobs:/home/groups/home/web/bobs/inc'
to the include_path in my /etc/httpd/php.ini file.
I restarted the httpd daemon, this time the BOBS admin
screen came up OK. But after entering the password
this error message came up
"Fatal error: Call to a member function on a
non-object in /home/groups/home/web/bobs/admin.php on
line 62"
Looking in the admin.php file this refers to the
following piece of code
--------------------------------
if ($admin->check_admin($_POST['password']) != "yes"){
admin_login();
exit;
}
--------------------------------
And so i´m a little bit stuck, wanting to try out this
software but not being able to get any further !
Can anyone shed any light if this is a problem with
BOBS, or if there is someting amiss in my PHP setup?
I apologise if this question is not relevant to the
mailing list, but i didn´t really know where else to
go.
Thanks for your help
Robin
___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
|