now a strange thing is happening.
I was trying to re-enter the admin panel but a blank page appears, how can I fix it?
It seems strange to me having only modified the custom.css
if I activate the diagnostics mode with this modification, by modifying the config/defines.inc.php file:
searching for the following string:
define('_PS_MODE_DEV_', false);
and changing it as follows:
define('_PS_MODE_DEV_', true);
The admin panel works.
I did some searching on the forum and came up with this:
1) backup the folders:
var\cache\dev
var\cache\prod
2) renamed the folders to "dev_BACKUP" and "prod_BACKUP"
3) tried to reload the front and the admin was able to upload everything.
The thing that is not clear to me is, apart from why this happened, that it recreated the "prod" folder but not the "dev" one.
Can anyone tell me something about it?
Thank you