(03-23-2019, 07:04 PM)Bizarrus Wrote: You can check the log files. With no informations, i can't help out.
Which apache modules are installed?
My first thought: open basedir restrictions
On simple test with an online sandbox (http://sandbox.onlinephpfunctions.com/) with PHP 5.6.29, i've got following error:
And i think, that's the problem. I will try to solve these for older PHP versions.
Can you try to modify following lines to solve the problem?
/etc/sentora/panel/modules/letsencrypt/code/controller.ext.php
PHP Code:// From
require_once(dirname(__FILE__, 1) . '/ACMECert.php');
require_once(dirname(__FILE__, 1) . '/TLD.php');
require_once(dirname(__FILE__, 1) . '/LetsEncrypt.php');
// To
require_once('ACMECert.php');
require_once('TLD.php');
require_once('LetsEncrypt.php');
yep this worked, but there was no TLD.php included so i guess that's part of the section your working on?
●
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.