Page 1 of 1

Errors of the version 1.30.2

PostPosted: 12 Sep 2019, 13:43
by support
Errors of the version 1.30.2

Re: Errors of the version 1.30.2

PostPosted: 20 Nov 2019, 05:36
by dipold
I think I found an issue.

In protected/modules/guestad/controllers/MainController.php :

Code: Select all

                                
# check maximum file upload for ad
                                $imagesList = array_slice($model->imagesList, 0, Images::getGuestAdMaxPhotos());
 



If tariff_plans -> limit_photos = 0 (zero is unlimited), $imagesList will will be empty erroneously.

Re: Errors of the version 1.30.2

PostPosted: 25 Nov 2019, 16:30
by andipas
dipold wrote:I think I found an issue.

Have you seen the error on the site?