Many hosting providers including mine do not have automatic php5 running.
I 'updated' my image cache module only to find out it was not working AT ALL!

Please!!!! on the module page put a warning that this module is not compatible with PHP4.

If this is not the case please can you tell me why the old version of image cache was working and the new 2.0 version does not work at all?
Thanks

Comments

drewish’s picture

the imageapi (which is what really requires PHP5) does have a message explaining the requirement: http://drupal.org/project/imageapi/

dopry’s picture

Status: Active » Closed (won't fix)

Yes ImageCache 2.x is not compatible with PHP4 since it requires ImageAPI and it uses PHP5. Sry.. time to upgrade your hosting account or get your provider to install PHP5.

juangdiazs’s picture

Project: ImageCache » ImageAPI
Version: 5.x-2.0 » 5.x-1.2
Assigned: Unassigned » juangdiazs
Category: bug » support
Status: Closed (won't fix) » Postponed (maintainer needs more info)

Hi people. I am new here in Drupal. I dont have any knowledge of php, except from the things I have learned from the web. I have my web hosting with php 5 (according to cPanel), but when I run the phpinfo(), this tell me that the server is running with PHP 4.4.8. Is this a problem of configuration of my drupal (version 5.10)?

I need to fix this somehow.... because i have the imageCache module and the rest of them, and the site it is not running like it does when I try it in my localhost.

dopry’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

@juangdiazs: You need to contact you hosting provider and figure out how to get PHP5 running on your site. No one here can help you.

juangdiazs’s picture

Priority: Critical » Normal
Status: Closed (won't fix) » Fixed

Hi dopry. I did it, and the only thing that i needed to do was add "AddHandler application/x-httpd-php5 .php" to the .htaccess. That´s all......

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.