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

Clean URLs again in 4.6.3

Hello @ all!

One week agout I installed drupal 4.6.3 and I´m very satisfied with this great cms.

I have only a little problem with CleanURLs: it works as long as I don´t go deeper in the menu structure. On top it works fine. When going down in the menustructure the stylesheets could not be found and the content is displayed RAW. Sometimes you can see something like this in the adminster log:

strange error

Hello everyone,

when clicking "Forum" on the top right hand corner my Drupal emits errors on web page

I managed to create forum topics on my Drupal site. But when I click the "Forum" link at the top right hand corner it gives me errors:
warning: pg_query(): Query failed: ERROR: invalid input syntax for type boolean: "2"
CONTEXT: PL/pgSQL function "if" line 2 at if in /usr/share/drupal/includes/database.pgsql.inc on line 104.

user error:
query: SELECT DISTINCT(n.nid), l.last_comment_timestamp, IF(l.last_comment_uid, cu.name, l.last_comment_name) as last_comment_name, l.last_comment_uid FROM node n INNER JOIN node_access na ON (na.nid = 0 OR na.nid = n.nid), node_comment_statistics l /*! USE INDEX (node_comment_timestamp) */, users cu, term_node r WHERE n.nid = r.nid AND r.tid = 1 AND n.status = 1 AND n.type = 'forum' AND l.last_comment_uid = cu.uid AND n.nid = l.nid AND na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0') ORDER BY l.last_comment_timestamp DESC LIMIT 1 OFFSET 0 in /usr/share/drupal/includes/database.pgsql.inc on line 121.

warning: pg_query(): Query failed: ERROR: invalid input syntax for type boolean: "2"
CONTEXT: PL/pgSQL function "if" line 2 at if in /usr/share/drupal/includes/database.pgsql.inc on line 104.

user error:
query: SELECT DISTINCT(n.nid), l.last_comment_timestamp, IF(l.last_comment_uid, cu.name, l.last_comment_name) as last_comment_name, l.last_comment_uid FROM node n INNER JOIN node_access na ON (na.nid = 0 OR na.nid = n.nid), node_comment_statistics l /*! USE INDEX (node_comment_timestamp) */, users cu, term_node r WHERE n.nid = r.nid AND r.tid = 2 AND n.status = 1 AND n.type = 'forum' AND l.last_comment_uid = cu.uid AND n.nid = l.nid AND na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0') ORDER BY l.last_comment_timestamp DESC LIMIT 1 OFFSET 0 in /usr/share/drupal/includes/database.pgsql.inc on line 121.

Forums Not Working as Forums?

So I have this whole thing just about figured out, I think....

But when I (as admin user) hit "Post new topic" it looks like I'm just adding a new story like any other, and it doesn't show up in /forum. I have created a test forum container with two test forums nested in it. I tracked this issue down and made sure I have the Comments module turned on.

I try Post New Topic and they will show up in the Forums block (but not all the time, only when I go to /forum). But they never show in the Forums listing. Both test forums say there are no posts and no topics.

Problem creating stories with postgresql database

Hi,
I've been trying to create a drupal based website, but have run into some problems. The site is running on a Fedora Linux box (details below).

My first problem was in populating the database. After poking around drupal.org, I found the "createlang" solution (http://drupal.org/node/495#comment-1436).

After this, things seemed to look fine - until I tried to create a story. This fails and the log shows:

pg_query() [function.pg-query]: Query failed: ERROR: invalid input syntax for integer: "" in /full/path/to/website/includes/database.pgsql.inc on line 45.

as well as

query: INSERT INTO node (title, body, format, uid, type, teaser, status, moderate, promote, sticky, comment, created, changed, nid) VALUES('Story header', 'Story text', '1', '2', 'story', 'Story text', '1', '', '1', '', '2', '1124997091', '1124997091', '1') in /full/path/to/website/includes/database.pgsql.inc on line 62.

My first question is the obvious: "How do I fix this"? But perhaps even more important is the question: Am I just asking for trouble trying to get a drupal system running with a postgresql database? It seems to me that creating stories is a rather fundamental ability of a drupal-powered website, so for this to fail on a freshly installed site, indicates that postgresql is not an option that is being really actively maintained - or am I wrong here?

Runaway problem caused by Google Desktop (403.shtml not found.)

I don't know the correct forum to post this in, seeing as this is really a post-install problem and not a Pre Install or Install problem.

Anyways, we got our site up and running live recently, and this morning I noticed a whole LOT of 'page not found' errors in the logs:

page not found	Sep 6 2005 - 1:22pm	403.shtml not found.	Anonymous

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal