You need to find out what is causing the error. I have a small document that describes how to find this information.
pool_fvmh_rankings table in /home/medi4013/domains/ekprono24.be/public_html/wp-content/plugins/football-pool/admin/class-football-pool-admin-score-calculation.php on line 1090This came back
Request URL:https://ekprono24.be/wp-admin/admin-ajax.php
Request Method:
POST
Status Code:
500 Internal Server Error
Remote Address:
5.61.252.23:443
Referrer Policy:
strict-origin-when-cross-origin
Response Headers
Request Headers
Console
Issuestop
Default levels1 Issue:1
9 hidden
load-scripts.php?c=0…p-hooks&ver=6.5.4:5 JQMIGRATE: Migrate is installed, version 3.4.1
index.js:3029 [Deprecation] Listener added for a 'DOMSubtreeModified' mutation event. This event type is deprecated, and will be removed from this browser very soon. Usage of this event listener will cause performance issues today, and represents a large risk of future site breakage. Consider using MutationObserver instead. See https://chromestatus.com/feature/5083947249172480 for more information.
load-scripts.php?c=0…p-hooks&ver=6.5.4:2 POST https://ekprono24.be/wp-admin/admin-ajax.php 500 (Internal Server Error)
admin.min.js?ver=2.11.9:15
Error message: textStatus: error. errorThrown: .
Network Data Available
The default ranking is missing (either accidentally deleted, or never inserted when the plugin was activated for the first time).
You can fix the problem by running the following query on your database.
INSERT INTO pool_fvmh_rankings (id, name, user_defined, calculate)
VALUES (1, 'default ranking', 0, 1);
It worked you are my hero 🙂
-
This reply was modified 1 minute ago by
nicet81.
