chey260892 Posted August 15, 2011 Share Posted August 15, 2011 I get this error after i get into my first page of website: Fatal error: Call to undefined method jQuery::loadAllExtensions() in /home/a1808737/public_html/mall_admin/includes/application_top.php on line 355 What's the matter? Advices are appreciated:D Quote Link to comment https://forums.phpfreaks.com/topic/244831-error-need-help/ Share on other sites More sharing options...
AyKay47 Posted August 15, 2011 Share Posted August 15, 2011 its telling you what the matter is, either that function does not exist or you havn't created it.. Quote Link to comment https://forums.phpfreaks.com/topic/244831-error-need-help/#findComment-1257664 Share on other sites More sharing options...
chey260892 Posted August 15, 2011 Author Share Posted August 15, 2011 Yes indeed the function does not exist, so in this case what should I do? search for a similar code ? Quote Link to comment https://forums.phpfreaks.com/topic/244831-error-need-help/#findComment-1257689 Share on other sites More sharing options...
AyKay47 Posted August 15, 2011 Share Posted August 15, 2011 depends what you are trying to do.. off the top of my head I do not know a jquery function that will "load all extensions".. however you could take a look on the jquery website Quote Link to comment https://forums.phpfreaks.com/topic/244831-error-need-help/#findComment-1257692 Share on other sites More sharing options...
Maq Posted August 15, 2011 Share Posted August 15, 2011 Check your paths. Make sure you're including all JQuery files correctly. Make sure they exist. Quote Link to comment https://forums.phpfreaks.com/topic/244831-error-need-help/#findComment-1257850 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.