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

Modifying the re-write rules in .htaccess?

Hi All,
Sorry for this post if it is obvious.

I need to change the re-write rule (or the link) for the admin pages. My site has a symbolic link for all domains on my server so [hostname]/admin redirects to the admin page for that domain.

When I enable clean URL's, the admin link obviously redirects there instead of the drupal pages.

Any ideas? TIA!!

Geoffrey

How do I, the admin, email contact users about news, changes or updates to the drupal powered site

Is there like a newsletter function, that allows users to subscribe to site news, blog updates, new blogs, stuff like that, I cant seem to find it, can someone point me in the right direction? Thanks.

Drupal is not on Blogcensus.net. Why??

I looked today at the blogcensus.net web site, offering different kind of statistics of the blogging world.

there is for instance the number of users of blogging tools.
I was wondering why drupal was not at all in those statistics. (There is php-nuke, moveable type, blogger etc...)

Any idea?
And any estimation of the number of active drupal bloggers?

Note: I'd like to get the repartition of bloggers (not only drupal) by country. Somebody read that somewhere ?? I'm just curious to get figures (I found just a map so far).

Red Asterisk after bookpage title

We are getting a red asterisk after the title under 'Administration >> content management'.
I've looked through help and searched forums but didn't find a comment about what
the red asterisk means.

In this case we can edit or delete the bookpage node, but selecting the title itself causes a webpage timeout and
a tremendous amount of queries in MySQL database.

We can delete the bookpage, but are more interested in what the problem is and how to avoid it.

Problem with breadcrumb

Hi All,
I just installed the breadcrumb module and am having some trouble with it. I don't know PHP but it seems fairly straightforward. My theme has been modified using bluemarine as a base.

Anyway, I decided to wrap the breadcrumb code into the back-end of an IF statement to make sure it doesnt display on the homepage:

    if ($_GET["q"] == variable_get("site_frontpage", "node")) 
    variable_get("bluemarine_message", l("edit message", "admin/system/themes/bluemarine"));     
  
	else { print make_breadcrumb($_REQUEST["q"]) ."";

The code does in fact display a breadcrumb. However, it also throw a SQL error above it

user error: You have an error in your SQL syntax near '} WHERE path = 'compose_tips'' at line 1
query: SELECT title FROM {node} WHERE path = 'compose_tips' in C:\Path\To\wwwroot\includes\database.mysql.inc on line 75.

This happens on every sub page in the site. Any ideas?

thanks!

help! error message in watchdog

Type error
Date Saturday, September 13, 2003 - 23:22
User Anonymous
Location /taxonomy/page/or/misc
Message user
error: Unknown column 'misc' in 'where clause'
query: SELECT COUNT(DISTINCT(n.nid)) FROM node n LEFT JOIN term_node r
ON n.nid = r.nid LEFT JOIN users u ON n.uid = u.uid WHERE r.tid IN
(misc) AND n.status = '1' in
/home/u1234/juristical.ru/www/includes/database.mysql.inc on line 75.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal