Useing Drupal 5 and PHP 4.4.8 and Mysql 5.0.45. I am getting this fatal error message. I know that ImageAPI requieres PHP 5 but I had to try. Can any one help? Please

Fatal error: Call to undefined function: imageapi_get_available_toolkits() in /home/gotantan/public_html/rwolfefamily/modules/imagecache/imagecache.install on line 13

Comments

drewish’s picture

Category: support » bug

i think the trick is to enable the toolkit before enabling the api module. we need to rework the installation code to be a little more forgiving.

tasigurl’s picture

So what should I do?

spade’s picture

Install imageapi!

tasigurl’s picture

Sorry I thought I made it clear that I had installed imageapi and that I got the error message when i
enabled the mod.

I wanted to know if I should uninstall the mod and install "toolkits" as mentioned above, or something else.

spade’s picture

disable imagecache, update.php, enable imageapi, enable imagecache, update.php worked for me.

tasigurl’s picture

hum..didn't work for me.

dopry’s picture

Status: Active » Closed (fixed)

1.x is no longer supported...

pnDev’s picture

I get this problem when I go to administer. How can I disable this manually through the database or such, as I cannot access the admin page to disable it.

exnihilo’s picture

When you cannot access http://www.yoursite.com/admin/ due to the error, try to access http://www.yoursite.com/admin/build/modules (as worked in my case).