Not a bug AJAX Errors On Upgrade

digitalpoint

Well-known member
When upgrading to 1.1.2, the AJAX requests that the upgrade process was making was to:

http://dev.digitalpoint.com/index.php?upgrade/rebuild

Which was giving a 404 page not found:

A controller for the route path upgrade/rebuild was not found.

Hopefully those were only status messages... the upgrade *appears* to have gone through okay, but the whole upgrade process was just barfing back:

An error occurred or the request was stopped.
 
Oh wait... cancel that. I forgot I added this to my JS file in prep for 1.1.2...

Code:
XenForo.ajaxBaseHref = window.location.protocol + '//' + window.location.host + '/';
 
Top Bottom