Kogkalidis Posted February 11, 2014 Share Posted February 11, 2014 In shipping menu I have just 2 menus.. not the wizard one.. it shows in menu translation section.. but nowhere else.. I cannot add anything.. please help.. cause it's forr 4 projects with deadline next week.. version presta 1.5.6.1 Link to comment Share on other sites More sharing options...
danidomen Posted February 11, 2014 Share Posted February 11, 2014 Hi, Check with Chrome DevTools (on Chrome press F12 key) if Admin has some JS errors, also make sure that on Network tab all the "connections" are great (maybe filter for "ajax") and check that none throw a 500 http status that means is a server problem (maybe file permissions or code error). Otherwise, you can activate mode debug on config/defines.inc.php if maybe something that you don't see is the cause of the problems. Regards. Link to comment Share on other sites More sharing options...
Kogkalidis Posted February 12, 2014 Author Share Posted February 12, 2014 FALSE ALARM.. EVERYTHING WORKS PERFECT.. Link to comment Share on other sites More sharing options...
Bars Posted February 12, 2014 Share Posted February 12, 2014 HelloI have problem with carrier wizardOn my home computer on Denwer i seeBut if i try to use carrier wizard on webserver i seeUsing chrome latest version. What may be the problem?Thank you! Link to comment Share on other sites More sharing options...
Bars Posted February 12, 2014 Share Posted February 12, 2014 Using FireBug i see that the url of script is not correct on web server. Where i can fix it? <script src="/admin/../admin/../js/jquery/jquery-1.7.2.min.js" type="text/javascript"> <script src="/admin/../admin/../js/jquery/jquery-migrate-1.2.1.js" type="text/javascript"> <script src="/admin/../admin/../js/jquery/plugins/cluetip/jquery.cluetip.js" type="text/javascript"> <script src="/admin/../admin/../js/jquery/plugins/jquery.hoverIntent.js" type="text/javascript"> <script src="/admin/../admin/../js/jquery/plugins/jquery.scrollTo.js" type="text/javascript"> <script src="/admin/../admin/../js/jquery/plugins/alerts/jquery.alerts.js" type="text/javascript"> <script src="/admin/../admin/../js/jquery/plugins/chosen/jquery.chosen.js" type="text/javascript"> <script src="/admin/../js/admin.js" type="text/javascript"> <script src="/admin/../js/toggle.js" type="text/javascript"> <script src="/admin/../js/tools.js" type="text/javascript"> <script src="/admin/../js/ajax.js" type="text/javascript"> <script src="/admin/../js/toolbar.js" type="text/javascript"> <script src="/admin/../js/notifications.js" type="text/javascript"> <script src="/admin/../js/helpAccess.js" type="text/javascript"> <script src="/admin/../admin/../js/jquery/plugins/smartWizard/jquery.smartWizard.js" type="text/javascript"> <script src="/admin/../admin/../js/jquery/plugins/jquery.typewatch.js" type="text/javascript"> <script src="/admin/../js/admin_carrier_wizard.js" type="text/javascript"> <script src="/admin/../js/form.js" type="text/javascript"> Link to comment Share on other sites More sharing options...
Bars Posted February 12, 2014 Share Posted February 12, 2014 this is bugreport from chrome Uncaught SyntaxError: Unexpected identifier admin_carrier_wizard.js:331 Uncaught TypeError: object is not a function index.php?controller=AdminCarrierWizard&token=1b25695829fbc9e390e1aeb147b20cd7&id_carrier=46:972 Uncaught TypeError: object is not a function index.php?controller=AdminCarrierWizard&token=1b25695829fbc9e390e1aeb147b20cd7&id_carrier=46:972 Link to comment Share on other sites More sharing options...
Bars Posted February 13, 2014 Share Posted February 13, 2014 problem solved - not working script .chrome error in the file showed admin_carrier_wizard.js in line 331in chrome this string looksB B B index = $ (this). Parent ('td'). Index ();I use Filezilla. Downloading to PC file - open . See line without extra characters index = $ (this). parent ('td'). index ();Write original js folder to webserver. All the exact same error .Then i decided to use Far Manager to work with FTPdownloaded the file from the server and finally see admin_carrier_wizard.js lineB B B index = $ (this). Parent ('td'). Index ();ie as shown chrome .Of course , deleted BBB and everything beging work after cleaning the cache.Overall , FileZilla strange works . Link to comment Share on other sites More sharing options...
Recommended Posts