I thought maybe I had to recalculate the scores and did so but the calculation interrupted with error. I disabled the custom ranking display by choosing default ranking in options and calculation was completed without an error. So I enabled wp-debug mode and the following error has been logged in wordpress:
Notice: Use of undefined constant FOOTBALLPOOL_TEXT_DOMAIN – assumed ‘FOOTBALLPOOL_TEXT_DOMAIN’ in /home/tamasha1/public_html/wp-content/plugins/fpextension/football-pool-add-match-result-to-user-page.php on line 27
Notice: Use of undefined constant FOOTBALLPOOL_TEXT_DOMAIN – assumed ‘FOOTBALLPOOL_TEXT_DOMAIN’ in /home/tamasha1/public_html/wp-content/plugins/fpextension/football-pool-add-match-result-to-user-page.php on line 37
Notice: Use of undefined constant FOOTBALLPOOL_TEXT_DOMAIN – assumed ‘FOOTBALLPOOL_TEXT_DOMAIN’ in /home/tamasha1/public_html/wp-content/plugins/fpextension/football-pool-extra-match-save-buttons.php on line 20
Notice: Use of undefined constant FOOTBALLPOOL_TEXT_DOMAIN – assumed ‘FOOTBALLPOOL_TEXT_DOMAIN’ in /home/tamasha1/public_html/wp-content/plugins/fpextension/football-pool-extra-match-save-buttons.php on line 30
I’m quite sure the error has nothing to do with the calculation error. because when I disable custom ranking display in plugin option the calculation goes through the end meanwhile the same error is being logged in wordpress.
Another issue is that the interruption takes at two different stages randomely. sometimes at recalculating scores (e.g. first stages) stage and sometimes at ranking tables stage (e.g. last stages)
the most odd thing is that it sometimes complete the calculation. The last calculation I did fixed the first problem of displaying points but I’m afraid it crashes again.
sorry for the long note. Thanks.