Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 486
    • Issues 486
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 23
    • Merge Requests 23
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #5657

Closed
Open
Opened Jul 02, 2020 by Jesse Norell@jnorellDeveloper

cron_debug.php script broken, calls some non existing cronjob functions.

All cronjobs (or the base 'cronjob' class') need an isRunning() function added or they can't be run manually:

PHP Fatal error:  Uncaught Error: Call to undefined method cronjob_monitor_email_quota::isRunning() in /usr/local/ispconfig/server/cron_debug.php:76
Stack trace:
#0 {main}
  thrown in /usr/local/ispconfig/server/cron_debug.php on line 76

Cf. b34b1ad5

Edited Jul 03, 2020 by Till Brehm
Assignee
Assign to
3.2
Milestone
3.2
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#5657