Version check or api checks fail - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Version check or api checks fail (/showthread.php?tid=5587) |
Version check or api checks fail - shawn_a - 2014-02-01 If you are having issues with api checks for plugins or version checking, this is how you can debug it. Plugin api failures are identifiable by failed to check for upgrade failures on health check and plugins missing links to extend and latest version numbers and author links. Here are globals you can add to gsconfig.php or configuration.php to debug or check the api. For debug output, set $debugApi and $nocache to true and have debug mode on. The other 2 are for increasing the timeouts, and disabling curl which will force fopen requests if available. PHP Code: $api_timeout = 800; // timeout in milliseconds for curl and fopen requests, default is 500 You can post these logs in the forum to get help or diagnose issues. RE: Version check or api checks fail - shawn_a - 2014-03-18 UPDATE: It appears that since we switched to media Temple hosting, some api requests are blocked from specific hosts. We are in search of a solution. We are till unclear as to what or why some are not going through. |