-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when creating new Poll #151
Comments
Ran into that, too, on Debian Testing with Ruby 3.1.2 (Debian package
Code is at 5893e39, i.e. current HEAD as of this writing. The only local changes were made to the
|
This seems to be the same issue as #145 and there is fix in there which helped for. Will provide a patch via pull request later, but for now this shell snipped worked for me: git grep -l YAML::load | xargs sed s/YAML::load/YAML::unsafe_load/ -i |
…d TimePollHead Fixes kellerben#147, kellerben#151
…d TimePollHead Fixes kellerben#145, kellerben#151
…d TimePollHead Fixes kellerben#145, fixes kellerben#151 Based on the discussion in kellerben#145, @dl8dtl's initial patch suggestion and reading https://docs.ruby-lang.org/en/master/Psych.html to understand the remaining open question by @JoJoDeveloping where the config needs to go.
Hello Everybody,
i'm not sure if there's anyone out there who still looks into this section but at least i wanted to try finding somebody to help me.
Of course i've read the several posts here that were dealing with the same problem but all of them got closed with e.g. "i made everything new, now it works but i dont know why" ....so, i also made everything new but i am still unable to create new polls.
My Problem is: Dudle frontpage is working, check.cgi doesn't show any errors but every time i try to create a new poll i'm running into the same error:
Dudle-Log shows:
[Wed Aug 09 14:23:04.492127 2023] [cgid:error] [pid 9683:tid 140036099913408] [client 10.242.2.4:61371] End of script output before headers: edit_columns.cgi, referer: http://10.xx.xx.xx/
I have installed the following tools on my Debian machine:
My Apache dudle.conf:
The .htaccess file located in /var/www/dudle/ is the default one but i also tried adding "SetEnv GIT_..." params into it without success.
Output of cd /var/www/dudle/test8/
git log
cat data.yaml
But i have to mention that i had to enter following command for not receiving any git errors
git config --global --add safe.directory '*'
Pls does anyone have an idea for my issue?
Thank you!
The text was updated successfully, but these errors were encountered: