Line 84:
Line 84:
*Try also to call login page from a standard PC by adding &dol_use_jmobile=1 as parameter of URL and check you don't have any javascript errors.
*Try also to call login page from a standard PC by adding &dol_use_jmobile=1 as parameter of URL and check you don't have any javascript errors.
*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, you must install the missing packages by launching from command line
*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, you must install the missing packages by launching from command line
−
−
<syntaxhighlight lang="bash">
−
sudo apt-get install javascript-common libjs-jquery libjs-jquery-ui
−
sudo apt-get install -f
−
</syntaxhighlight>
−
−
<syntaxhighlight lang="bash">
−
sudo apt-get install javascript-common libjs-jquery libjs-jquery-ui
−
sudo apt-get install -f
−
</syntaxhighlight>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">