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

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.

Failed session start?

I am using the latest drupal and have just finished installing it. The problem lies here; I am adding in other scripts into new directories that I have created for them, such as an inventory management script, and a support ticket system. Neither will start up again since I have installed drupal in the main directory. It seems as if drupal is attempting to 'take over' the directory, and force this new directory to use the same user authentication and session permissions or something. How do I set a directory to be ignored by drupal?

Expandable menu without dhtml (using taxonomy_html.module)

Hi all,

I've submitted this topic before, but since the circumstances changed, i'll rephrase my question.

The site i'm working on uses Drupal's (excellent) taxonomy.module and taxonomy_html.module to classify its content into categories and items. The navigation is shown in 6 flat category blocks, containing a total of 46 items.

My goal is to have navigation blocks that expand and collapse without using a dhtml solution, much like the current Drupal admin navigation.

sql help wanted

hi

i am not using the wiki-like syntax on my blog right now but want to use it. however, i have some postings with "[" and "]" ion it. so these have to be converted with "(" and ")" (which will do in my case)

does anyone have more knowledge about sql statements than me? what i want is something like

select database and table nodes, replace char with other char.

does anyone know the syntax for this and is the propossed way the right way?

tia for helping out.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal