Posted by lucorium on June 25, 2008 at 2:46pm
Hi,
I just installed Drupal 5. I set permissions an a new theme (itheme) on drupal/themes folder. Then I found out that it is a better practice to add modules and themes to the sites/all/ folder.
I actually changed the itheme folder from drupal/themes to sites/all/themes and works fine with no errors.
So, I downloaded a few modules and themes and added them to sites/all folder but when I go to administer them I get the following errors:
For the themes administration:
* warning: opendir(sites/all/themes/pixture) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/themes/plutado) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/themes/zen) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/themes/zubrick) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/themes/pixture) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/themes/plutado) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/themes/zen) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/themes/zubrick) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.For the modules administration:
* warning: opendir(sites/all/modules/cck) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/modules/contemplate) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.
* warning: opendir(sites/all/modules/imagefield) [function.opendir]: failed to open dir: No error in C:\Inetpub\wwwroot\drupal\includes\file.inc on line 643.Any suggestions?
Lucas.
Comments
Solution?
Hello, I had the same issue just a while ago. I'm running linux and usig lampp as server, but in my case all the problem was, that drupal (and neither any other person) was not able to read the directories adn files of modules i wanted to use, because it has not te permissions to do that. When I added read permissions to all files for everybody, problem disappeared. Maybe it can help you a bit.