I am having the same problem. (For some reason though I only have 2 of the not found errors before the final fatal error.) Here is my error in the browser window when I go to setup/index.php:
Warning: main(functions/categories.php): failed to open stream: No such file or directory in /home/www/achievasoft/calendar/calendar.php on line 50
Warning: main(functions/categories.php): failed to open stream: No such file or directory in /home/www/achievasoft/calendar/calendar.php on line 50
Fatal error: main(): Failed opening required 'functions/categories.php' (include_path='') in /home/www/achievasoft/calendar/calendar.php on line 50
I wondered if it had anything to do with my directory structure, which was using symbolic links to point to a different spot, so I changed it. My server still does have a symbolic link from /www to /home/www that I think would break a lot of things if I removed that. That doesn't seem like it should be a problem, though.
I guess I should say that the functions/categories.php file is there.
|