gormus
Member
I upgraded a v1.5 instance to v2.1.10 Patch 2 (currently the latest) on my local DDEV environment.
Prior to upgrade, I was able to run Xenforo 1.5 without any issues.
After the upgrade, the forum works without any issues; I can navigate between forums and threads without any problem.
However, I can only see the "Tools" and "Development" sections in the admin side. Everything else gives me the "You do not have permission to view this page or perform this action." error. Even when I try to edit my own profile:
I have the following configuration set for my local:
What I might be missing on this upgrade?
Prior to upgrade, I was able to run Xenforo 1.5 without any issues.
After the upgrade, the forum works without any issues; I can navigate between forums and threads without any problem.
However, I can only see the "Tools" and "Development" sections in the admin side. Everything else gives me the "You do not have permission to view this page or perform this action." error. Even when I try to edit my own profile:
/admin.php?users/superadmin.1/edit
I have the following configuration set for my local:
PHP:
$config['debug'] = FALSE;
$config['enableListeners'] = FALSE;
$config['development']['enabled'] = TRUE;
What I might be missing on this upgrade?