bei header.php kommt
Code:
Warning: main(lib/functions.lib.php) [function.main]: failed to open stream: No such file or directory in /var/www/web711/html/vms/lib/header.php on line 2
Warning: main(lib/functions.lib.php) [function.main]: failed to open stream: No such file or directory in /var/www/web711/html/vms/lib/header.php on line 2
Warning: main(lib/functions.lib.php) [function.main]: failed to open stream: No such file or directory in /var/www/web711/html/vms/lib/header.php on line 2
Fatal error: main() [function.require]: Failed opening required 'lib/functions.lib.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web711/html/vms/lib/header.php on line 2
und bei menue_links.php
Code:
Fatal error: Call to undefined function: menuehead() in /var/www/web711/html/vms/lib/menue_links.php on line 1
Das steht in header.php in line 2
Code:
require ('lib/functions.lib.php');
und das steht in line 1 in menue_links.php
Code:
<?menuehead("Navigation");
mfg