• Resolved nicet81

    (@nicet81)


    I added the code to the config but didn’t help. When using the button I get an error code.

    Anything else I can do?

    textStatus: Error. errorThrown is the message

    • This topic was modified 5 months, 1 week ago by nicet81.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author AntoineH

    (@antoineh)

    You need to find out what is causing the error. I have a small document that describes how to find this information.

    Thread Starter nicet81

    (@nicet81)

    [14-Jun-2024 22:00:04 UTC] PHP Fatal error: Football Pool => default ranking with ID 1 is missing in the 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 1090

    This came back

    Thread Starter nicet81

    (@nicet81)

    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
    Plugin Author AntoineH

    (@antoineh)

    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);
    Thread Starter nicet81

    (@nicet81)

    It worked you are my hero ??

    • This reply was modified 5 months, 1 week ago by nicet81.
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.