Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

App not loading in test mode

Haven't touched my app for a while, just tried to load it in test mode and the entry page was blank.

This is the error from firebug in jquery mobile script

'$.widget.extend is not a function '

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App not loading in test mode

Hello,
You have jQuery UI v 1.8.13 in JavaScript assets.
Try to comment all the asset code or update jQuery UI up to 1.9 if your asset is used anywhere.

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

App not loading in test mode

That was the problem.- thanks. Unfortunately I had to upgrade to version 1.9 and now my menu is not working.

Is this going to be an ongoing problem as you make changes on your server?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App not loading in test mode

It caused by updating jQuery Mobile up to 1.8.2 v.
We will solve it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App not loading in test mode

Hello,

You use jQuery UI with Menu plugin. But JavaScript code of Menu plugin must be loaded after jQuery UI.

Remove "menu" JavaScript assset and create it once more with the same content. This will make your Menu javascript load after jQuery UI.

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

App not loading in test mode

Thankyou all working now

Return to “Issues”