- Issue created by @rraney
On line 172 of /ultimate_cron/ultimate_cron.module, it references a README.txt file which does not exist. The file that actually exists is README.md.
In Drupal UI, go to Extend (modules). Find Ultimate Cron. Click the "Help" option. In my case, it throws an error. This is because Drupal cannot find the file.
Change line 172
return '<pre>' . file_get_contents(dirname(__FILE__) . '/README.md') . '</pre>';
Active
2.0
Code