Changes

m
no edit summary
Line 80: Line 80:  
* If you installed Dolibarr with the debian package, check into directory '''/usr/share/javascript''' that you find a directory called '''jquery''', '''jquery-ui'''. If one of this directory is missing (or if all directory '''/usr/share/javascript''') is missing:
 
* If you installed Dolibarr with the debian package, check into directory '''/usr/share/javascript''' that you find a directory called '''jquery''', '''jquery-ui'''. If one of this directory is missing (or if all directory '''/usr/share/javascript''') is missing:
 
- Install missing packages by launching from command line
 
- Install missing packages by launching from command line
<source lang="bash">
+
<syntaxhighlight lang="bash">
 
sudo apt-get install javascript-common libjs-jquery libjs-jquery-ui
 
sudo apt-get install javascript-common libjs-jquery libjs-jquery-ui
 
sudo apt-get install -f
 
sudo apt-get install -f
</source>
+
</syntaxhighlight>
    
== Failed to login ==
 
== Failed to login ==
 
If you failed to login, even if you are sure, your login, password (and eventually captcha code) is ok, check to your web hosting provider that url is the DIRECT url and not a rediction to the direct hosted url of your instance.
 
If you failed to login, even if you are sure, your login, password (and eventually captcha code) is ok, check to your web hosting provider that url is the DIRECT url and not a rediction to the direct hosted url of your instance.