Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
I have disabled Context and all other modules I don't absolutely need, but still no luck. I am still getting intermittent javascript fails.
I'm not sure. What I would suggest is you get the source code of a page that fails and then the same page (same URL) when it works and compare them. Maybe you can see a difference.
[14:04:15.977] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/jquery.min.js [HTTP/1.1 404 Not Found 3189ms][14:04:15.978] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/jquery-ui-1.8.16/js/jquery-ui-1.8.16.custom.min.js [HTTP/1.1 404 Not Found 3132ms][14:04:15.978] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.contextMenu.js [HTTP/1.1 404 Not Found 2718ms][14:04:15.979] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.toolTip.js [HTTP/1.1 404 Not Found 2594ms][14:04:15.979] GET https://www.secularstudents.org/sites/all/modules/civicrm/js/jquery/jquery.crmaccordions.js [HTTP/1.1 404 Not Found 3108ms][14:04:15.980] GET https://www.secularstudents.org/sites/all/modules/civicrm/js/jquery/jquery.crmtooltip.js [HTTP/1.1 404 Not Found 3482ms][14:04:15.980] GET https://www.secularstudents.org/sites/all/modules/civicrm/js/jquery/jquery.crmrowhighlighter.js [HTTP/1.1 404 Not Found 3566ms][14:04:15.981] GET https://www.secularstudents.org/sites/all/modules/civicrm/css/deprecate.css [HTTP/1.1 404 Not Found 1710ms][14:04:16.806] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/DataTables-1.7.6/media/js/jquery.dataTables.min.js [HTTP/1.1 404 Not Found 2764ms][14:04:19.158] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/jquery-ui-1.8.16/js/jquery-ui-1.8.16.custom.min.js [HTTP/1.1 404 Not Found 979ms][14:04:20.145] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/jquery-ui-1.8.16/css/smoothness/jquery-ui-1.8.16.custom.css [HTTP/1.1 404 Not Found 891ms][14:04:21.078] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/jstree/themes/default/jstree.css [HTTP/1.1 404 Not Found 988ms][14:04:22.081] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.contextMenu.js [HTTP/1.1 404 Not Found 765ms][14:04:22.860] TypeError: $ is not a function @ https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.textarearesizer.js:1[14:04:22.920] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.toolTip.js [HTTP/1.1 404 Not Found 718ms][14:04:23.655] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/DataTables-1.7.6/media/js/jquery.dataTables.min.js [HTTP/1.1 404 Not Found 2778ms][14:04:26.445] GET https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/DataTables-1.7.6/media/css/demo_table_jui.css [HTTP/1.1 404 Not Found 1080ms][14:04:27.494] TypeError: $.datepicker is undefined @ https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.ui.datepicker.validation.pack.js:2[14:04:27.495] ReferenceError: cj is not defined @ https://www.secularstudents.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery-fieldselection.js:2[14:04:27.537] GET https://www.secularstudents.org/sites/all/modules/civicrm/js/jquery/jquery.crmaccordions.js [HTTP/1.1 404 Not Found 998ms][14:04:28.535] GET https://www.secularstudents.org/sites/all/modules/civicrm/js/jquery/jquery.crmtooltip.js [HTTP/1.1 404 Not Found 1003ms][14:04:29.549] GET https://www.secularstudents.org/sites/all/modules/civicrm/js/jquery/jquery.crmrowhighlighter.js [HTTP/1.1 404 Not Found 2780ms]
Thanks.Yeah, templates_c and all caches (Drupal and otherwise) have been cleared.I notice that there are references to jquery.min.js in two places in civi...packages/PHP/CodeCoverage/Report/HTML.php: 'jquery.min.js',packages/PHP/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist: <script src="jquery.min.js" type="text/javascript"></script>I don't have the first clue if this should matter or not (I'm guessing not).There might be more caching that my sys. admin knows about. I'll keep hunting.Thanks again.