Fix current_version var in cron.php when telemetry is configured this was caused by the cron not know what its working directory was added change to current working directory
// Set working directory to the directory this cron script lives at.
chdir(dirname(__FILE__));
require_once("config.php");
require_once("functions.php");
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.