Jump to content

Featured Replies

  • Author

I think I've randomly just solved this. It looks like Google is trying to load an ad in there. omfggggggggggg

  • Replies 82
  • Views 5.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Randy Calvert
    Randy Calvert

    It's certainly possible.  There are several cases where payments are held for manual review by the billing team to prevent fraud.  I would wait until later today when that team is back in the office.

  • Randy Calvert
    Randy Calvert

    You might need to update the license status in your ACP as there is a good chance it has not caught up with your recent renewal.   Try going to ACP > System > Settings > License Key

  • Hi @cualupe, Just letting you know I have merged your topics for continuity.

Posted Images

So all of your issues have now been resolved? 🙂

  • Author
Just now, Gary said:

So all of your issues have now been resolved? 🙂

No, the main issue is PHP8 causing a blank site which is yet to be confirmed as a server or software issue.

28 minutes ago, cualupe said:

No, the main issue is PHP8 causing a blank site which is yet to be confirmed as a server or software issue.

When you are running PHP8…

Have you confirmed your version of PHP8 meets all of the system requirements (aka run the compatibility checker while actually running PHP8).

While running PHP8, have you used the tool in the support section of your ACP to disable all third party plugins, applications? 

Most often people find it’s a 3rd party application that causes problems. 

  • Author
14 minutes ago, Randy Calvert said:

When you are running PHP8…

Have you confirmed your version of PHP8 meets all of the system requirements (aka run the compatibility checker while actually running PHP8).

While running PHP8, have you used the tool in the support section of your ACP to disable all third party plugins, applications? 

Most often people find it’s a 3rd party application that causes problems. 

I ran the check with PHP 8 live and it was all green ticks. I can't access any of the site including ACP because the page is just blank. I have no 3rd party applications installed or active when testing this (they were all deactivated when I ran the manual upgrade earlier in this thread).

Did you implitly disable ALL of them yourself or just the ones reported by IPB?  If you did not implicitly disable Applications AND Plugins, you might want to do that. 

Edited by Randy Calvert

  • Author
9 hours ago, Gary said:

So all of your issues have now been resolved? 🙂

My site falls in and out of HTTPS to HTTP sometimes so my host added this to htaccess:

 

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteOptions inherit
RewriteEngine on
Header set content-Security-Policy: upgrade-insecure-requests

 

However, this code added in htaccess causes all kinds of issues in ACP.

Is there another way to ensure the site remains always https?

Recently Browsing 0

  • No registered users viewing this page.