Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
DouxDoux Member
@douxdoux-1312 · Joined 3 years ago · 14 posts · 7 topics · 5 reputation
Badges
Recent posts
-
Connecting the form plugin with the database plugin
· 2 years ago
Yeah I set up the SqLite plugin first, but I'm more used to Postgresql (especially when it comes to remotely access the db which would be required for the project) !
-
Connecting the form plugin with the database plugin
· 2 years ago
I'm trying to find a way to connect my GRAV form to my postgresql database using the database plugin. The goal would be to save the form content to the database. I have all the prerequisites installed
-
Save image as BLOB with SQLite plugin
· 2 years ago
I'm using both the form plugin and the SQLite plugin to save every submission in a SQLite db. Everything works fine, except it's not letting me save images in my db. I'm new to php so it might be some
-
Nginx: Error 404 when uploading file
· 2 years ago
Ended up switching to Apache. Way easier 😉
-
Nginx: Error 404 when uploading file
· 3 years ago
Thanks for the clarification! Do you mean my nginx droplet main /tmp file ? I gave full permission to this one, plus the /home/grav/www/html/tmp. I also tried switching ownership of /tmp from root:roo
-
Nginx: Error 404 when uploading file
· 3 years ago
I'm using Grav with Nginx. My issue is that I keep getting an error when I upload a file in a form. I checked the Nginx error log file, and it seems the problem is where it's trying to temporary upl
-
Grav can't load CSS and JS on webserver
· 3 years ago
Fixed it. If someone experiences the same issue, here's how I fixed it. I added grav as a run user in the nginx.conf file located in /etc/nginx user www-data grav;
-
Grav can't load CSS and JS on webserver
· 3 years ago
Sorry : I followed this installation guide : https://learn.getgrav.org/17/webservers-hosting/vps/digitalocean Only thing I changed is this fastcgi_pass unix:/var/run/php/php7.2-fpm.sock; for this fast
-
Grav can't load CSS and JS on webserver
· 3 years ago
Sorry for this faux pas ! I deleted the other post.
-
Grav can't load CSS and JS on webserver
· 3 years ago
I've just installed Grav on my DigitalOcean droplet. Almost everything is working. However, it's not loading any JS nor CSS. This is the message I get in the console : Same thing if I look at the sou