Closed (fixed)
Project:
Site Notes
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 May 2007 at 15:17 UTC
Updated:
5 Jun 2007 at 21:16 UTC
Jump to comment: Most recent file
After installing and making one test sitenote I get this warning after trying to access sitenotes from site-construction menu.
user warning: Unknown table 'n' in field list query: SELECT DISTINCT(n.nid) FROM node WHERE type = 'sitenotes' LIMIT 0, 10 in /home/sterwind/public_html/drpl5/includes/database.mysql.inc on line 172.
It's a pity. It is a very usefull module for me.
Please let me know how to correct this problem.
Kind regards,
Sjaak Terwindt
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | sitenotes.patch | 1.19 KB | mdroste |
Comments
Comment #1
mdroste commentedChange this line
to
Comment #2
sjaakter commentedThanks. Works fine now.
Regards, Sjaak Terwindt.
Comment #3
mdroste commentedHere's the patch
Comment #4
nancydruThe SQL part of the patch is fine, but there is other stuff there too. I am committing a fix. It will roll in tonight.
Comment #5
nancydru