I use pathauto and path to give "pretty" names to all of my nodes.
When I look through accesslog, I see two kinds of records for any given node. The first logs the real name of the node and has a proper title for the node. The second lists the aliased name and does not list a title for the node. When the latter is logged, the counter for the node is not increased.
I'm unsure of what other information to give, so I'll give some things that are rather related and see what can be groked from it.
* I use Drupal's caching
* I'm using PHP 5 and MySQL 5
* I have an Apache redirect for example.com -> www.example.com so that login cookies always work
* I have several thousand nodes and, thus, several thousand path aliases
* I've reviewed statistics_exit for HEAD and don't see significant changes that would affect this behavior and presume it to affect HEAD as well
* When I go to the page, the counter increases; I cannot reproduce this with my browsers.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | accesslog_history.sql | 28.29 KB | sime |
Comments
Comment #1
codepoet commentedVerified issue in 4.7.0b6 as well.
Comment #2
simeI tried to replicate this, and couldn't replicate it with just path enabled.
Then I installed pathauto, and the blank titles started appearing. My first guess is that this is either pathauto, or the combined effects of pathauto and path.
I've attached an SQL dump of my access log.
I am moving this over to the pathauto queue for consideration.
Simon
Comment #3
codepoet commentedI'm not seeing this anymore in RC3.