Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
image.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2013 at 10:27 UTC
Updated:
6 Sep 2013 at 15:25 UTC
Jump to comment: Most recent
Comments
Comment #1
dudycz commentedAre you sure that this is not permission issue? What is written to the system log?
Comment #2
Paul B commentedThe site was installed and run with drush all under the same user, so I don't think it can be a permission issue.
The watchdog log says nothing, the webserver says
[Thu Mar 7 08:53:48 2013] 127.0.0.1:36872 [404]: /system/files/logo_rb.png - No such file or directory
Comment #3
shenzhuxi commentedURL like DRUPAL/?q=system/files/* is alright, while DRUPAL/system/files/* is not working with clean URLs enabled.
To use Drupal with PHP 5.4 builtin webserver, we may need to write more in htrouter.php https://drupal.org/node/1543858.