Hi Daniel,

there is another db bug in my configuration (installed module Views Gallery ) references between content types "image" and "gallery".

(see attachments)
The first error appears after logout.
The second error appears after click on menu "content".

Comments

danielb’s picture

Your attachments don't work

danielb’s picture

Status: Active » Postponed (maintainer needs more info)
danielb’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
true-pal’s picture

StatusFileSize
new42.95 KB
new22.32 KB

here the files again ...

true-pal’s picture

Status: Closed (cannot reproduce) » Active
danielb’s picture

Status: Active » Fixed

got it thanks, should be right in beta9

true-pal’s picture

Status: Fixed » Needs work

thanks, it seems that bug 1 is solved, but bug 2 (second jpg) is still remaining.

danielb’s picture

There is an additional bug in beta9 that was fixed in beta10 which may affect this. You'd also need to rebuild the content access permissions to make the problem go away, I imagine?
Unless I've misdiagnosed the problem (a bad 'gid' value being given in ...._node_access_records())

paulmckibben’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta10

I am seeing an issue in beta10 similar to this (perhaps the same?).

My specific warning:

User warning: Unknown column 'content_type_event_type.field_program_value' in 'field list' query: SELECT content_type_event_type.field_program_value AS reference FROM content_type_event_type INNER JOIN node ON content_type_event_type.vid = node.vid in _db_query() (line 148 of /home/paul/work/git/cse_events/pressflow-6/includes/database.mysqli.inc).

The column name should be "field_program_nid". In my database:

mysql> describe content_type_event_type;
+-------------------+------------------+------+-----+---------+-------+
| Field             | Type             | Null | Key | Default | Extra |
+-------------------+------------------+------+-----+---------+-------+
| vid               | int(10) unsigned | NO   | PRI | 0       |       |
| nid               | int(10) unsigned | NO   | MUL | 0       |       |
| field_program_nid | int(10) unsigned | YES  | MUL | NULL    |       |
+-------------------+------------------+------+-----+---------+-------+
3 rows in set (0.00 sec)
paulmckibben’s picture

Status: Needs work » Needs review
StatusFileSize
new774 bytes

I've attached a one-line patch for beta10 that seems to fix the issue I'm having.

bshelden’s picture

In ref to #9 and #10. I have this issue as well, and the suggested fix did fix the issue for me.

danielb’s picture

Status: Needs review » Fixed

Woops, I fixed that in D7 not D6. Now fixed in D6 as well.
Sorry guys.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.