Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 10, 20168 yr Hello there, When i go to my site URL i get the following? Please can someone help?
April 10, 20168 yr I'm getting a blank white page (in Firefox) which can indicate a php error. Does your admin panel work at all ? , try adding /admin to the end of the URL If it does not: Submit a ticket in the Client Area for assistance with this. It *could* be a hosting concern but that seems unlikely.
April 10, 20168 yr It is possible problem with PHP 7 - if access to the server can switch your site to 5.6 PHP
April 11, 20168 yr Did you update your website with last version of IPB (4.1.10) and are you using Steam login app ? If yes just update Steam login app too. I did the same problem (blank page) because steam login app was not up to date.
April 11, 20168 yr I updated to php 7 days ago with no problems and with steam login with no problems. What have you recently changed? And have you upgraded the forum with files in the right location.
April 11, 20168 yr If you have any custom login handlers, they may have broken in the upgrade, because there were some breaking changed (if you were using the latest version of steam login, it was fixed, but otherwise that's likely to be the issue). If you do have any 3rd party login handlers, you should be able to fix it by making a file with the following contents: <?php include "init.php"; foreach ( \IPS\Plugin::plugins() as $plugin ){ if ( $plugin->enabled ) { $plugin->enabled = FALSE; $plugin->save(); echo "Disabled {$plugin->_title}<br/>"; } } and give it a .php extension, then upload it to the root directory of your IPS installation, in the same dir as init.php. Navigate to that page in your browser, and it should disable all your plugins and ouput a list of the plugins that it disabled. You should then be able to access the site, and enable the plugins again. DISCLAIMER: I haven't tested this code, but I think it should work. I'm not responsible if it makes your server spontaneously combust.
Archived
This topic is now archived and is closed to further replies.