Page 2 of 8

Posted: Sun Dec 16, 2007 1:20 pm
by scott
They said december, but being a developer myself I know that all of us are optimists. :P

Posted: Sun Dec 16, 2007 2:22 pm
by exi1ed0ne
It's issues like these that I am really glad I found this site. When something is broke in Plesk, this is my first stop.

Thanks to everyone for all the help, and in particular for Scott hosting such a useful Plesk resource!

Posted: Sun Dec 16, 2007 8:55 pm
by scott
I havent automated this yet, but you can use the event manager to automatically update the zz psa file, and any other config you want when something changes. Basically you do a regex like this:

perl -p -i -e "s/php_admin_value include_path/php_value include_path/g" <path to file>

Posted: Mon Dec 17, 2007 7:33 pm
by jusu313
scott wrote:I havent automated this yet, but you can use the event manager to automatically update the zz psa file, and any other config you want when something changes. Basically you do a regex like this:

perl -p -i -e "s/php_admin_value include_path/php_value include_path/g" <path to file>
Thanks Scott. Nice little hack.

Posted: Tue Dec 18, 2007 10:41 am
by crnunez
scott wrote:I havent automated this yet, but you can use the event manager to automatically update the zz psa file, and any other config you want when something changes. Basically you do a regex like this:

perl -p -i -e "s/php_admin_value include_path/php_value include_path/g" <path to file>
This command doesnt work for me :( perl -p -i -e "s/php_admin_value include_path/php_value include_path/g" /etc/httpd/conf.d/zz010_psa_httpd.conf

Thanks for any help.

CentOS 5
Plesk 8.2.1

Posted: Tue Dec 18, 2007 10:47 am
by breun
Seems to work just fine here. Don't forget httpd needs to be reloaded after modifying the configuration.

Posted: Tue Dec 18, 2007 10:59 am
by crnunez
After the command
perl -p -i -e "s/php_admin_value include_path/php_value include_path/g" /etc/httpd/conf.d/zz010_psa_httpd.conf

I restart httpd, but it doesnt work. I need modify the file with the "/usr/share/psa-horde/lib:/usr/share/psa-horde:/usr/share/psa-horde/pear:." for it works.

The issue appear each time when domain status change, domain creation, etc, etc...

Posted: Tue Dec 18, 2007 11:54 am
by breun
You'll have to add another regexp to fix the Horde include_path then. We reverted to PHP 5.2.3 last week and I think we'll wait for a Plesk update.

Posted: Sat Dec 22, 2007 9:51 am
by pspcrazy
Wait am i not seeing it or is 8.3, really named 8.2.1? Just a bit confused as i want to use 5.2.5 but don't know if 8.2.1 is really 8.3. Can someone tell me thanks!

Posted: Sat Dec 22, 2007 10:33 am
by breun
8.3 is just 8.3, but 8.3 has not been released yet.

Posted: Sat Dec 22, 2007 11:54 am
by pspcrazy
No 8.3 was out yesterday. They recalled it though due to some bug, i read that on the plesk forums. Thanks though :)

Posted: Sat Dec 22, 2007 1:54 pm
by crnunez
Hi,
The issue has been resolved with Plesk 8.3 and Horde.
Now, All OK again.

Bye!

Posted: Sat Dec 22, 2007 2:52 pm
by scott
Awesome news!

Posted: Sun Dec 23, 2007 7:00 am
by pspcrazy
yep it's been pulled by plesk. They say they will re release it this coming week

Posted: Sun Dec 23, 2007 10:52 am
by scott
Doh, they pulled the release huh?