Hello,
Enabling the file module gives me a white screen on the following pages:
- module confirm page
- after saving node/add/file (only when I attach a file)
- bitcache/repository/add
I have this problem on a Drupal commons and a "normal" Drupal installation on the same server.
I use PHP 5.2.9 with 128MB memory.
There is no directory bitcache nor bitcache/file created even when I change the permissions on the files folder to ugo+rwx.
There are no errors written to the log or php errors displayed. The status report says RDF library, XSPF player and getID3 library not installed otherwise everything fine.
I followed the instructions in this post, deinstalled the modules and enabled RDF, bitcache and file module one by one but this did not help either:
https://drupal.org/node/425884
Same behaviour with the latest dev version.
Everything else in the installed Drupal environment works fine. What am I doing wrong with file framework?
Thanks, Lorenz
Comments
Comment #1
johanneshahn commentedhi,
may this could help u.
1. try to create the folder bitcache and bitcache/file manually
2. do u have installed the "File RDF" or the RDF Module? If not first install them
3. do u installed bitcache 6.x-1.x-dev? If not try to upgrade to bitcache dev first
Comment #2
johanneshahn commentedmoved to postponed
Comment #3
lorenz commentedHi Johannes,
thank you for your help. Now it works.
For all those who have the same problem, I am not exactly sure which of the steps solved this issue but what I did was:
- disable and uninstall (if possible) file framework, rdf and bitcache
- manually create bitcache/file dir
- install and enable the latest (dev) version of bitcache
- enable rdf (not 100% sure if this step is necessary)
- enable file rdf (which in turn asks you to enable the file module as well)
This post might help as well: http://drupal.org/node/426732
Thanks again, have a nice day. Lorenz