OK, now I'm really stumped. After moving the html_output.php file into the correct directory, I get these errors when I try to open the admin console.
Code:
Warning: require(includes/functions/html_output.php) [function.require]: failed to open stream: No such file or directory in /home/chickens/public_html/admin/includes/init_includes/init_general_funcs.php on line 33
Warning: require(includes/functions/html_output.php) [function.require]: failed to open stream: No such file or directory in /home/chickens/public_html/admin/includes/init_includes/init_general_funcs.php on line 33
Fatal error: require() [function.require]: Failed opening required 'includes/functions/html_output.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/chickens/public_html/admin/includes/init_includes/init_general_funcs.php on line 33
A little background--at first, I put the html_output.php file in the admin/includes/functions directory instead of includes/functions. Everything broke when I moved it (well not everything, just the admin console). Then I tried placing another copy of html_output.php in the admin/includes/functions/ directory to see if that would patch the problem, but then when I try to get to the admin console, I get the index page (with the long URI). So I removed the file from that directory again.
Have I totally destroyed my installation by placing that file in the wrong place initially? Is there a way I can fix this? It was working somewhat before, with the problems described in previous posts, but I could still get to the admin console.
Thanks so much for your help! I obviously won't be doing any more work on this until I get some feedback since I seem to be making it worse with everything I've tried so far. 
Thanks,
Karen
Bookmarks