Hi Have setup ispconfig using this manual: http://www.howtoforge.com/perfect-server-ubuntu-11.10-ispconfig-3 I have an issue installing a plugin for squirrelmail called "change_sqlpass" so each user can change the password for their own account I have installed it using the following instructions: http://www.howtoforge.com/how-to-co...heir-email-passwords-on-an-ispconfig-3-server When I go in and try to change password i get error: So I read out from this that my include_path="." It should be /usr/share/php: /usr/share/php/PEAR So I upload a phpinfo.php file and contact the squirrelmail comunity as it looks ok: http://www.sommerlejr-hellebaek.dk/phpinfo.php They asked me to run the phpinfo.php from squirrel library and so I did (using https as cant get domain/webmail to work) https://sommerlejr-hellebaek.dk:8080/webmail/phpinfo.php and to my suprise it now shows include_path="." I have updated php.ini in /etc/php5/apache2/php.ini and the php.ini in the cgi folder I then tried to add a line to .httaccess file: php_value include_path ".:/usr/share/php: /usr/share/php/PEAR" no joy Then they say that my system is setup to not read the .htaccess file and they mention several steps I should take. As a newbee i dont understand mutch of it and I am affraid it will affect how ipsconfig works so thats why I contact you guys to see if you have any idea You can see the thread here: http://old.nabble.com/change_sqlpas...ind-Pear-DB-library-td33753287.html#a33755025 Do you have any idea why its not working? Why cant I get the include_path ot show in the library where squirrelmail runs from (usr/share/squirrelmail i guess) Kind Regards Morten
Hi Thanks for comming back to me I ran the command and this is the output: /usr/share/php/DB.php /usr/share/php/Auth/Container/DB.php /usr/share/php/Auth/Container/MDB.php /usr/share/php/PEAR/DependencyDB.php Kind Regards Morten
Hi Thanks for reply I did that and still no Joy I added them to open_basedir in Ispconfig under the customer In the php.ini file its commended out. Is that correct? anything else I can check? Regards Morten