• 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

Plesk 8.3 Applicationpack

T

tomcom

Guest
Hello,
because SWSoft (or anyone else) is unable to open a forum-part for Plesk8.3 I must write here...

The Update works, but one problem remains:
the application-pack does not work. I see the following:

MySQL query failed: Unknown column 'categories' in 'field list'

0: /usr/local/psa/admin/plib/common_func.php3:218
db_query(string 'select `id`,`name`,`version`,`release`,`description`,`categories`,`integrated`,`access_level`,`package_type`,`params_id` from SiteAppPackages where `id`=79')
1: /usr/local/psa/admin/plib/class.Table.php:180
Table->select()
2: /usr/local/psa/admin/plib/SiteApps/class.cSiteApp.php:48
cSiteApp->cSiteApp(integer '79')
3: /usr/local/psa/admin/plib/SiteApps/class.SiteAppPackage.php:92
SiteAppPackage->__construct(string '79')
4: /usr/local/psa/admin/plib/common_func.php3:2875
objectMaker(string 'SiteAppPackage', string '79')
5: /usr/local/psa/admin/plib/SiteApps/class.SiteAppPackageManager.php:381
SiteAppPackageManager->registerSiteAppPackage(string 'CSLH-2.12.2-24')
6: /usr/local/psa/admin/plib/SiteApps/class.SiteAppPackageManager.php:274
SiteAppPackageManager->syncWithDatabase()
7: /usr/local/psa/admin/htdocs/server/site_app_pkgs.php:42

This looks like an DB-Error. But why, what does it mean and how can I solve this????

T.
 
I´m always up to date.
Thats why I think, the last one before was something about 8.2.
 
it's definitely incomete update, simple grep for 'categories' in my /usr/local/etc/psa/db/ folder (plesk for freebsd) shows that it should be in table 'SiteAppPackages' and this table is created by 'aps-psa830-db-upgrade' script in the same folder..

i am not sure if this scipt may be simply re-run to finish app vault update, first try to check /tmp/autoinstaller3.log for errors during update and if some package(s) were not updated to 8.3..
 
yes, aps-psa830-db-upgrade is there.
But I can´t find autoinstaller3.log, where is this ? It´s a Suse-Linux.
And how can I manually re-run this?????
 
Back
Top