Recent content by gormus

  1. gormus

    Error from Google Cloud and App Engine

    I'm experiencing the same behavior with XF 2.2.11
  2. gormus

    XF 2.1 You do not have permission to view this page or perform this action.

    I found the is_super_admin flag in xf_admin table. After manually updating my superadmin account directly in the database, I can now access rest of the admin panel. I'll continue to review the differences in these two instances in case there are additional settings must be defined.
  3. gormus

    XF 2.1 You do not have permission to view this page or perform this action.

    Thanks Brogan. But, currently I cannot access ACP, or any other admin page (besides Tools and Development sections) :( I'm creating a separate fresh instance of the same version locally to compare the database records for the user accounts. Perhaps that'll shed some lights.
  4. gormus

    XF 2.1 You do not have permission to view this page or perform this action.

    Actually my account (user no: 1) is set in the superadmins config too. Should it be defined elsewhere also? $config['superAdmins'] = "1" EDIT: This is also the account I initiated the upgrade steps.
  5. gormus

    XF 2.1 You do not have permission to view this page or perform this action.

    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...
  6. gormus

    Zend Redis Cache

    Thanks @Xon, that's totally acceptable. Trying to keep the server stack up-to-date, while planning for XF2 upgrades. It works well with Redis 4. But wanted to make sure whether we could still run XF1.5 using your addon on Redis 5. Cheers : )
  7. gormus

    Zend Redis Cache

    Does this plugin, (and XenForo 1.5) support Redis 5? All the comments I've seen so far have mentions of Redis 4 and below, but no mention of v5, AFAICT.
  8. gormus

    XF 1.5 Cannot log back into the forums

    Thanks for your response @sbj. Agreed seems that way. However found out it's actually part of a known issue with our SSO provider.
  9. gormus

    XF 1.5 Cannot log back into the forums

    We're in process of moving XenForo to a new server/environment. The new server has the same code, same database as the current production server. However, on the new server, when an existing user tries to log back in, following error is shown, and they can't log in anymore: User names must be...
Top Bottom