Imagecache has been working fine up until today. I go to admin->imagecache and I change the dimensions on my scale action. When I click update action I am immediately taken to the url /admin/imagecache except the page is one for my site when the page does not actually exist. I'm not sure why imagecache started doing this but I did change servers yesterday and that could be the source of this problem. However, the rest of the site is working fine. I have messed with other admin functions and they all work fine.
Comments
Comment #1
dopry commentedCan you provide more trouble shooting information? did imagecache get disabled? are you still experiencing this problem?
Comment #2
steingard commentedI am having the same issue.
Up until today I had been setting up Drupal on my own server (which has about 4 installations of Drupal, 1 of Joomla (garbage), and 1 of Wordpress... so there may be some conflict there), and I came across this bug. So, for some reason since I couldn't change my magic_quotes_gpc to be set to "off", I moved my setup to a new server.
magic_quotes_gpc are still on, on this server, but now I am having the problem of "page not found" when I attempt to update my Imagecache preset sizes. I have to wait until the sysadmin comes back to restart apache so that my .htaccess php_flag magic_quotes_gpc off function takes affect... maybe that will fix it.
Comment #3
dopry commentedIs this still an issue? Could be menu caching, can you test with the lastest 4.7.x dev branch?
Comment #4
hadsie commentedI'm having the same issue with the version posted on January 25th. This one also started for me when I switched servers. The error message I'm getting in my apache logs is:
Premature end of script headers: php.cgi, referer: http://chiefsandchampions.com/admin/imagecache
and in the drupal admin logs:
internal_error.html not found.
This is happening whenever I use any submit button on the imagecache page.
Is there any other information that will help you?
Comment #5
rickvug commentedLooking at your description it looks like you are running into this bug: http://drupal.org/node/99117
The fix for now seems to be to turn magic_quotes_gpc to "off" in your PHP settings. I'm marking this thread as duplicate to consolidate issue tracking. Please respond to the thread mentioned above (http://drupal.org/node/99117). Thanks.