On Tue, 2004-09-14 at 16:06 -0400, Chris Llorca wrote:
> *Fatal error*: Call to a member function on a non-object in=20
> */home/hsphere/local/home/gangsta/gus.is-gangsta.com/includes/modules.inc=
*=20
> on line *28
>=20
> I was running buzzword on http://is-gangsta.com and my buddy liked how=20
> it looked so he asked me to set him up with a subdomain so I did. I set=20
> up the mysql users, the database, and transferred over buzzword, created=20
> the config file.... I uploaded the config.inc into the includes=20
> directory and when I went to /admin/ or to / i get the above fatal=20
> error. I looked into modules.inc for some clues... but everything seems=20
> fine... I don't really understand what the problem is?
>=20
Line 27 of modules.inc is a call to php's dir() command:
$dir =3D dir('../');
and line 28 is the failed line:=20
while ($module =3D $dir->read()) {
So my guess is that the web server doesn't have permissions to do a ls
in the=20
/home/hsphere/local/home/gangsta/gus.is-gangsta.com
directory. =20
- Jon
--=20
jo...@tg...
Administrator, tgpsolutions
http://www.tgpsolutions.com
|