Made the mistake of installing imagecache 5.x-2.1 and imageapi 5.x-1.2 before realizing that imageapi requires PHP 5.1.
When I realized I didn't have PHP5.1 on our server, I uninstalled both modules and then installed imagecache 5.x-1.6.

As soon as the imagecache module is enabled, the site just gives a blank page.
I was able to restore the site by removing the imagecache files from the webserver.

How can I fix things so that I can go back to imagecache 5.x-1.6?

Thanks

Comments

steveparks’s picture

On the page Site Building>Modules, you'll see a link to uninstall. Select this and it will list some modules with checkboxes.
Tick the box next to imagecache and submit.
This will clear out the database tables from the 5.x-2.1 version.

Next, check that none of the other modules you have depend on imagecache2. This might be some unexpected things like Thickbox. You may need to downgrade to an older version of these modules too.

Then install the older version as normal.

Good luck

fizk’s picture

Status: Active » Closed (won't fix)