Hi, I've almost read all the posts about reindexing the database.
But I can't re-index my database. And I really can't find a way to do it. Searched all the admin pages ect.
When I try to do a manual reindex by index.php?q=admin/search/reindex then I get the following error
warning: call_user_func_array() expects first argument, 'admin_admin', to be a valid callback in C:\Program Files\Ensim\SiteData\webppliance\conf\domains\dpoy51\Inetpub\wwwroot\nieuws\includes\menu.inc on line 108.
When using xtemplate theme (on drupal 4.2) , the frontpage containing the login box also includes top-menu links and blocks. On a site with no guest access, a visitor should get an 'access denied' when clicking any link in the menu or in a block. However, it appears that some content _can_ be accessed by visitors who are not logged in yet, even if no permissions are granted to anonymous. (Apparently various modules fail to check for $uid).
Greetings everyone! I am working on using Drupal as a LiveJournal-like community site for some friends and colleagues. The only problem is, I don't like using the word "blog" as someone's online journal. I was wondering if anyone had tips or instructions on how to change every out-putted reference of the word "blog" to the word "journal."
OK, before anything else, yes I'm aware of the existing threads about quotes being inappropriately escaped. Unless I've missed something, the solutions consist of setting magic_quotes_gpc/runtime if possible, and some hacks to remove the escapes by hand if not.
I believe I have set these php variables using set_ini. I have verified this by adding a phpinfo to the footer, and the local value for all the magic_quotes variables is Off, as well as the fact that I don't get the warning message.