Jump to content

JS Broken after forums move with HTTPS


Recommended Posts

Posted

So basically I moved my forums from a subdomain to a sub folder under the main url (forums.example.com --> example.com/forums). When I did that, I moved everything properly (I believe), changed the URLs, made sure everything was HTTPS and not HTTP since the main domain has SSL.  Now for some reason, on FireFox and Chrome, I keep getting an error:

- Uncaught TypeError: Cannot read property 'get' of undefined inside my root_framework.js

- Uncaught TypeError: Cannot read property 'argsToArray' of undefined inside my root_framework.js

 

This blocks the use of posting, viewing chatbox, etc. etc. but on my Safari browser... I don't get this error. Like I said, this just happened when I moved to HTTPS and not HTTP... I'm really not sure what to do... how could I fix this? Do I reinstall the forums?

 

baseController.method('on', function(elem, ev, delegate, fn) {
                var args = ips.utils.argsToArray(arguments); <----- the error points here.

 

Edit:

I apparently fixed it but purging all my cached files from my CDN as well.

 

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...