pcgoddess:
Well, I just installed IH2, following directions carefully, and get this when trying to access my admin:
Warning: require_once(/home/pcgoddes/public_html/zc/includes/functions/extra_functions/functions_bmz_io.php) [function.require-once]: failed to open stream: No such file or directory in /home/pcgoddes/public_html/zc/admin/includes/functions/extra_functions/functions_bmz_io.php on line 12
Fatal error: require_once() [function.require]: Failed opening required '/home/pcgoddes/public_html/zc/includes/functions/extra_functions/functions_bmz_io.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pcgoddes/public_html/zc/admin/includes/functions/extra_functions/functions_bmz_io.php on line **12
**The files are there and permissions are 777. What am I missing?
Thanks,
PC Goddess
Have you opened the files that the errors reference to verify line 12? I had 2 files that had errors similar to this, and both times when I went to that specific line, I found some incorrect characters in the code that created the issue. Once I removed them, the errors disappeared.
Even if there isn't a bug, the content of that line may shed light on what is causing the error - such as a referenced file that is missing....just some ideas - they may be deadends for you. I also had some issues getting IH2 set up this weekend, but with a little forum help and a hell of a lot of thread reading, I got it all resolved today.