Jump to content

botton add file in picture dont work!


Recommended Posts

hello guys

i have a very important problem in my prestashop 1.6.1.24

image.thumb.png.c5258e0642c77f327bcb6542a96d52c3.png

 

this is where i can add a picture for avatar of my products

here i have added 4pictures befor but now i dont see any picture that i added befor!!!

by the way the botton of adding file dont work anymore too!

image.thumb.png.898abf2eeaa26189514bd68f1d2028d3.png

image.thumb.png.cf0d353b75e32f542e8cbcaff3fb60f5.png

and here is where i add information about products but now i have not any edditing part in writing about products!

what happends ?:(

what must i do

plz help :( 

Edited by kianoush (see edit history)
Link to comment
Share on other sites

There is something reassigning jquery, try disabling all modules hooked to displayBackOfficeHeader, one by one, refreshing each time and seeing if the error goes away, then you can inspect the module's code and disable the jquery inclusion.

Link to comment
Share on other sites

On 10/28/2019 at 5:04 PM, NemoPS said:

There is something reassigning jquery, try disabling all modules hooked to displayBackOfficeHeader, one by one, refreshing each time and seeing if the error goes away, then you can inspect the module's code and disable the jquery inclusion.

how can i find it?

i can not finde that modul!

and nowadays i did not install any new modul!

Link to comment
Share on other sites

On 11/3/2019 at 5:06 PM, NemoPS said:

 

 

Well you just have to disable them one by one and see when the error goes away, I don't know any other way to be honest.

i stop all modul but nothings happend!

i have 2 errors

 

1.  $.blueimp.fileupload.prototype.options.processQueue.push(       {

2.  (function(t,e){t.widget("ui.progressbar",{version:"1.10.3",options:{max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min}),this.valueDiv=t("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element),this._refreshValue()},_destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.valueDiv.remove()},value:function(t){return t===e?this.options.value:(this.options.value=this._constrainedValue(t),this._refreshValue(),e)},_constrainedValue:function(t){return t===e&&(t=this.options.value),this.indeterminate=t===!1,"number"!=typeof t&&(t=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).toggleClass("ui-corner-right",e===this.options.max).width(i.toFixed(0)+"%"),this.element.toggleClass("ui-progressbar-indeterminate",this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("<div class='ui-progressbar-overlay'></div>").appendTo(this.valueDiv))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}})})(jQuery);

 

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...