Hi,
Fast_404 returns true if page starts with an existent path in menu_router.
Example: http://xxx.com/adminpagenotfound
in line 147
{
$sql = "SELECT path FROM {menu_router} WHERE ? LIKE CONCAT(path, '%')";
}
is returned "admin", so fast_404 return TRUE.

Thanks

CommentFileSizeAuthor
#2 fast_404-menu_router_reg-20160530.patch551 bytesbotelho
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

botelho created an issue. See original summary.

botelho’s picture

botelho’s picture

botelho’s picture

not working... js pages are marked as 404...
need more work