kianoush Posted October 20, 2019 Share Posted October 20, 2019 (edited) hello guys i have a very important problem in my prestashop 1.6.1.24 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! 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 October 20, 2019 by kianoush (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted October 24, 2019 Share Posted October 24, 2019 Looks like a javascript error, open the debug console with f12 on chrome, and look for red entries in the Console tab. Take a screenshot of that. Link to comment Share on other sites More sharing options...
kianoush Posted October 24, 2019 Author Share Posted October 24, 2019 1 hour ago, NemoPS said: Looks like a javascript error, open the debug console with f12 on chrome, and look for red entries in the Console tab. Take a screenshot of that. NOTHING HAPPEND! Link to comment Share on other sites More sharing options...
NemoPS Posted October 25, 2019 Share Posted October 25, 2019 Click on console, at the top, next to elements, and screenshot that. It says there are 14 errors Link to comment Share on other sites More sharing options...
kianoush Posted October 26, 2019 Author Share Posted October 26, 2019 21 hours ago, NemoPS said: Click on console, at the top, next to elements, and screenshot that. It says there are 14 errors here it is tnx ply help what to do Link to comment Share on other sites More sharing options...
NemoPS Posted October 27, 2019 Share Posted October 27, 2019 What dh42 module are you using? Might not be compatible with that version, try unhooking it from displayBackofficeHeader, or disable it and see it the error is gone Link to comment Share on other sites More sharing options...
kianoush Posted October 27, 2019 Author Share Posted October 27, 2019 i've disabled it but nothing happend! Link to comment Share on other sites More sharing options...
NemoPS Posted October 28, 2019 Share Posted October 28, 2019 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 More sharing options...
kianoush Posted November 2, 2019 Author Share Posted November 2, 2019 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 More sharing options...
NemoPS Posted November 3, 2019 Share Posted November 3, 2019 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. Link to comment Share on other sites More sharing options...
kianoush Posted November 8, 2019 Author Share Posted November 8, 2019 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now