• Resolved sheri

    (@sheridanselvon)


    Hi there,

    Recently installed this plugin but getting error dbname*.wp_getusermeta when clicking on the add new player page, attempted to fix it from your code where prefix is, the error disappeared but data isn’t being saved, so reinstalled a new fresh install until I get your feedback what may be wrong, thank you!

    Best regards,

    Sheridan

Viewing 1 replies (of 1 total)
  • Plugin Author Malcolm

    (@malcolm-oph)

    Sorry for the delay getting back to you … missed the email somehow.

    Try turning on all error reporting and WP_DEBUG in your wp_config.php file by changing the following line

    define( 'WP_DEBUG', false);

    To

    ini_set( 'error_reporting', E_ALL );
    define( 'WP_DEBUG', true );

    Then let me know what error message you get.

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t add user (db error on backoffice)’ is closed to new replies.