Jump to:
| Project: | Multiping |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
Hi
I get an error with multiping:
# user warning: Table 'databasename.www_www_node' doesn't exist query: SELECT max(created) FROM www_www_node n, www_term_node t WHERE n.status>0 AND t.nid=n.nid AND (t.tid=1 OR t.tid=2) AND (n.type='blog') in /www/htdocs/w00b6fc7/drupal-6.12/sites/all/modules/multiping/multiping.module on line 174.
# user warning: Table 'databasename.www_www_node' doesn't exist query: SELECT max(changed) FROM www_www_node n, www_term_node t WHERE n.status>0 AND t.nid=n.nid AND (t.tid=1 OR t.tid=2) AND (n.type='blog') in /www/htdocs/w00b6fc7/drupal-6.12/sites/all/modules/multiping/multiping.module on line 178.
it seems multiping sets the prefix "www_" two times and this gives the error...
greets mike
Comments
#1
Thanks for reporting this Mike. Actually it was already noted in #334351: Error in SQL-Queries so I am marking this as a duplicate.
No fixes have been applied for a while (see recent threads about maintainership) but that is soon to change, and this will be one of the first to get done.
Jonathan