I am currently developing a website hosted on my raspberry Pi in which I use forminator to create a ‘registration’ form for new users. Basically, I want to take the submissions from this registration form as they are submitted, and insert them into a database hosted on the raspberry pi aswell. The database is named ‘docdash’ and the relevant table is ‘registration’ and i created these using the MariaDB protocol via normal MySQL syntax on my raspberry pi command line interface.
I really need help with this as soon as possible so I would appreciate any input! I have a very basic understanding of php, however, I understand that I may be required to use a php script to achieve this and I am happy to do that.
Thanks heaps in advance!!! (I didnt link the site as its hosted and only accessible over my LAN).
]]>Any help is much appreciated.
]]>My server is set up in a Raspberry Pi runing Nginx and the problem would only occur when the file was complex but not big enough. I tried what was suggested in another post here to decrease File Chunk Size in the plugin settings but it did not work.
So I found the solution and I would like to share it with you. I also noticed from time to time a 504 Gateway timeout error. The solution for me was to increase the timeout setting to prevent the 504 error from happening and it also helped to prevent the Error #-200: HTTP Error as well.
Here is a webpage containing the solution of how to increase the nignx timeout settings:
https://support.plesk.com/hc/en-us/articles/115000170354-An-operation-or-a-script-that-takes-more-than-60-seconds-to-complete-fails-on-a-website-hosted-in-Plesk-nginx-504-Gateway-Time-out
Basically the steps are to open the nginx config file
nano /etc/nginx/nginx.conf
and add the following lines to http { }:
http {
<…>
proxy_send_timeout 180s;
proxy_read_timeout 180s;
fastcgi_send_timeout 180s;
fastcgi_read_timeout 180s;
}
I have almost given up. Not sure what is wrong. I have installed WordPress site locally on Raspberry Pi. Have done portforwarding in router. I can access site locally but when someone try to access using the no-ip url it does not work. I have also tried all methods on the web, like setting up site URL using below lines in the config file. Please do help else I will go mad.
define( 'WP_SITEURL', 'https://jiaparte.myvnc.com' );
define( 'WP_HOME', 'https://jiaparte.myvnc.com' );
]]>I’ve been trying to set up WordPress on my Raspberry Pi using this guide
I’ve installed everything and set up a database on MySQL. I try logging in via the web browser and record the correct user and password, but I always get a page saying that it wasn’t able to establish a connection with a server.
Is anyone able to help?
]]>I am running my own webserver with apache2, php7.0 and wordpress on a raspberry pi running raspbian.
When i go into theme or plugin and presses the add new button, i get the following message.
“An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums.”
I have port forwarded the following ports: 80, 443 and 22.
Does anyone know, what to do, with this issue?
Best regards.
Daniel J
Downloading update from https://downloads.www.ads-software.com/release/wordpress-4.9.1-no-content.zip…
Unpacking the update…
Verifying the unpacked files…
Preparing to install the latest version…
The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.: wp-includes/functions.php
Installation Failed
——
I do not know what was different this time on this update. I tried rolling back all of my plugins with no luck.
What should I do to gain consistent file permissions?
Thanks!
]]>I have enabled permalinks several times. Redone my .htaccess file and have cleaned out all the mess that posting all of these unaccesible pages has made of my DB and retried to no avail.
At a high level it looks like wordpress is writing to the database fine, but cannot access these posts, or is looking in the wrong spot. Example – the guid that i get from a new post resolves to the proper permalink structure(post name), but apache throws a 404 when the browser gets redirected to either the guid page, or permalink page.
Any ideas?
]]>-Found out there was not ‘.htaccess’ file. I created it in my blogs root directory.
-Went through and changed server type to apache in vars.php file (broke things, changed it back)
-Went into phpMyAdmin and looked at my wordpress database. I find the the guid of the page entries do not match the url generated by posting the page. Even entering these guids gives me a 404 error.
Any ideas as to what might be going wrong here, or where i could start debugging?
]]>