Could do with some advice!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
weezie
Forum Newbie
Posts: 1
Joined: Thu Aug 08, 2002 11:43 am
Location: Hampshire, England

Could do with some advice!

Post 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
lc
Forum Contributor
Posts: 188
Joined: Tue Apr 23, 2002 6:45 pm
Location: Netherlands

Post 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.
Post Reply