Warning: fopen(./config_skins.php): failed to open stream:

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

gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

how do you fix failed to open streeam?
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

another problem

Fatal error: Call to undefined function: breadcrumb() in /home/gaogier/public_html/Agility.php on line 4
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

help me please
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

If you include/require/fopen files you need to know where PHP will go looking for them...

Therefor i advise you to dig into the manual http://be.php.net/manual/en/ini.core.ph ... clude-path..



Imho Call to undefined function: breadcrumb() explains itself: you need to feed php a defintion of the function first... Probably all you need to do is include/require the file where the function breadcrumb() { ... } is defined..
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

thanks for the help, but i reinstalled it and then changed the database to the orriganal one and it works fine now
Post Reply