Jump to content

[ULTRA CRUCIAL] Problem with carrier wizard


Recommended Posts

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

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

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

problem solved - not working script .

chrome error in the file showed admin_carrier_wizard.js in line 331

in chrome this string looks

B 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 FTP

downloaded the file from the server and finally see admin_carrier_wizard.js line

B 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

×
×
  • Create New...