Page 1 of 1

Could do with some advice!

Posted: Thu Aug 08, 2002 11:43 am
by weezie
I have had some work passed through recently of a site that has been built by another company they wanted me to make it compatable with all browsers, there was a dynamic menu involved generated by PHP, the problem is when we go to view it we get this error can anyone suggest what we do to fix it.


Warning: OpenDir: No such file or directory (errno 2) in /home/sites/site1/users/louise/web/index.php on line 24

Fatal error: Call to a member function on a non-object in /home/sites/site1/users/louise/web/index.php on line 25

Help would be greatly apprechiated

Posted: Thu Aug 08, 2002 1:27 pm
by lc
Well go see what directory php tries to open in index.php line24

and try to figure out why it's trying to open that directory, then determine whether you want the function or not ;)

1 of us can prolly tell you what the function is if you paste the line (and surrounding stuff) in here.