Page 1 of 1

The uploaded file does not contain a module package

Posted: Wed Mar 23, 2011 8:40 am
by magicspam
Unfortunately, the Plesk module management system does not have a method for resolving dependencies in it nor recording the responses of the underlying system package system, which leads it generate this generic response. To determine what the exact cause or issue is you can upload the package file directly to the Plesk server and use the underlying package manager directly:

for .DEB based systems (Debian, Ubuntu)

dpkg -i /path/to/uploaded/deb/package

and for RPM based systems (Redhat, CentOS, SuSE, Fedora Core)

rpm -i /path/to/uploaded/rpm/package

The likely suspect is missing package dependency:

bzip2 or
curl