• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved file composer.phar is empty

wtfred

New Pleskian
Hello,

We are using Plesk 12.5.30, update 72, running on debian 8.8 and we have a problem with composer:

In /usr/bin/composer, we have
Code:
COMPOSER_BIN="/usr/lib/plesk-9.0/composer.phar"

[ -e "$COMPOSER_BIN" ] || { echo "'$COMPOSER_BIN' not found" >&2; exit 1; }
[ -x "$COMPOSER_BIN" ] || { echo "'$COMPOSER_BIN' is not executable" >&2; exit 1; }

"$COMPOSER_BIN" "$@"

This seems ok, but the file /usr/lib/plesk-9.0/composer.phar is present, but empty... Any idea why ? And how to fix it ?

Thanks !
 
Ok thanks, it fix the problem.

Any idea why it occured ? We have multiple servers, same configurations, some of them with "good" composer.phar, some of them with empty one. The date on the file is november 19th, maybe it was cause by a plesk update ?
 
Back
Top