Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I had been struggle to make Clean URL works for my site and I finally made it. I was so happy for a while. Then I find some problems surface.
I have i18n modules enabled with my sites. After the Clean URL enabled, there were a series of warning message created, saying moviereview.css not found, and the path is 'en/modules/moviereview/moviereview.css". The setting I put in 'moviereview' module on the css path is 'modules/moviereview/'. So the rewrite engine add 'en/' automatically.
I have installed Acidfree and also the file manager modules but when I go to add a photo it just goes to a blank page after I click submit.
No error is shown on the page but loads appear in the administer page such as this:
fopen(files/tmp/acidfree/dir.lock): failed to open stream: Unknown error: 0 in /usr/local/psa/home/vhosts/domain.com/httpdocs/modules/acidfree/acidfree.module on line 2362.
flock(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/domain.com/httpdocs/modules/acidfree/acidfree.module on line 2363.
The View/Edit Permissions options put by node_privacy_byrole in a CCK content type has, apparently, a weight of 0.
If I have a content type that has several items with their weight ranging from -10 to 10, the View/Edit Permissions appear right in the middle of the custom defined fields, which is a bit of a bummer...
How can I permanently set (theme?) the weight of this block to -10 or 10?
When I create a new form, all is ok.
When I try to create some fileds inside the form, I have the 403 page.
I tried to erase table and create table again, but I have the same problem.