rodriciru
rodriciru
HI. I think I got it. Docker-compose.yml: ```yml version: '3.8' volumes: phpmyadmin: services: www: image: httpd:alpine volumes: - "./www:/usr/local/apache2/htdocs" - "./conf/httpd/httpd.conf:/usr/local/apache2/conf/httpd.conf" - "./conf/httpd/vhosts:/usr/local/apache2/conf.d/vhosts" - phpmyadmin:/var/www/html/phpmyadmin #THIS LINE IS KEY environment:...
Same problem here for .master files (ASP.Net Framework). .master files starts with `
How about this?
I like it.....
https://github.com/PrestaShop/hummingbird/pull/477
I dont know how to reject this changes, so i hope i do it ok
> Hello @rodriciru , > > I tried to install your PR, but I have an error, the theme can't be applied to my FO : > > ``` >...
> @rodriciru Can you show what error you are getting? I deleted the images from the category but I get no error 🤔 More than an error is a PHP...
I get a php warning at smarty compile (i suppose if i disable cache i will get something similar) **The warning looks like this, but is not exactly this:** [03-Apr-2023...
> @rodriciru that's odd, `empty` for this key should be safe 🤔 have you checked this file 078ccc9839dcacadc15c0f4aa16f402af5079aa_2.file.category.tpl.php on line 57 to see if it is really about this line?...