Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
2b3eb82d
Commit
2b3eb82d
authored
Aug 16, 2019
by
Till Brehm
Browse files
Plugins module not loaded in cron debugger which prevents debugging of the Let's encrypt plugin.
parent
63b9660f
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/cron_debug.php
View file @
2b3eb82d
...
@@ -39,7 +39,7 @@ ini_set('error_reporting', E_ALL & ~E_NOTICE);
...
@@ -39,7 +39,7 @@ ini_set('error_reporting', E_ALL & ~E_NOTICE);
$conf
[
'server_id'
]
=
intval
(
$conf
[
'server_id'
]);
$conf
[
'server_id'
]
=
intval
(
$conf
[
'server_id'
]);
// Load required base-classes
// Load required base-classes
$app
->
uses
(
'modules,ini_parser,file,services,getconf,system,cron,functions'
);
$app
->
uses
(
'modules,
plugins,
ini_parser,file,services,getconf,system,cron,functions'
);
$app
->
load
(
'libdatetime,cronjob'
);
$app
->
load
(
'libdatetime,cronjob'
);
// Path settings
// Path settings
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment