Upgrade from 2.2 and SSL On Vanilla Forums

I am trying to upgrade my copy of vanilla forums from 2.2 to the latest version and am having a bunch of issues. First, the dashboard does not load anything, I just get "Failed to load feed". Do I need to run a migration script or something?

Also, I am running it with SSL and it is loading ALL of the assets as http insecure. I have the following in my configuration:

$Configuration['Garden']['ForceSSL'] = TRUE;
$Configuration['Garden']['AllowSSL'] = TRUE;

Any idea on how to get these working?

Sign In or Register to comment.