Hello @Luke F , thank you for this addon. Any chance to get this adjusted for XF2? We've tried these as the URLs are pretty much the same unfortunately we're getting "The site is currently being upgraded. Please check back later"
We've traced back the message to "internal_data/install-lock.php" file , to following line:
Also we find out that if we change line (48) in "library/XenForo/Error.php" from false to true your redirect scripts will magically start to work.
Anyway this is something we don't want to mess with by ourselves.
Also we see following error in our mysql engine, not quite sure if related.
Thank you in advance for any comment.
Alex
Edit: We were running Advanced URL on vB 4.2.5 and now we're running friendly URLs in XF2
Old URL: https://forum.xxx.yy/<threadID>-<ThreadTitle>
New URL: https://forum.xxx.yy/threads/<ThreadTitle>.<threadID>/
We've traced back the message to "internal_data/install-lock.php" file , to following line:
$isInstalled = file_exists(XenForo_Helper_File::getInternalDataPath() . '/install-lock.php'); $ignoreUpgradePending = (!$isInstalled || self::$_ignorePendingUpgrade);
Also we find out that if we change line (48) in "library/XenForo/Error.php" from false to true your redirect scripts will magically start to work.
protected static $_ignorePendingUpgrade = true;
Anyway this is something we don't want to mess with by ourselves.
Also we see following error in our mysql engine, not quite sure if related.
An exception occurred: Mysqli prepare error: Table 'xenforo.xf_route_prefix' doesn't exist
Thank you in advance for any comment.
Alex
Edit: We were running Advanced URL on vB 4.2.5 and now we're running friendly URLs in XF2
Old URL: https://forum.xxx.yy/<threadID>-<ThreadTitle>
New URL: https://forum.xxx.yy/threads/<ThreadTitle>.<threadID>/
Last edited: