XF 2.3 SOLVED- Upgrade to 2.3 success, but merging, installing add-ons stuck on "Processing"

ActorMike

Well-known member
Using default theme, upgrade is successful but cannot manage any add-ons in the back end, everything gets stuck on the "Processing" screen.

I disabled all my add-ons, installed the latest version of XF 2.2 and then attempted to upgrade to 2.3. The upgrade works, however i can't doing anything inside the CP; it is stuck on "Processing"...

Video Capture

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


Screenshot 2024-08-15 135721.webpScreenshot 2024-08-15 135918.webp
 
I edited the config.php file and removed the references to the CDN and file caching and it works now.
$config['externalDataUrl'] = ***********
$config['javaScriptUrl'] = **********

//File Cache
$config['pageCache']['enabled'] = true;
$config['cache']['context']['page']['provider'] = 'Filesystem';
$config['cache']['context']['page']['config'] = [];
$config['cache']['config'] = [
'directory' => 'D:\WINNT\cache'
];
 
I have same problem and cannot find how to fix, not drop downs works, and also not upgrade plugins works... no server error logs ... nothing. and i not use cache
 
Last edited:
Back
Top Bottom