hundreds of requests for unknown files in taxonomy menu

FlemmingLeer - February 19, 2006 - 15:20
Project:Taxonomy Menu
Version:4.6.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed
Description

I use Drupal 4.6.5 with a phptemplate version of bluemarine with a self improved navigation at top. But this aslo occured before I made the navigational improvements.

I´m on a .htaccess enabled hosted server currently running php 4 and mysql 4.0.24 running on debian.

Sometimes when this occurs the site is very slow.

example 1:
Type php
Dato Tirsdag, 14 Februar, 2006 - 01:15
Bruger Anonym
Placering /taxonomy_menu/1/7/3/15/modules/tagadelic/themes/bluemarine_navtop/menu.css
Besked Unknown table 'menu' in where clause query: SELECT DISTINCT(n.nid), n.sticky, n.title, n.created FROM node n INNER JOIN term_node tn ON n.nid = tn.nid WHERE tn.tid IN (menu.css) AND n.status = 1 ORDER BY n.sticky DESC, n.created DESC LIMIT 0, 10 i /customers/****.dk/****.dk/httpd.www/includes/database.mysql.inc på linje 66.
Styrke fejl or error in english
Værtsnavn xxxxx

example 2:
Type php
Dato Tirsdag, 14 Februar, 2006 - 15:18
Bruger Anonym
Placering /taxonomy_menu/1/7/10/themes/bluemarine/style.css
Besked Unknown table 'style' in where clause query: SELECT DISTINCT(n.nid), n.sticky, n.title, n.created FROM node n INNER JOIN term_node tn ON n.nid = tn.nid WHERE tn.tid IN (style.css) AND n.status = 1 ORDER BY n.sticky DESC, n.created DESC LIMIT 0, 10 i /customers/*****.dk/*****.dk/httpd.www/includes/database.mysql.inc på linje 66.
Styrke fejl=error
Værtsnavn ****

example 3:
Type php
Dato Tirsdag, 14 Februar, 2006 - 08:23
Bruger Anonym
Placering /taxonomy_menu/1/7/3/119/taxonomy/term/143/all/feed
Besked Unknown column 'feed' in 'where clause' query: SELECT COUNT(DISTINCT(n.nid)) FROM node n INNER JOIN term_node tn ON n.nid = tn.nid WHERE tn.tid IN (feed) AND n.status = 1 i /customers/****.dk/***.dk/httpd.www/includes/database.mysql.inc på linje 66.
Styrke fejl
Værtsnavn *****

#1

FlemmingLeer - February 22, 2006 - 14:04

The correct is thousands. But they originate from the same ip range.

#2

suppasonic - June 8, 2006 - 12:09

same for me, except I used 4.6.6 (I just upgraded today to 4.6.8, so I can't tell whether the error remains or goes away). did you find out what this was?
Szilvi

#3

FlemmingLeer - June 8, 2006 - 13:16
Priority:critical» minor

no i did not.

But I suggest you use db_maintenance.module and run optimze on cache to keep the cache to a minimum.

At one time I had some 45 MB cache before, but now the cache is only between 2-3 MB with some 2000 nodes
Get db_maintenance module here:
http://drupal.org/node/41588

run it either via cron job or using the poormanscron module.

#4

brmassa - January 16, 2008 - 03:20
Status:active» closed
 
 

Drupal is a registered trademark of Dries Buytaert.