XF 2.1 Upgrading problem

FedericoS

Active member
Hello everyone! :)
I just updated my Website to XenForo 2.1 beta.
But when I try to enter on my Admin Control Panel or Visit the site, it give me this error:

188450

EDIT:
I have added this line in the config
Code:
$config['enableListeners'] = false;
but the site still give me this error:
188455
 
Last edited:
That wouldn’t be a great troubleshooting step would it? 🙂

No, it just rebuilds the core master versions of things like templates and phrases. Totally non-destructive but just want to see if it changes anything here.
 
It sounds like you haven't actually completed the upgrade yet then?

It sounds specifically like that when the files were uploaded, they weren't "merged". Ideally, you'd want to restore a backup and check your FTP/uploading application. Without this, it's possible things like attachments or avatars may now be missing.

You may be able to manually re-create the internal_data/install-lock.php file, but this may mask other issues.

Note that after you upload the files, you want to go to <url>/install/. If it indicates that you are doing a new install, that likely means that the upload did not "merge" files.
 
Top Bottom