Side menu Disapear

Please help, don’t know what happen, I cant find all menu on the left side of the dolibarr. Even the home page menu too disappear. What could have happen? Please help. Thank you.

Desribe the steps/actions you undertook from

- Menu ok
to
- Menu disappeared

Otherwise nobody would have a clue.

Best regards

I installed new Version…3.8.2 when trying to edit Both “Auguria_menu” and “Eldy_menu” it didn’t work. Thanks for being there.

Three ways to investigate it furher:

  1. Set your browser’s vie to NOT using CSS (‘View -> No Style’ in Firefox)
  2. Look at the source code of the webpage with the error (CTRL-U or STRG-U in Firefox)
  3. Add
error_reporting(E_ALL);
// error_reporting(E_ALL & ~E_NOTICE);
ini_set('display_errors','On');

add the begining of htdocs/index.php. And poste the last lines of the erors received.

Best regards