Quote Originally Posted by kfarrell View Post
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.
I fixed that problem. It seems that there was already an html_output.php file in the /admin/includes/functions/ directory, and I had overwritten and then deleted it. Oops. I went back to my original Zen-Cart zip and re-uploaded that file, and everything is fine.

However, I have two remaining issues:

  1. I can't edit or delete an EzPage item. I tried re-uploading the ezpages.php file (just in case), but that didn't help.
  2. I would like to add the www. in front of my URIs, but I don't know where to configure that option.


Thanks so much for this mod! It is a lifesaver and a great mod, even with all my mess-ups! Looking forward to getting the site indexed on Google now with SEO friendly URLs! Thanks!