Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi, a couple of times i've seen comments in the logs but no comment to be found at the alleged location. Anyone know what might be wrong, or where/how to start looking?
Sample log entry:
<pre>
7/13/2004 - 04:30 comment: added 'Female with outbreak for 4 years' Anonymous view comment view details
</pre>
I get things like;
$result = db_query("SELECT thumb_path FROM {image} WHERE 1");
print("\n");
print("\n");
$size = variable_get("image_default_thumb_size", 100);
print("size = ".$size.";\n");
in my RSS feed. I don't really like this, and was wondering if I'm alone in feeling this way. My friends use various RSS readers to subscribe to my site's content, and they are disturbed when they get php code in their mailbox. Is this considered to be a problem? And if not, why?