25 May
2005
25 May
'05
2:09 p.m.
to the end of my /var/www/drupal/.htaccess, every Drupal page starts with the following warning:
warning: mb_strrpos() [function.mb-strrpos]: Empty haystack in /var/www/drupal/includes/menu.inc on line 974.
which, of course, breaks any following header() calls.
What do you think about the whole idea of forcing this overload on Drupal? Is it feasible and I should pursuit the warning (and any other that follow), or should I simply drop this idea, as it will break Drupal and/or any popular modules anyway?
IMHO one should hunt down and fix the empty haystack errors. Goba