Title: Scoring error
Last modified: August 21, 2016

---

# Scoring error

 *  Resolved [Euan01](https://wordpress.org/support/users/euan01/)
 * (@euan01)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/)
 * Player scores do not reflect the configured scoring set up. Any ideas?
 * [https://wordpress.org/plugins/world-cup-predictor/](https://wordpress.org/plugins/world-cup-predictor/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/scoring-error-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/scoring-error-1/page/2/?output_format=md)

 *  [nickcav](https://wordpress.org/support/users/nickcav/)
 * (@nickcav)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004664)
 * I’m having the same issue. I also can’t find the scoring tables in phpmyadmin
   for manual change.
 *  [jefigo](https://wordpress.org/support/users/jefigo/)
 * (@jefigo)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004670)
 * Scoring isn’t correct. Somebody predicted 4:1 for Brasil and got 11 points.
    
   Others with the exact prediction get only 7!!! see it [here](https://www.whisky-share.com/wc-2014/predictions-match/?wcp=scores&match_id=1):
   [http://wordpress.org/support/topic/scoring-error-1](http://wordpress.org/support/topic/scoring-error-1)
   regards Jens
 *  [mcbot](https://wordpress.org/support/users/mcbot/)
 * (@mcbot)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004671)
 * Did you upgrade the plug-in?
 *  [nickcav](https://wordpress.org/support/users/nickcav/)
 * (@nickcav)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004681)
 * EDIT:
 * You can change the scoring situation in the file: world-cup-predictor/admin/wcp-
   scoring.class.php. “For some reason when you change the scoring in the admin 
   area it doesn’t change the file.”
 * The SQL file pushes data to the table “wcup_predictions” and under the last column
   labeled “points” you can alter you current score as it doesn’t change automatically
   once you fix the scoring file.
 * That’s all I can do, the plugin authors need to fix the issue.
 *  [linux.sergio](https://wordpress.org/support/users/linuxsergio/)
 * (@linuxsergio)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004694)
 * you can change directly by ADMIN
 *  [nickcav](https://wordpress.org/support/users/nickcav/)
 * (@nickcav)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004698)
 * [@linux](https://wordpress.org/support/users/linux/).sergio “For some reason 
   when you change the scoring in the admin area it doesn’t change the file.”
 *  [linux.sergio](https://wordpress.org/support/users/linuxsergio/)
 * (@linuxsergio)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004701)
 * here change smoothly.
 *  [TiiRuff](https://wordpress.org/support/users/tiiruff/)
 * (@tiiruff)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004753)
 * “For some reason when you change the scoring in the admin area it doesn’t change
   the file.”
 * What is the reason? How can I change it manually?
 *  Thread Starter [Euan01](https://wordpress.org/support/users/euan01/)
 * (@euan01)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004775)
 * Still not working. I am scared to upgrade the plugin. I have nearly 4000 predictions
   and don’t want to lose them.
 *  Plugin Author [landoweb](https://wordpress.org/support/users/landoweb/)
 * (@landoweb)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004802)
 * Tonight it will be corrected.
 *  Thread Starter [Euan01](https://wordpress.org/support/users/euan01/)
 * (@euan01)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004961)
 * great thanks
 *  [StadtAffe7](https://wordpress.org/support/users/stadtaffe7/)
 * (@stadtaffe7)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004962)
 * Well…
    I got a huge issue. Every single member got zero points now. I entered
   the result of the fra – hon match and every single member got zero points instantly.
 * I tried to calculate the points. But it didn’t work. I deleted and entered the
   game results again, but it failed aswel. How can I fix it? :/
 * v. 1.9.1
 *  Plugin Author [landoweb](https://wordpress.org/support/users/landoweb/)
 * (@landoweb)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004965)
 * If you have access to the database, run the command:
 * ALTER TABLE wp_wcup_prediction CHANGE wwhen wwhen TIMESTAMP NOT NULL DEFAULT 
   CURRENT_TIMESTAMP
 * And:
 * UPDATE wp_wcup_prediction p INNER JOIN wp_wcup_match m ON m.match_id = p.match_id
   SET p.wwhen = DATE_SUB(m.kickoff, INTERVAL 1 HOUR)
 *  Plugin Author [landoweb](https://wordpress.org/support/users/landoweb/)
 * (@landoweb)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004988)
 * [@euan01](https://wordpress.org/support/users/euan01/), [@nickcav](https://wordpress.org/support/users/nickcav/),
   [@jefigo](https://wordpress.org/support/users/jefigo/), [@mcbot](https://wordpress.org/support/users/mcbot/),
   [@linux](https://wordpress.org/support/users/linux/).sergio, [@tiiruff](https://wordpress.org/support/users/tiiruff/)
   and [@stadtaffe7](https://wordpress.org/support/users/stadtaffe7/)
 * Please like to get a feedback if everything is working correctly for you now.
   You could inform the link to your respective websites?
 *  [nickcav](https://wordpress.org/support/users/nickcav/)
 * (@nickcav)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/#post-5004992)
 * The plugin update didn’t work for me but I used your commands and just changed
   the wp_ to what my database prefix is, now everything works fine.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/scoring-error-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/scoring-error-1/page/2/?output_format=md)

The topic ‘Scoring error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/world-cup-predictor.svg)
 * [World Cup Predictor](https://wordpress.org/plugins/world-cup-predictor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/world-cup-predictor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/world-cup-predictor/)
 * [Active Topics](https://wordpress.org/support/plugin/world-cup-predictor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/world-cup-predictor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/world-cup-predictor/reviews/)

 * 16 replies
 * 8 participants
 * Last reply from: [StadtAffe7](https://wordpress.org/support/users/stadtaffe7/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/scoring-error-1/page/2/#post-5004997)
 * Status: resolved