• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Unable to access data folder -php 5.3.3

D

Diatodan

Guest
Hi,

After upgrading to PHP 5.3.3, I am unable to access (with php scripts) the data folder I created above httpdocs .
I have been searching for an answer for a week :-(

Here is what worked before the update :

1. Create file in /var/www/vhosts/domainname.com/conf/vhost.conf

2.
<Directory /var/www/vhosts/domainname.com/httpdocs/>
php_admin_value open_basedir /var/www/vhosts/domainname.com/httpdocs:/tmp:/var/www/vhosts/domainname.com/data
</Directory>

3.
# /usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domainname

4.
# chown user.psacln /var/www/vhosts/domainname.com/data

5. restart apache

I don't know what I'm doing wrong.
Any advice would be great !

Cheers
 
Back
Top