I have an “add file” link in a plain template. When I click it, I get:
Timestamp: 2/18/14, 11:43:40 PM
Error: TypeError: d is undefined
Source File: https://preview.mycustomsite.com/index.php?S=e6d26fe1e6d862912992a7dfe770a712aa694471&D=cp&C=javascript&M=combo_load&ui=datepicker,resizable,draggable,droppable&plugin=ee_url_title,tmpl,ee_table,scrollable,scrollable.navigator,ee_filebrowser,ee_fileuploader,markitup,toolbox.expose,overlay&file=underscore,files/publish_fields,json2,cp/publish,cp/publish_tabs,cp/publish_admin&v=1392357549
Line: 364
Short of disabling plugins one at a time until it works, has anyone ever had this issue?
UPDATE: I copied the files and the database to my local environment and it works just fine. It is still broken on the staging server. I diff'ed the javascript and HTML files and the only difference is the v=????? numbers.
UPDATE: its because the EE ajax loader is loading some javascript asynchronously over HTTP, yet the site is loading over HTTPS. Now I need to figure out how to get it to load over HTTPS.