I had previously tried to update my IH2. While the storefront was there, the backend was not. As instructed, I carefully deleted all bmz and IH files. Some time later on, the backend reappeared.
I backed up the site, several times, in fact!
This meant I either had to resize and optimize three sizes of images, or try a new install of IH2.
I decided to reinstall IH2. This time, I have the store frontend and the backup up, and Image Handler 2 is shown in the administration panel, however, when I click on that, the following appears:
Warning: require(includes/ih_manager.php) [function.require]: failed to open stream: No such file or directory in /data/home/kachinas/websites/kachinaoutpost.com/docs/admin/image_handler.php on line 153
Warning: require(includes/ih_manager.php) [function.require]: failed to open stream: No such file or directory in /data/home/kachinas/websites/kachinaoutpost.com/docs/admin/image_handler.php on line 153
Fatal error: require() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.:/usr/local/php5/share/pear:/usr/local/share/adodb') in /data/home/kachinas/websites/kachinaoutpost.com/docs/admin/image_handler.php on line 153
As all appeared to relate to image handler php, I went into that page and looked at line 153, which starts with
require
if ($page == 'manager') {
// manager actions are handled in a seperate file
require('includes/ih_manager.php');
}
Can anyone see what the problem could be? This file was uploaded.
Any help would be much appreciated.
Sandy