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 installed from CVS about 2 days ago and everything was fine. When I went to delete a category in the agregator module I got this. I've since deleted every feed and category yet these stay.
What would be the best way to setup downloads for groups of users.
1) Downloads for guests - free access
2) Downloads for group1 (roles) - protected with drupal password
3) Downloads for group2 (roles) - protected with drupal password
etc.
Languages / translation / internationalization:
#
# The first language listed in this associative array will
# automatically become the default language. You can add a language
# but make sure your SQL table, called locales is updated
# appropriately.
$languages = array("en" => "english");
What does "make sure your SQL table, called locales is updated
appropriately" mean? Where is "locales" table alocated?
Thanks in advance and regards from Spain.
I've been running 4.3.2 for several months with no problems. Recently, however, my site has been unreachable approximately 50% of the time. When accessing via Lynx I get an 'unexpected network error'.
This seems to be an intermitent problem that pops up periodically throughout the day. My service provider is convinced that this is a Drupal related issue. Other PHP applications an the same server are unaffected.
I'm using clean URL's, although I don't believe that's an issue as they seem to work fine when the site is running.
So I am installing Drupal on host provider this time, and they use Plesk to set up MySQL databases and users and their passwords. I used Plesk to make a "drupal" database, and I made a mysql user "drupaluser" with a password. I populated the drupal database with the contents of the mysql file with the drupal tarball with phpMyAdmin, and to make a long story short, everything is just fine and working well.
BUT, during the install process, I was unable to:
GRANT ALL PRIVILEGES ON drupal.*
TO nobody@localhost IDENTIFIED BY 'password';
Just installed Drupal 4.4.2. This is Apache 1.3.31 with mod_rewrite as a static module.
For some reason the stock rewrite rules in .htaccess don't seem to be working. I did an install yesterday on an almost identical machine and they worked great.