![]() |
Quote:
|
First, thank you nHawk for helping me out and looking into things. =)
Now, a few suggestions.
I know that's a lot of stuff and some of it isn't probably all that quick/easy to do, I'm just asking for you to consider these options in any future release you do. Thanks again, the mod is awesome and I think some of these changes would just make it even better if you have the time/desire to do it. =) |
Thanks for the update Nhawk,
I just updated to 1.2.0 And the raffle now draws when I run the scheduled task. There is only one problem: I have set the option "Allow One Member Multiple Wins" to No. But still there is 1 user that won all 3 prizes :S Now the raffle of last month has to be redrawn... Is there a way to solve this? |
I am curious how you set the colors like the last screenshot??
|
Quote:
I am unable to duplicate this on any test or live server I have access to. :( If you don't have enough unique entries to draw the raffle this is what is logged in the scheduled task log.. Quote:
Quote:
vBulletin version PHP version MYSQL version Any other information you feel might be relevant thanks! EDIT: OK, now I'm really confused! After installing the Raffle system on a fresh server with the latest versions of PHP and MYSQL and being unable to duplicate the problem described by you folks, I did a line by line check of the code for the Scheduled Task Raffle Draw. What I found was just the opposite of what you describe as happening. No matter if 'Allow One Member Multiple Wins' was set to 'Yes' or 'No', and multiple prizes were to be awarded, it would not allow multiple wins to one member! I suggest you double check that /includes/cron/raffledraw.php has been overwritten with the most current version. It might be possible that you either didn't upload all of the files at some point, or it somehow never got overwritten. Also, if your server is running any kind of PHP caching, try clearing the cache. I will issue an update that WILL 'Allow One Member Multiple Wins' in the next day or two. |
Quote:
https://vborg.vbsupport.ru/attachmen...5&d=1304177740 That is the skin on the site that was running that raffle. If you mean the entry list a few posts back, that's the default ACP skin. |
Quote:
PHP: 5.2.x mysql: 5.1.24 Quote:
I just made an other test raffle: - 5 prizes - Maximum Entries Permitted 1 - Number of contestants: 7 Winners: 1 x (Ticket #70) 4 x (Ticket #74)?? Quote:
|
Quote:
I just duplicated the raffle you described with 5 prizes and 7 entries and here's what the scheduled task produced.. Quote:
|
Chriske.. check your PMs please.
|
Just found the following in my email, looks like some PHP code made it into the SQL query. This happened during the CRON job.
Invalid SQL: UPDATE dhv_raffle SET winner = fetch_phrase('raffle_noentries','global') WHERE id = '2'; MySQL Error : Cannot load from mysql.proc. The table is probably corrupted Error Number : 1548 To fix, replace line 78 of /includes/cron/raffledraw.php with: Code:
SET winner = '".fetch_phrase('raffle_noentries','global')."' |
All times are GMT. The time now is 03:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|