We upgraded our core modules just fine. We then upgraded Ctools and Date module and our popups are now throwing errors. jQuery versions look the same. I've searched and cannot find why this is happening. Error is below:
We upgraded our modules. Now, our pop-up login gives us this error:
An AJAX HTTP error occurred.
HTTP Result Code: 404
Debugging information follows.
Path: /pop/ajax/login
StatusText: Not Found
ResponseText:
Page not found | TeachHUB
var $jq = jQuery.noConflict();
I checked out some threads and enabled Custom Content Panes and it still does not work. The Firebug error is this:
pop/ajax/login 404 Not Found
However, the link that the button goes to is pop/nojs/login.
http://drupal.org/node/1335664
If you are using drupal 7 then you can use drupal 7's inbuilt overly module to open pop up that is very easy then CTOOLs
Related
I'm working on a WordPress website and I'm getting this error:
DevTools failed to load source map: Could not load content for https://aurachain.ch/wp-content/themes/leadengineLead/core/assets/css/bootstrap.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
On the front-end of the website i believe this error is causing some font awesome icons not to load - see on this page for example that the "fa fa-play" icon that is not loading.
I've seen a couple of answers to a similar problem where it says that you need to go to Developer Tools in your developer console settings and fix it there but I have it already checked and the error is still showing...so I think the problem is somewhere else. Can someone help me with it?
Looks like the front-end error on the website I was seeing on font awesome icons not loading was actually caused by a plugin Redux by Extendify and was fixed through a rollback of its version.
The warning DevTools failed to load source map showing in the dev console is still showing. Is it something to worry about?
The form is created using Contact Form 7, but the submit action is made with AJAX and a file php which made a database conection, the error return: 500 (Internal Server Error) on php file and: Uncaught TypeError: $(...).AjaxDebug is not a function on AJAX function.
In the debug file generated by WP there is nothing related with this error.
someone can help me to understand this problem?
I disabled the plugins one by one, hoping for the problem is a conflict, but nothing change.
you clean the cache?! use a plugin like Super Cache good luck
I have created one classes website in wordpress and in that i have used the wordpress quiz plugin and after installing it , i see that few of the functionalities is not working like no effect after click on MCQs of perticular exam question.
JQMIGRATE: Migrate is installed,
version 1.4.1
(index):480 GET http://demo.proserindustries.com/wp-content/themes/hestia/assets/js/jquery.min.js net::ERR_ABORTED 404 (Not Found)
(index):1 Failed to find a valid digest in the 'integrity' attribute for resource
'http://demo.proserindustries.com/wp-content/themes/hestia/assets/js/popper.min.js'
with computed SHA-256 integrity 'l2cF9FVtf7NyoWlrYREvAJEYLhdhonp/8mHK+02lUdo='.
The resource has been blocked.
(index):487 Uncaught TypeError: $ is not a function
at (index):487
After page inspect i have seen following error are occurred in console and that are for the plugin is not getting jquery and popper file, so please suggest me how can i overcome this problem ?
I'm trying to use a Facebook likebox plugin on a staging site and I have tried some different plugins. Independently from plugin installed I receive the same error in Chrome console:
ErrorUtils caught an error: "Cannot listen to an undefined element. TAAL[2]". Subsequent errors won't be logged; see https://fburl.com/debugjs.
I think the problem is generated directly from Facebook plugin inclusion. Unfortunately the url https://fburl.com/debugjs isn't working.
This issue doesn't apparently create any problem to the site, but I would like to have a site without any error in console.
Tee site is http://millennium.alecss.it/
Let me know if you can help me, thank you very much.
This is the bug, when upgrade jQuery since 1.8.
Look in your code and replace to on('load')
$(window).load(
function(){
//your code
});
To
$(window).on('load',
function(){
//your code
});
I am new to .NET and Sitecore everything was fine I was getting use to Sitecore and the way it works, then I decided to install the 301 redirect module, I did some research and the error seems to be cause by stack overflow and all my redirects receive this error in a 500 page:
**Detailed Error Information**
------------------------------
Module ManagedPipelineHandler
Notification ExecuteRequestHandler
Handler ExtensionlessUrlHandler-Integrated-4.0
Error Code 0x800703e9
my regex pattern is formatted like this:
/([^/]+)(?=/[^/]+/?$)
The patch for my item is like /Home/solutions/exemple which is supposed to send: www.mysite.com/en/exemple
my solution is running in asp.net 4.0 and Sitecore 7 and I have two version EN and FR.
Any Idea how I can fix this error or someone who ran in a similar issue?
ps: How can I delete the redirect from this module because even when I delete them they are still active.