I have this running on my 3.8 board, it works, but with issues.
Single & Multiple Events can be created without issue & Thread is also created without issue.
When settling events is when I get database errors every time about Duplicate Keys.
Are these caused by the same member betting more then one event? If so, how can this be corrected.
Code:
Invalid SQL:
INSERT INTO vbookie_news (news_text,news_type,news_time) VALUES('<b>oZ.wildjay-eddie</b> won <b>125</b>!','winner',1265523235);
MySQL Error : Duplicate entry '<b>oZ.wildjay-eddie</b> won <b>125</b>!' for key 'news_text'
Error Number : 1062
Also, when deleting an event on the vbookie main page, then the thread, the Bookie News & Events Section on the main vbookie page still shows the event I just removed.
This has to be manually removed via database.
What can be done to have it remove the event from the Bookie News & Events Section on the main vbookie page when the proper steps were taken to remove an event.
================================================== ======
Also, on the main vbookie page in the Bookie News & Events Section, After bets have been settled, each event only shows one winner & how much he/she won....how can I expand it to show more winners of each event?
I did not read through every page of this thread, but I did search for Duplicate Entery & looked through many pages to find a remedy.
Thank you in advance.