Somehow the editing toolbar vanished and isn't visible anymore. What should I do?
If your browser is Firefox, Mozilla or Netscape, please check the dom.disable_image_src_set tip.
The editing toolbar is built through JavaScript. This means if there is an error in the JavaScript somewhere the script will be aborted and the toolbar won't be visible. To troubleshoot this follow the following steps:
Obviously make sure you have JavaScript enabled and are using a recent Browser
Try to force a reload
Sometimes the Browser has a broken script in its own cache
Use Shift-F5, Ctrl-F5, Ctrl-Shift-R or what ever your browser needs to force a reload
Do this in the edit mode (ignoring the warning about repetitive POST data sending)
Please be sure that the
JS is loaded (through a call to the
tpl_metaheaders() function within your template).
If you upgraded from an earlier version of DokuWiki make sure to have an up-to-date conf/dokuwiki.php file
always put your changes in the local.php file
Undefined config values are known to break the JavaScript, so this is important! (i.e.: make sure $conf['usedraft'] is defined)
Try disabling any installed third party plugins, their JavaScript might be broken
Try different Browsers
-
If you still have problems, check the JavaScript Error console of Firefox and report errors in the
bug tracker
Make sure you have disabled the
compacting option before
If you encounter problems caused by a 3rd party plugin please contact its author and ask her to fix it.