Jump to content

Quints

Clients
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Quints reacted to teraßyte in Error when enabling/disabling Integrations/apps   
    Most likely one (or more) of your applications/plugins is not compatible with PHP 8. Check if there are any updates, if there aren't disable all modifications, switch to PHP 8, and then re-enable the modifications 1 by 1 checking which one is causing issues.
    Or, you can just wait for version 4.7.2 to come out of beta since it contains a tool that can tell you which modifications won't work with PHP 8.
  2. Like
    Quints reacted to Marc Stridgen in Error when enabling/disabling Integrations/apps   
    There is also the possibility that 8 and 8.1 do not have all the requirements for the platform to run. So it would be worth running the requirement checker while running those versions to check this
    https://invisioncommunity.com/files/file/7046-invision-community-requirements-checker/
  3. Like
    Quints reacted to Nathan Explosion in Error when enabling/disabling Integrations/apps   
    There's your issue right there - use PHP7.4.x, 8.0.x or 8.1.x
  4. Like
    Quints reacted to Ryan Ashbrook in Getting current logged in user   
    In addition to that,  instead of using \IPS\Session\Front::i(); for external scripts you should use \IPS\Dispatcher\External::i();
  5. Like
    Quints got a reaction from SeNioR- in Getting current logged in user   
    Update
    I've solved the problem by fixing the cookies
    define( 'COOKIE_PATH', '/' );  
×
×
  • Create New...