First test installation of XF2.3 is generating a few issues with XF URLs. For some reason all thread and forum URLs are now generating 404 errors immediately after upgrade.
Example URL structures:
example.com/forums/threads/hello.40229/unread -404
example.com/forums/forums/test-forum.232/ -404
These were working on this test site on 2.2.15, immediately prio to upgrade. Once the upgrade completed URLs are no longer writing correctly.
I've also tried re-uploading the XF files in case there was a corrupted file, but appears to make no difference.
Second issue - enabling Development mode on the site results in a PHP error:
Not sure if this is a bug or a configuration issue, but I've tried a few things to fix with no luck. Appreciate any ideas to help resolve!
Example URL structures:
example.com/forums/threads/hello.40229/unread -404
example.com/forums/forums/test-forum.232/ -404
These were working on this test site on 2.2.15, immediately prio to upgrade. Once the upgrade completed URLs are no longer writing correctly.
I've also tried re-uploading the XF files in case there was a corrupted file, but appears to make no difference.
Second issue - enabling Development mode on the site results in a PHP error:
An exception occurred: [Error] Call to undefined method XF\Template\Templater::fn() in internal_data/code_cache/navigation_cache.php on line 252
- XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 8054
- XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 603
- XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 554
- XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2363
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2588
- XF\App->run() in src/XF.php at line 532
- XF::runApp() in index.php at line 20
Not sure if this is a bug or a configuration issue, but I've tried a few things to fix with no luck. Appreciate any ideas to help resolve!