I've come up with this error which has been documented before:
Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/bin/php) is not within the allowed path(s): (/var/sentora/hostdata/okgurls/public_html/okg:/var/sentora/temp/) in /var/sentora/hostdata/okgurls/public_html/okg/install/index.php(1171) : runtime-created function on line 2
Before you tell me to disable open_basedir, it's not enabled in PHP.INI or HTTPD.CONF.
I found on the digitalocean site that the problem is with Sentora. It seems it won't allow anything to be written to a TMP file. The file must be named TEMP. The writer said "Just change the script". There are two instances of TMP in Install/index.php, but changing them to temp makes no difference. I'm sure there are other issues.
Has anyone been successful installing Dolphin with Sendora or Zpanel and are you willing help me and others?
Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/bin/php) is not within the allowed path(s): (/var/sentora/hostdata/okgurls/public_html/okg:/var/sentora/temp/) in /var/sentora/hostdata/okgurls/public_html/okg/install/index.php(1171) : runtime-created function on line 2
Before you tell me to disable open_basedir, it's not enabled in PHP.INI or HTTPD.CONF.
I found on the digitalocean site that the problem is with Sentora. It seems it won't allow anything to be written to a TMP file. The file must be named TEMP. The writer said "Just change the script". There are two instances of TMP in Install/index.php, but changing them to temp makes no difference. I'm sure there are other issues.
Has anyone been successful installing Dolphin with Sendora or Zpanel and are you willing help me and others?