Having problems installing Drupal? See the Installation Guide for more information.

aggregator_category_item

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.

Setup downloads for groups

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.

All input welcome.

Regards Martijn

changing the language

In includes/conf.php we can read this:

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.

unexpected network error

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.

Can't GRANT ALL PRIVILEGES ON drupal.*, but all seems well anyway. Is this OK?

All,

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';

Rewrite Problems - htaccess

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.

Here's what my rewrite.log shows:
[rid#97f2864/initial] (3) [per-dir /var/www/support/html/] strip per-dir prefix: /var/www/support/html/admin -> admin
[rid#97f2864/initial] (3) [per-dir /var/www/support/html/] applying pattern '^(.*)$' to uri 'admin'
[rid#97f2864/initial] (4) RewriteCond: input='/var/www/support/html/admin' pattern='!-f' => matched
[rid#97f2864/initial] (4) RewriteCond: input='/var/www/support/html/admin' pattern='!-d' => matched
[rid#97f2864/initial] (2) [per-dir /var/www/support/html/] rewrite admin -> index.php?q=
[rid#97f2864/initial] (3) split uri=index.php?q= -> uri=index.php, args=q=
[rid#97f2864/initial] (3) [per-dir /var/www/support/html/] add per-dir prefix: index.php -> /var/www/support/html/index.php
[rid#97f2864/initial] (2) [per-dir /var/www/support/html/] strip document_root prefix: /var/www/support/html/index.php -> /index.php
[rid#97f2864/initial] (1) [per-dir /var/www/support/html/] internal redirect with /index.php [INTERNAL REDIRECT]
[rid#97f4a74/initial/redir#1] (3) [per-dir /var/www/support/html/] strip per-dir prefix: /var/www/support/html/index.php -> index.php
[rid#97f4a74/initial/redir#1] (3) [per-dir /var/www/support/html/] applying pattern '^(.*)$' to uri 'index.php'

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal