• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

How do I install Zend on Plesk 10

S

SilvioR

Guest
Hello,

to let work a website using Zend I've to change the include_path on php.ini. Seems that doesn't see the Zend directory on require("Zend/..."). In my local pc works. I triple checked the folder and it's in the correct location (/var/ZendFramework/library)
Is it disabled somewhere?

Thanks
 
Solved.
By creating vhost.conf in /var/www/vhosts/DOMAIN/conf/
<Directory /var/www/vhosts/DOMAIN/public>
php_admin_value open_basedir none
</Directory>

Plesk for security reasons set the open_basedir to don't allow access to external folders
 
Back
Top