jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: mkhde on 24.05.2015 09:52:22

Title: Install Error on the update 3.2.32 - [Fixed in 3.2.33!!!]
Post by: mkhde on 24.05.2015 09:52:22
Hey,

If I install the jd version 3.2.32 I get following error. It is a upgrade from 3.2.31


Warning

Unknown column 'uploads_default_access_level' in 'fsf_jdownloads_usergroups_limits' SQL=ALTER TABLE `fsf_jdownloads_usergroups_limits` ADD `uploads_view_upload_icon` TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER `uploads_default_access_level`;


Title: Re: Install Error on the update 3.2.32
Post by: Arno on 24.05.2015 11:05:50
Hi,
what for a version had you installed the first time (3.2.31 or an older)?

I can not understand that you have not this data field...
This data field was added with version 3.2.25 :
ALTER TABLE `#__jdownloads_usergroups_limits` ADD `uploads_default_access_level` INT( 10 ) NOT NULL DEFAULT '0' AFTER `uploads_can_change_category`;
Title: Re: Install Error on the update 3.2.32
Post by: Arno on 24.05.2015 14:13:31
Hi,
please try it with the modified version below and post then your result.

[gelöscht durch Administrator]
Title: Re: Install Error on the update 3.2.32
Post by: mkhde on 25.05.2015 10:34:50
Quote from: Arno on 24.05.2015 14:13:31
Hi,
please try it with the modified version below and post then your result.

Hey Thanks Arno

now the installation works
Title: Re: Install Error on the update 3.2.32 - [Fixed in 3.2.33!!!]
Post by: Arno on 25.05.2015 11:00:53
Thanks for the result.
I will later publish an official new release.