Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Error on image-urls after upgrading to 0.9.30
· 11 years ago
Yes! Thanks! :)
-
Error on image-urls after upgrading to 0.9.30
· 11 years ago
So all good now?
-
Error on image-urls after upgrading to 0.9.30
· 11 years ago
The first codeblock is from livesite. I have changed the slug on local but it is the same.
-
Error on image-urls after upgrading to 0.9.30
· 11 years ago
@rhukster well, now it's working again! before upgrade: <img src="/joville/user/pages/01.home/_teaser/joville1x.png?c1419a8a 1x, /joville/user/pages/01.home/_teaser/joville2x.png?c1419a8a 2x" data-
-
Error on image-urls after upgrading to 0.9.30
· 11 years ago
@joville, can you give me the before and after in code blocks (see the questionmark in the forum text input box). I'm trying out work out if the URL is actually changed or if its a bad 'paste'. There
-
Error on image-urls after upgrading to 0.9.30
· 11 years ago
I have implemented lazysizes on my site for the images (via page.media.url) which have been working nice until upgrading to 0.9.30 today. Now I am getting empty images with ressources not found. After
-
Add multiple products to cart programmatically in PHP programming?
· 11 years ago
I was trying to add multiple products to cart in PHP programming. But I am not able to add these multiple products. Can you please provide me some useful URL links of PHP questions and answers related
-
Put a /cgi-bin in grav installation
· 11 years ago
Sorry missed your post, but you cannot create a php page with Grav. For security reasons it uses Twig for output. You can probably create a simple plugin to provide custom functionality equivalent to
-
Put a /cgi-bin in grav installation
· 11 years ago
Hi @stevewi. As @rhukster already pointed out, you can actually create a cgi-bin folder directly in the root of the site and place your script there. E.g. if your script is namend action.cgi, then it
-
Put a /cgi-bin in grav installation
· 11 years ago
Well, I take it by your silence that you can't do what I ask. So, I'm left with the cgi-bin approach. I need to process a POST request generated by a form submission. Where do I put the server for