Site offline on XAMPP

[h]Hi people

I’m making the first installation of Mautic using XAMPP and i’m getting this error massage:[/h]



The site is currently offline due to encountering an error.

If the problem persists, please contact the system administrator.

System administrators, check server logs for errors.



pls help

[h]Hi people
I’m making the first installation of Mautic using XAMPP and i’m getting this error massage:[/h]

The site is currently offline due to encountering an error.
If the problem persists, please contact the system administrator.
System administrators, check server logs for errors.

pls help

I found this typically being a permission error. Do your usual tango in the mautic directory of the web-server:

chmod -R www-data:www-data . find . -type f -exec chmod 644 {} ; find . -type d -exec chmod 755 {} ;

Thanks a lot for the support @andrass , this was the solution for the problem i was facing