• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Application Vault Package Building under Debian

W

webseitn

Guest
Hi everybody,

when I try to add an application vault package built as described in the plesk manual I always get an error message:

Code:
sappmng: ERROR: not ZIP-archive
sappmng: ERROR: not ZIP-archive
0

I use the command
Code:
dpkg -b typo3-4.1.2-1
to build the package (no errors).

And I use
Code:
/opt/psa/admin/bin/sappmng --test-package-vault --package-file=/root/typo3-4.1.2-1.deb
to test it.

This is my DEBIAN/control:
Code:
Section: free
Maintainer: SW Soft Inc. <[email protected]>
Package: psa-appvault-typo3-4.1.2-1
Version: 4.1.2)
Installed-size: 1000000
Architecture: all
Depends: psa (>= 8.0)
Provides: plesk-application-vault
Description: No desc.
 
Back
Top