I disable the module, delete it from the module directory but i can't put any page in my settings, i create and set a page to display 404 error but it redirect me in the home page only search/node/ page work,
in the .install file
<?php
/**
* Setup Search 404 by changing Drupal's 404-page to search404.
*/
function search404_install() {
search404_enable();
}
how to disable the search404 function after uninstalling the module
Thanks
Comments
Comment #1
forngren commentedIs this still an issue?
Can you reproduce it?
(fixed in 5.x-dev)
Comment #2
zyxware commentedIf there is no response to this issue in another week, I am going to close this. The issue has been fixed in 5.x-dev.
Comment #3
larssg commentedClosing, see comment #2.