I'm not sure what you did or how you created your hosting space since the is no .tld in the paths.
Should be something like:
Besides that, you enable and disable openbase_dir for each domain individually in: Admin > Module Admin > Apache Config > Override a Virtualhost > [select domain] > un-tick openbase_dir > save and wait for daemon to run !5 minutes.
But, I don't think disabling openbase_dir will work in this manner since the source it is looking for is outside the overall hosting folder.
Another thing you could try is to copy the openbase_dir path from the domains httpd-vhosts.conf vhost entry, disable openbase_dir, paste it into the 'custom entries' box and add: /usr/local/bin/php to the custom openbase_dir entry you are adding to the custom box. It should look something like this:
Quote:(/var/sentora/hostdata/okgurls/public_html/okg:/var/sentora/temp/) in /var/sentora/hostdata/okgurls/public_html/okg/install/index.php
Should be something like:
Quote:(/var/sentora/hostdata/okgurls/public_html/okg_com:/var/sentora/temp/) in /var/sentora/hostdata/okgurls/public_html/okg_com/install/index.php
Besides that, you enable and disable openbase_dir for each domain individually in: Admin > Module Admin > Apache Config > Override a Virtualhost > [select domain] > un-tick openbase_dir > save and wait for daemon to run !5 minutes.
But, I don't think disabling openbase_dir will work in this manner since the source it is looking for is outside the overall hosting folder.
Another thing you could try is to copy the openbase_dir path from the domains httpd-vhosts.conf vhost entry, disable openbase_dir, paste it into the 'custom entries' box and add: /usr/local/bin/php to the custom openbase_dir entry you are adding to the custom box. It should look something like this:
Quote:php_admin_value open_basedir "/var/sentora/hostdata/okgurls/public_html/okg:/var/sentora/temp/:/usr/local/bin/php"But as a security notice: why does the script need to directly access /usr/local/bin/php??