Server running DRUPAL-5 CVS version.
This watchdog reports "error", which shows up randomly when ad and non-ad pages are being viewed by both anon and auth users.
Seems like a generic version related problem: http://drupal.org/search/apachesolr_search/missing%20argument%203

Comments

fgm’s picture

Status: Active » Closed (won't fix)

The third parameter to hook_access implementations is only provided in Drupal 6, therefore code for 4.7.x/5.x should not have needed it. On 5.x this hook always applies to the currently logged-in user.

Since this issue does not apply to 6.x and 5.x is no longer supported, closing.