• On the “Manage Codes” page, the drop down of releases appears, but everything below that is blank. No error appears and rest of page loads, so not stalling on something. Just started happening in the past few days and as far as I can tell, no upgrades have caused this problem (worked fine since the most recent WP update). Running WP 4.6.1 with app version 2.5.1.

    Any ideas? I do have a lot of releases / codes, so could I have hit some coded limit that needs to be bumped up?

    Thanks for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter seanpatrick

    (@seanpatrick)

    Bumping this, as problem persists.

    I’m having the same issue. I read on another thread that ‘refreshing’ the SQL database solves it but I can’t seem to trigger it. Please post if you figure it out!

    Thread Starter seanpatrick

    (@seanpatrick)

    Found the fix, at least for my issues.

    In /wp-download-codes/includes/admin/manage-codes.php you need to replace:

    $wpdb->query('SET OPTION SQL_BIG_SELECTS = 1');

    with:

    $wpdb->query('SET SQL_BIG_SELECTS = 1');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Manage Codes Page Loading Blank’ is closed to new replies.