Nikkow Posted October 14, 2015 Share Posted October 14, 2015 Hi all, I've recently set up the latest version of PS (1.6.1.1) and everything went fine, the customization of the Frontend went fine as well. I managed to do everything in the admin panel. Since yesterday, I cannot do anything in the admin panel. Reason is that jQuery seems to be loaded after the jQuery ui files in the admin : <script type="text/javascript" src="/js/jquery/ui/jquery.ui.core.min.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.widget.min.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.mouse.min.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.draggable.min.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.resizable.min.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.position.min.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.button.min.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.dialog.min.js"></script> <script type="text/javascript" src="/js/jquery/ui/jquery.ui.tabs.min.js"></script> <script type="text/javascript" src="/js/jquery/plugins/ajaxfileupload/jquery.ajaxfileupload.js"></script> <script type="text/javascript" src="/modules/productquotation/js/jscolor.js"></script> <script type="text/javascript" src="/js/jquery/jquery-1.11.0.min.js"></script> This seems to generate an error (well... 14) in the debug console of my browser. Thing is that with those errors, I cannot even add a product into my shop. Do you have any idea about what can cause such behavior? How to fix it? Thanks! N. Link to comment Share on other sites More sharing options...
Nikkow Posted October 14, 2015 Author Share Posted October 14, 2015 As a quick and dirty fix, I patched the _PS_ALL_THEMES/javascript.tpl file by forcing jQuery to be loaded first, but I would like to find the root cause of this issue. 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