Hello Guys,
I am trying to setup this great released but I do have a little problem.
I have an error message :
Do you have any idea how to solve that ?
Plesk 11.5.30 (64 bits)
https://www.atomicorp.com/forum/viewtopic.php?t=6385&p=38888
Hello Guys,
I am trying to setup this great released but I do have a little problem.
I have an error message :
Do you have any idea how to solve that ?
Plesk 11.5.30 (64 bits)
Running Transaction
Installing : plesk-php52-panda-0.5-4.el6.art.x86_64 1/1
Non-fatal POSTIN scriptlet failure in rpm package plesk-php52-panda-0.5-4.el6.art.x86_64
/var/tmp/rpm-tmp.tOIcgV: line 13: syntax error: unexpected end of file
warning: %post(plesk-php52-panda-0.5-4.el6.art.x86_64) scriptlet failed, exit status 2
Verifying : plesk-php52-panda-0.5-4.el6.art.x86_64
while (usleep 500); do cp /var/tmp/rpm-tmp.* /tmp/saved; done
# grep if /tmp/saved | wc -l
3
# grep fi /tmp/saved | wc -l
2
]# rpm -q --scripts plesk-php52-panda
postinstall scriptlet (using /bin/sh):
#if [ $1 = 1 ]; then
# Install
if [ -f /usr/local/psa/bin/php_handler ]; then
# 5.2
if ! /usr/local/psa/bin/php_handler --list |grep -q "Atomic 5.2"; then
/usr/local/psa/bin/php_handler --add -displayname "Atomic 5.2" -path "/opt/atomic/atomic-php52/root/usr/bin/php-cgi" -phpini "/opt/atomic/atomic-php52/root/etc/php.ini" -type fastcgi -id "fastcgi-52"
fi
#fi
Thats just a notice, not an error. It looks like a code problem, beyond that I couldn't say