Hallo Friedrich,
> mir sieht die version.php an der entsprechenden Stelle so aus:
>
> $plugin->version = 2014112500; // The current plugin version
> (Date: YYYYMMDDXX).
> $plugin->requires = 2013040500; // Requires this Moodle version.
> $plugin->component = 'enrol_openlml'; // Full name of the plugin (used
> for diagnostics).
> //$plugin->cron = 60*60; // Run cron every hour, because
> it is time consuming.
> $plugin->cron = 1*1; // Debug ! Run cron every hour,
> because it is time consuming.
> $plugin->maturity = MATURITY_BETA; // Beta, nees testing.
> $plugin->release = '0.9 (Build: 2014112500)';
> $plugin->dependencies = array('auth_ldap'=>ANY_VERSION,
> 'enrol_cohort'=>ANY_VERSION);
Vorsicht mit dem Eintrag 1 bei cron, das bedeutet, dass bei jedem cron-
Durchlauf das Modul aktiv wird (je nach Frequenz des cron-Jobs bis zu
sekündlich). Das muss unbedingt wieder zurückgestellt werden.
Gruß,
Frank
_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user