Jump to content

Recommended Posts

Posted

This started today, Several members including me can no longer log into our website. Three of us are the administrators. I keep getting this insecure connection warning and it won't allow me to login. I tried two different web browsers, and two different computers and my cell phone. Now I saw where the PhP has to be version 8 from now on so I went on Hostmonster (our domain server) and changed it. I also contacted them and they checked things on their end and told me it was a an issue with the software.

There was an update for invision pending, but none of the administrators can log in now to do the update. I don't know what to do or where the problem is.

Mike

 

Could contain: File, Page, Text, Webpage

Could contain: Page, Text, File, Webpage

Could contain: Page, Text, File, Webpage

Could contain: Page, Text, File, Webpage

SSL Report.pdf

Posted

While you have HTTPS in the URL, your board's configuration is set to HTTP still.  

Edit your conf_global.php file and change the base URL to be HTTPS instead of HTTP.  The line will look something like: 

'base_url' => 'YOURDOMAIN',

All you should have to do is just add the "S".  

That should fix the SSL error.   

Posted (edited)

You would want to download the file via FTP from your server to your computer.  Open it with a text editing program like notepad (NOT WORD!) and edit the file.  Save it and upload it back to your server.  

Make sure to save a copy in case you do something wrong!

Edited by Randy Calvert
Posted

I was able to FTP in to the site via windows explorer, I found the file and made the change. the line was different then what you said. This was the line I changed:

 'board_url' => 'https://www.valleyatvclub.org',

Now I can login normally and no more warnings come up. However there is a pending update for the website but it complains about the PhP version. Earlier today I contacted hostmonster and I had them change the PhP version to 8.0 since it was still running the older version, but the website still thinks its the older version.

Is there a configuration file I have to change to reflect the change?

Mike

 

Could contain: File, Webpage, Page, Text

Posted

My guess is your host did not change your PHP version correctly.   PHP is telling IPB you're still running PHP 7.3.   If they're running multiple versions of PHP, they might need to confirm they switched your site config to use that new version of PHP.  

Before you update the software itself...  make sure you update any third party resources/applications you use.  PHP8 is a BIG change.  The most common reasons for failed upgrades or not being able to access a site after an upgrade is because of a third party resource is not compatible with PHP8 and it breaks your site where it just displays a blank white page.  (If it happens, there are ways to disable all 3rd party resources allowing you to get back online.)

Also once on PHP8...  If you run into problems using the automatic updater, you can download a copy of the IPB files from your client area and upload them to your site via FTP.  Then just run domain.com/admin/upgrade to kick off the updater.  

Posted

If its showing that message, then the admin location at the very least is running PHP 7.3. As mentioned above, you will need to speak to your ohsting copany 

Posted

Resolved the problem. It turns out a file ".htaccess" was missing on our home directory so the Hostmonster support created a new one and it corrected the problem.

Thank you for your help.

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...