Upon installation of the Drupal Tweaks module and all its submodules (inline_messages as well), I see a message "Inline Messages modules settings are available at Administer > Site configuration > Inline Msg".
But on this page (admin/settings/inline_msg) there are nothing (only title "Site settings").
Also I see nothing in my menu "Site configuration"... I think, I should see menu item "Inline Msg", no?
Or there are something, that I must to do for detect where is Inline Msg module and how it works? Ah! I see its permissions on permissions page. But that is all that I see related this module (Inline Msg)...
I install and uninstall this module 3 times...
Drupal 6.17
Theme Acquia Marina
(sorry my english)
Comments
Comment #1
palmaross commentedMy first message from Drupal Tweaks module (is it "inline message"?) upon its installaton:
Fatal error: Call to undefined function drupal_tweaks_log_backtrace() in S:\home\mindmanager\www\sites\all\modules\drupal_tweaks\drupal_tweaks.module on line 485
What does this message means?
483 if (variable_get('drupal_tweaks_backtrace_php_log', TRUE)) {
module_load_include('inc', 'drupal_tweaks'); // load additional function from included file
485 drupal_tweaks_log_backtrace($log);
}
break;
Thank you!
Comment #2
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.