• Resolved Matt Pramschufer

    (@mattpramschufer)


    Your licensing server [https://pue.theeventscalendar.com/api/plugins/v2/license/validate] is timing out making it almost impossible to preform updates through /wp-admin/update-core.php or access /wp-admin/plugins.php

    Your code hard codes a 15 second timeout for the curl request, which then for each TEC product you have installed it tries to validate license, so for my case we have 5 products which means it has 5×15 seconds wait before anything can happen. In case anyone else is running into this issue, the only way I was able to be able to perform updates on my site while their licensing server is down was to add

    define( 'TRIBE_DISABLE_PUE', true );

    to my wp-config.php

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.