radio-active-man
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the datamy hosting provider was able to help me and the problem is solved now! ??
reason: as you can see in my info.php,
the master value of arg_separator.output is: “& a m p ;”
and all the values of curl command after the “&” didn’t transfered as a consequence.the solution is to add following command to the htaccess file:
php_value arg_separator.output &
if other users will also run into that problem: it could be possible that other hosting provider also have this “& a m p ;”– configuration as standard setting, now we know how to fix ??
Thank you very much for your patience and help!
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataok, thank you for the hint, now I managed to login with my username + ssh password!
but when entering your command, I get following back:
” -bash: curl: command not found”Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataI’m using mac/terminal. when I enter “ssh root@*IP of my server* I wasn’t able to login, I got back following message:
“ssh: connect to host *IP of my server* port 22: Connection refused”Then I entered your example command directly into the terminal and now there is 12345 in one column and 67890 in the other – like you wrote. This works but I’m not sure if this is the correct way doing this (also because of the ” Connection refused” message before)..
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataI am underway now and will try it later, first I have to deal with the shell access, never doing this before ?? thank you again! laters
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataFYI I’ve made an upgrade now and should have shell access now ??
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataactually I don’t have shell access to my server, it is chargeable and I have to upgrade my webpack to the expensive pro version, which I actually dont need. But I will figure out if they give me a temporally access.
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the datasorry, I don’t know if I have a shell level access and how to run a cURL command…sounds very complicated to me ??
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataI’ve change the php version from 5.3. to 5.5 and now we have 32M as standard post_max_size, here some more information: https://valentinheinrich.com/high-way/info.php
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataregarding the post_max_size: I googled a bit and it should be possible to change the size via htaccess (my provider is hosteurope), I’ve added this two lines at the end of the htaccess file (in “.com/high-way/.htaccess”):
php_value upload_max_filesize 25M
php_value post_max_size 25Mbut actually I see no changes in behaviour regarding the problem
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataIt’s updated to v0.82 now and I will check my configuration regarding the post_max_size.
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the datano prob! debug mode is turned on, many thanks gain
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataHi Mike, do you have any solution that I can use your plugin without these odd behaviors on my site? I googled a lot last week but wasn’t able to find a solution ?? many thanks
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the dataok, many thanks again.
yes, but not only the second value isn’t being sent, if you have 3 or more content fields/values they won’t transfered to the sheet – except the 1st value / column (e.g. https://valentinheinrich.com/high-way/xyz/)
if there is anything which I can do to help, let me know
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the databut now it is not anymore possible to submit content ??
Forum: Plugins
In reply to: [Google Forms] transfer to sheet: only 1st column get the databoth fields are set to “required”