DCoda
Forum Replies Created
-
Forum: Plugins
In reply to: [PollMe] [Plugin: PollMe] Public PollOn the manage page, under the general heading.
Change privacy from private to public.Public polls just use cookies to prevent multiple submissions, it does mean that people can delete cookies and vote many times if they know what they are doing.
Regards D
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] How to publish quizesCan i take it that is still only happening on the results page and nowhere else?
This is even simpler code for the results page as a test.
http://downloads.wordpress.org/plugin/quizme.2.4.1.debug5.zipA diag file is not required, that only give me info about your setup, and not more info about the problem.
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] How to publish quizesWe’re having trouble finding a compatible fastcgi confirmation for our test servers.
Another debug version is available
http://downloads.wordpress.org/plugin/quizme.2.4.1.debug4.zip
This has had most of the results code removed, and we will add it back line by line till we can see the problem, if you would be so kind as to try it on your servers.regards
DForum: Plugins
In reply to: [PostDate] [Plugin: PostDate] Strips categoriesNot sure why it should strip categories, it just makes WordPress publish the post and nothing else.
This will be looked into.Regards D
Forum: Plugins
In reply to: [QuizMe] Extra Fields in quizmeWhen development has settled we intend to add extra documentation. Until then we hope that it is intuitive enough.
Forum: Plugins
In reply to: [RSSInjection] [Plugin: RSSInjection] Cannot access settingsThe fix will be released with the next version. The problem with the multi language should be fixed also.
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] How to publish quizesThanks, that might have helped. We just need to do a bit of research and and try to configure a test server.
Since both your problem servers are different version of php that can be ruled out. But they php handler in both cases seems to be fast/cgi, our test system where either cgi or apache, so that could be a probable cause.
We’ll post more info when we have some.Regards
-DForum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] How to publish quizesplease send the diags to
http://dcoda.co.uk/contact/Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] How to publish quizesThis has me totally confused as to the cause if it happening on 3 different systems.
Any chance of a full diag file from the other 2 hosts, then maybe i can find a common cause.-D
Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Rejected for bad headersA subject field is optional, it will be filled in with a default if one is not supplied.
I was just thinking what could be in the header apart from the known strings.The from address is taken from the name and email fields in the form. If you use one with the same domain as the sites domain we will know wether this is the problem or it something else.
Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Rejected for bad headersThere should be nothing in header that doesn’t conform to the standard layout.
However the from field and subject field ( if you supplied one) are included in the header, along with the blogs encoding type.What email address are you using in the from field? is it from your domain. Sometines ISPs block sending emails from other domains for spam reasons, and the plugins does send emails from the sender to make it easier for you to reply.
Also it is possible with postfix to turn off header checking, if this is something that you can do please do so so we can get an email to check exactly what is in the header.
Regards
DForum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] How to publish quizesWell its loading the correct code, and it should execute it without any erros just like on our test systems, even though yours is a slightly different version and using fast/cgi unlike ours.
So before we get deep down into checking every line, Here is a test version that has been reformatted and the syntax slightly changed to see if that helps.http://downloads.wordpress.org/plugin/quizme.2.4.1.debug3.zip
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] How to publish quizesThank you for persisting with this 🙂
The new messages tell me what parts of the code are executing ok.
There would be no visible problems with view.php, the line in question is dealing with the responses, it is loading them and executing them as php.
The fault does look like it is in the saved responses.
please try
http://downloads.wordpress.org/plugin/quizme.2.4.1.debug2.zipI’ve narrowed the markers to get closer to the problem. Also it should now display the code it is trying to execute to produce the response. This code is syntactically correct , I just want to see if it actually loading in the correct saved option.
Regards D
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] How to publish quizesCan’t sport anything that should cause that error. Its a syntax error which it what seems odd, that should occur on all systems, and the one it infers does not appear in the code.
please install this test version
http://downloads.wordpress.org/plugin/quizme.2.4.1.debug1.zip
it has a few display markers to help narrow down the location of the objectionable line of code.Regards D
Forum: Plugins
In reply to: [PollMe] [Plugin: PollMe] Graph Options Showing All CodeThe options on the graph are part of the image created by google images. It may be possible to move the graph over to the left of the options, by changing the options to google charts.
http://code.google.com/apis/chart/
The file that generates the image is
/library/survey/controller/controller.phpit is the png function that generates the image.
Well we endeavor to find a proper solution to your problem in a later release. We are currently bogged down with testing of the next release of the formplugins.
Regards
D