This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[Module] Let's Encrypt
#16
RE: [Module] Let's Encrypt
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:
Quote:Warning:  dirname() has been disabled for security reasons in [...][...] on line 2

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'); 
Reply
Thanks given by:


Messages In This Thread
[Module] Let's Encrypt - by Bizarrus - 03-22-2019, 05:47 AM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 07:11 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 07:14 AM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 11:13 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 02:40 PM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 03:29 PM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 04:43 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 05:41 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 08:25 PM
RE: [Module] Let's Encrypt - by fearworks - 03-22-2019, 09:09 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-22-2019, 10:30 PM
RE: [Module] Let's Encrypt - by fearworks - 03-23-2019, 02:05 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-23-2019, 02:12 AM
RE: [Module] Let's Encrypt - by fearworks - 03-23-2019, 03:20 AM
RE: [Module] Let's Encrypt - by Ron-e - 03-23-2019, 04:22 PM
RE: [Module] Let's Encrypt - by andresfmg - 05-08-2019, 02:39 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-23-2019, 07:04 PM
RE: [Module] Let's Encrypt - by Ron-e - 03-24-2019, 08:52 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-24-2019, 09:05 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-24-2019, 06:13 AM
RE: [Module] Let's Encrypt - by fearworks - 03-24-2019, 06:17 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-24-2019, 06:19 AM
RE: [Module] Let's Encrypt - by fearworks - 03-24-2019, 06:32 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-24-2019, 06:37 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-25-2019, 06:51 AM
RE: [Module] Let's Encrypt - by fearworks - 03-25-2019, 11:03 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-25-2019, 03:30 PM
RE: [Module] Let's Encrypt - by fearworks - 03-25-2019, 05:06 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-25-2019, 06:11 PM
RE: [Module] Let's Encrypt - by fearworks - 03-29-2019, 11:34 PM
RE: [Module] Let's Encrypt - by drrob - 03-29-2019, 12:55 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-29-2019, 09:34 PM
RE: [Module] Let's Encrypt - by Bizarrus - 03-30-2019, 03:15 AM
RE: [Module] Let's Encrypt - by fearworks - 03-30-2019, 11:37 AM
RE: [Module] Let's Encrypt - by Bizarrus - 03-30-2019, 06:35 PM
RE: [Module] Let's Encrypt - by fearworks - 04-25-2019, 01:45 AM
RE: [Module] Let's Encrypt - by Bizarrus - 05-08-2019, 04:00 AM
RE: [Module] Let's Encrypt - by fearworks - 06-03-2019, 07:59 PM
RE: [Module] Let's Encrypt - by goldenfish - 08-04-2019, 05:32 PM
RE: [Module] Let's Encrypt - by vishnupc - 08-08-2019, 10:34 PM
RE: [Module] Let's Encrypt - by TGates - 08-14-2019, 06:38 AM
RE: [Module] Let's Encrypt - by zustudios - 12-23-2019, 03:50 AM
RE: [Module] Let's Encrypt - by harpreet - 01-02-2020, 12:57 AM
RE: [Module] Let's Encrypt - by TGates - 01-05-2020, 04:39 AM
RE: [Module] Let's Encrypt - by zustudios - 01-14-2020, 04:16 AM
RE: [Module] Let's Encrypt - by TGates - 01-15-2020, 10:01 AM
RE: [Module] Let's Encrypt - by zustudios - 01-22-2020, 05:23 AM
RE: [Module] Let's Encrypt - by TGates - 01-28-2020, 08:43 AM
RE: [Module] Let's Encrypt - by snakeice - 02-20-2020, 06:38 AM
RE: [Module] Let's Encrypt - by Bizarrus - 02-21-2020, 12:27 AM
RE: [Module] Let's Encrypt - by muratkaragoz - 05-24-2020, 03:44 PM
RE: [Module] Let's Encrypt - by spoonman - 01-31-2021, 11:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
[MODULE] phpMyAdmin-AU (Auto-Update) TGates 14 40 ,885 06-15-2021, 06:54 AM
Last Post: TGates
[MODULE] SenBrand - Basic Branding module for Sentora TGates 20 43 ,739 06-04-2021, 11:47 AM
Last Post: ccr1969
[MODULE] CoinCorner BitCoin Module Xversion 4 13 ,165 06-03-2021, 05:02 AM
Last Post: zHostingSolutions

Forum Jump:


Users browsing this thread: 4 Guest(s)