Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Robins Gupta Posted November 6, 2023 Posted November 6, 2023 Hello, I am trying a new install but getting the following error: My php version: 8.1 Kindly help. Regards, Robin
Marc Posted November 6, 2023 Posted November 6, 2023 Try the requirement checker here, and see if anything comes up https://invisioncommunity.com/files/file/7046-invision-community-requirements-checker/
Robins Gupta Posted November 6, 2023 Author Posted November 6, 2023 Thanks for the reply. I was able to get the install done by changing PHP version to 8.0 Somehow the higher version of PHP was not allowing the install. The install was smooth. I am facing the following issue now whenever i am trying to login to the system. The SSL certificate is installed and the website runs on https protocol. But the login is always giving this: The login works when i click "Send anyway" Kindly help
Marc Posted November 6, 2023 Posted November 6, 2023 This would indicate you have installed under http but then switched your server to use https. If you have done this, thats no problem, however you need to also change the URL in your conf_global.php file to https
Robins Gupta Posted November 6, 2023 Author Posted November 6, 2023 Ah okay. I'll make the changes and report back. Marc 1
Chris59 Posted November 6, 2023 Posted November 6, 2023 Change the base-url in the file conf_global.php 'base_url' => 'https://yourdomainname.com/', Marc 1
Robins Gupta Posted November 6, 2023 Author Posted November 6, 2023 That fix has worked. I see smooth login now. I would report if I find any issues. Thanks @Marc Stridgen Thanks @Chris59 Chris59 and Marc 1 1
Marc Posted November 6, 2023 Posted November 6, 2023 No problem at all. Glad to hear you have this resolved 🙂
Recommended Posts