PDA

View Full Version : Realty Signs upload bug



Petrache Nicolae
October 9, 2013, 12:50 PM
http://screencast.com/t/08pMnRXd

As you can see, upload get's stucked, i can't move forward. If i refresh the page, the images looks to be uploaded but i can't delete them.

Please provide a fix. thanks

Akhtar Siddiqui
December 12, 2013, 11:27 AM
Hi,

Did you ever fix this? We are having the same issue.

Petrache Nicolae
December 12, 2013, 11:30 AM
Hi,

Did you ever fix this? We are having the same issue.

have made upgrade to flynax 4.2 and things are ok now

Viktor
December 12, 2013, 12:45 PM
Hello Akhtar Siddiqui,

If you need to fix only the 1 thing please send ftp access to my PM and I will fix it ASAP.

Akhtar Siddiqui
December 12, 2013, 02:03 PM
Hi Viktor, sent. Thank you for your kind offer.

Viktor
December 13, 2013, 04:07 AM
Hello Akhtar,

I have fixed bug on your site.

In version 4.1 was problem with upload photos in 1 condition in file: ftp://templates>>your_template>>tpl>>controllers>>add_listing.tpl at line ~9

find code:



{if $config.img_crop_interface}
<script type="text/javascript" src="{$smarty.const.RL_LIBS_URL}jquery/jquery.jcrop.js"></script>
<script src="{$rlTplBase}js/crop.js" type="text/javascript"></script>

<style type="text/css">
@import url("{$smarty.const.RL_LIBS_URL}jquery/jcrop/jquery.Jcrop.css");
</style>
{/if}
[html]

and replce to:

[html]
<script type="text/javascript" src="{$smarty.const.RL_LIBS_URL}jquery/jquery.jcrop.js"></script>
<script src="{$rlTplBase}js/crop.js" type="text/javascript"></script>

<style type="text/css">
@import url("{$smarty.const.RL_LIBS_URL}jquery/jcrop/jquery.Jcrop.css");
</style>


save and check again.

ATTENTION: bug was in version 4.1

Akhtar Siddiqui
December 13, 2013, 12:12 PM
Thanks Viktor, working alot better now.