Errors of the version 1.17.0

Write about issues that you have found.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

Errors of the version 1.17.0

Postby support » 28 Jun 2016, 15:35

Here we describe the errors of the version 1.17.0
Last edited by support on 20 Sep 2016, 09:03, edited 1 time in total.
support
Citizen
Citizen
 
Posts: 136
Joined: 28 Dec 2011, 13:14
Reputation point: 0

Re: Errors of the version 1.17.0

Postby support » 06 Jul 2016, 14:26

When a user who have only one listing is editing his/her listing, then the owner is deactivated/inactive (red icon shown) after editing is finished.

Solution: in the file protected\modules\userads\controllers\MainController.php instead of the code:

Code: Select all
$return = TariffPlans::checkAllowUserActivateAd($model->owner_id, true, '>='); 

enter:
Code: Select all
$return = TariffPlans::checkAllowUserActivateAd($model->owner_id, true, '>');  
support
Citizen
Citizen
 
Posts: 136
Joined: 28 Dec 2011, 13:14
Reputation point: 0

Re: Errors of the version 1.17.0

Postby support » 06 Jul 2016, 14:27

Js-errors in the loading process of panoramic photo Solution: in the file ore_dev\protected\config\main.php instead of the code:
Code: Select all
'minScriptDisableMin' => array('/[-\.]min\.(?:js|css)$/i''/bootstrap.js$/i''/jquery.js$/i''/ckeditor.js$/i''/[-\.]pack\.(?:js|css)$/i'),  

enter:
Code: Select all
'minScriptDisableMin' => array('/[-\.]min\.(?:js|css)$/i''/bootstrap.js$/i''/jquery.js$/i''/jquery.panorama360.js$/i''/ckeditor.js$/i''/[-\.]pack\.(?:js|css)$/i'),   
support
Citizen
Citizen
 
Posts: 136
Joined: 28 Dec 2011, 13:14
Reputation point: 0

Re: Errors of the version 1.17.0

Postby support » 06 Jul 2016, 14:27

Image cropping after uploading

In the file: protected/modules/entries/models/EntriesImage.php change the code
Code: Select all
$image->adaptiveThumb($width$height

to
Code: Select all
$image->thumb($width$height)  
support
Citizen
Citizen
 
Posts: 136
Joined: 28 Dec 2011, 13:14
Reputation point: 0


Return to Issues

Who is online

Users browsing this forum: No registered users and 12 guests

cron