我正在使用 Drupal6 并且图像缓存早些时候工作正常......但最近几天它不工作并且它抛出错误“图像无法显示,因为它包含错误。” 早些时候我有这个问题,我解决了它,我在
例如,如果我有图像 URL,像这样,http://localhost/drupal/sites/defaults/files/imagecache/profile_85/pictures/vinodkumar_8542.jpg
它在浏览器中正确显示,但是当我使用这样的路径时,相同的图像不起作用
http://localhost/drupal/index.php?q=sites/defaults/files/imagecache/profile_85/pictures/vinodkumar_8542.jpg
请帮我解决这个大问题...