DokuWiki

It's better when it's simple

User Tools

Site Tools


faq:toolbar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq:toolbar [2010-11-12 20:06] 79.120.116.188faq:toolbar [2023-03-09 18:05] (current) From-Russia-with-Love
Line 1: Line 1:
-====== No editing toolbar ====== +====== No editing toolbar  ======
- +
-First of all: try to set $conf["compress"] to 0 in dokuwiki.php!!!+
  
 :?: Somehow the editing [[:toolbar]] vanished and isn't visible anymore. What should I do? :?: 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 [[tips: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: :!: 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:
 +
 +Problem with the browser
  
   - Obviously make sure you have JavaScript enabled and are using a recent Browser   - Obviously make sure you have JavaScript enabled and are using a recent Browser
-  - Also make sure to run a recent DokuWiki version((older DokuWiki releases will not work with Google Chrome)) 
   - Try to force a reload   - Try to force a reload
     * Sometimes the Browser has a broken script in its own cache     * 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     * 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)     * Do this in the edit mode (ignoring the warning about repetitive POST data sending)
 +  - Restart the computer
 +  - Try different Browsers
 +  - Try disabling Browser-Addons that might interfere with JavaScript
 +
 +Problem with [[:DokuWiki]]
 +
 +  - Also make sure to run a recent DokuWiki version((older DokuWiki releases will not work with Google Chrome))
   - Please be sure that the JS is loaded (through a call to the ''tpl_metaheaders()'' function within your template).    - Please be sure that the JS is loaded (through a call to the ''tpl_metaheaders()'' function within your template). 
     * Look at the source of your page and find the js.php line     * Look at the source of your page and find the js.php line
     * Load the js.php file (e.g. ''%%http://example.com/dokuwiki/lib/exe/js.php%%'') in a new window to see if everything appears.     * Load the js.php file (e.g. ''%%http://example.com/dokuwiki/lib/exe/js.php%%'') in a new window to see if everything appears.
-  - If safe mode is enabled on the server, you might have to manually disable the **copy($cache,"compress.zlib:/...** on line 160 (approx). Just add two slashes in front of the line. 
   - If you upgraded from an earlier version of DokuWiki make sure to have an up-to-date ''conf/dokuwiki.php'' file   - 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     * 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)     * 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+    * Make sure the file /lib/exe/jquery.php has the proper permissions to be read by your webserver (try to access it from the web) 
 +  - Try disabling any installed third party plugins, their JavaScript might be broken (i.e.: remove the old jquery plugin)
     * After disabling do the force reload thing again     * After disabling do the force reload thing again
   - Try remove your conf/userscript.js if you have any   - Try remove your conf/userscript.js if you have any
     * After disabling do the force reload thing again     * After disabling do the force reload thing again
-  - Try different Browsers +  - If the [[config:gzip_output]] option is enabled, try disabling it
-  - Try disabling Browser-Addons that might interfere with JavaScript+
   - Disable the JavaScript/CSS [[config:compress|compacting]] option   - Disable the JavaScript/CSS [[config:compress|compacting]] option
     * Do the force reload thing again of course ;-)     * Do the force reload thing again of course ;-)
Line 34: Line 37:
     * Make sure you have disabled the [[config:compress|compacting]] option before     * Make sure you have disabled the [[config:compress|compacting]] option before
  
-If you encounter problems caused by a 3rd party plugin please contact its author and ask her to fix it.+ 
 +If you encounter problems caused by a 3rd party plugin please contact its author and ask him/her to fix it.
faq/toolbar.1289588817.txt.gz · Last modified: 2010-11-12 20:06 by 79.120.116.188

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki