[solved] issue on admin panel "Error_occurred"

Hello,



I had a problem with my admin panel, all of “css files” are disappeared.

When I try to access the admin panel, I just see links without any buttons or colors.

I tried to delete the cache and that takes me to another problem which is

When I tried to access the admin panel I get “Error_occurred” .



I tried to find a solution or similar problem in the forum but unfortunately I didn’t find anything

In case someone gets the same problem in the future, I solved this problem and here it is the solution



1- open the file “config.local.php”



Find this line

<br />
'join_css' => true, // is used to unite css files into one file<br />

```<br />
<br />
Make it false<br />
<br />
<br />
and enjoy,,