Hello,
I'm working on a processwire based website in my local webserver (I don't have a lot of experience in processwire).
I linked a new CSS file but no update on the website. I read some posts on the forum and decided to add
$config->templateCompile = false;
to my config.php to see if it was a compiler/cache issue. Then, white screen for all the pages even the admin pages. The only information I get is [HTTP/1.0 500 Internal Server Error 19ms] in the inspector console. I already tried to change back the config.php file or to add
$config->debug=true;
but nothing in the errors.txt.
Any ideas ?
Thank you