Closed (fixed)
Project:
Quiz
Version:
7.x-4.x-dev
Component:
Code - Quiz core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2012 at 13:22 UTC
Updated:
22 Jun 2014 at 16:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amagdy commentedHow can i bring the maintainers attention to my post ?
Comment #2
Sabareesh commentedHi amagdy,
The best way to grab the attention of the maintainers is to visit http://drupal.org/project/quiz and on the right side 'Maintainers for Quiz' section you can see a list of developers. You can view their personal details and send them a mail about extending your help for module development.
According to me you have done enough to get the attention from the maintainers. By the way your patch works fine once again:)
Comment #3
joemaine commented...will this patch resolve the issue in http://drupal.org/node/1480128
Comment #4
amagdy commentedYes, it should fix the issue at http://drupal.org/node/1480128
but the patch may be out of data, as there is new dev release out...
Comment #5
joemaine commentedThe patches appeared to be against the most recent dev release on the site (2012-Mar-03). I applied them and they seem to be working...at least I'm not receiving the PDOException. I hope the code/patch is in the next release.
Special Thanks amagdy!
Comment #6
zuernbernhard commentedthere is a small mistake in the patchfile (git complains on patching because one header is missing) but as a far s i only use the multiplechoice question type it works anyway afterwards
Comment #7
jaroslaw.kaminski commentedSame problem:
Comment #8
amagdy commentedThe patch failed due to the difference between the release you have and the dev release that patch was coded against.
I don't have time to generate a new patch; sorry.
Comment #9
ludo.rSo this patch doesn't work with current dev version? (7.x-4.x-dev 2012-Mar-03)
Comment #10
Anonymous (not verified) commentedIt should work against the dev version of march 3rd 2012, but the GIT version has changes that conflict with the patch.
Solution would be to patch that file manually or wait for the next release.
@amagdy: thanks for sharing!
Comment #11
ludo.rActually when I patch the module through Netbeans, it only applies to one file, but the others are skipped.
I don't know if I can patch them manually, since I don't know what changes have been made since the previous dev release.
Comment #12
Anonymous (not verified) commentedIf you apply the patch from the commandline it should patch the first, reject the second and continue with the rest of the patches.
Since I'm currently working on some other minor bugfixes for my local version I can't create a patch for you.
I must say that the patch isn't extremely big you should be able to get the patches implemented by opening the patch file and searching for the changed lines (notice the minus sign in front of the line) and updating the with lines (plus signs in front of those lines).
Comment #13
JoDa commentedHi there,
please look here for manual patching. It works, if you are careful.
Comment #14
zoo33 commentedI've rerolled the patch against the latest -dev. It definitely makes a couple of errors go away. Haven't looked closely at the changes, but it seems like it should probably be committed.
Comment #15
klausitrailing white space
use spaces for indentation.
Comment #16
Sherbet commentedCan you create a working patch out of it then klausi ? Current patch (#14) gives errors...
Comment #17
amagdy commentedI'll be updating my live to use the latest dev release this week, I'll generate a new patch and share it with you guys
p.s. I'm the author of the original patch
Comment #18
ludo.rOk, thank you for sharing. I look forward for this patch.
Comment #19
Sherbet commentedAs am I, Quiz is quite a crucial part of my website as well.
Comment #20
falcon commentedPatch has been commited. Thanks!
Comment #21
ludo.rGreat!
Thanks to all of you!
Comment #22
amagdy commentedFixes are includes in the latest Dev release ...
i recommend you use it