Warning: fopen(./config_skins.php): failed to open stream:
Moderator: General Moderators
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..
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..