On Thursday 26 December 2002 00:57, Bc. Radek Krejča wrote: > Fatal error: main() [function.main]: Failed opening required > './libraries/grab_globals.lib.php' (include_path='.:/usr/local/lib/php') in > /home/starnet.cz/dbadmin3/index.php on line 8 > > Where is problem, what I made bad?
Hi, are you sure you have all PHP-Files your PHP-Project needs? The error message tells you that your script trys to load ./libraries/grab_globals.lib.php at index.php, line 8, check wether the grab_globals.lib.php is reachable... johannes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php