Page 2 of 2
Posted: Wed Jul 20, 2005 8:34 pm
by gaogier
how do you fix failed to open streeam?
Posted: Wed Jul 20, 2005 9:04 pm
by gaogier
another problem
Fatal error: Call to undefined function: breadcrumb() in /home/gaogier/public_html/Agility.php on line 4
Posted: Thu Jul 21, 2005 1:17 pm
by gaogier
help me please
Posted: Thu Jul 21, 2005 7:45 pm
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..
Posted: Thu Jul 21, 2005 8:09 pm
by gaogier
thanks for the help, but i reinstalled it and then changed the database to the orriganal one and it works fine now