Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 3, 20231 yr hi i did the invision upgrade as soon as i clicked on start i get a white screen how can i fix it
March 3, 20231 yr In order to upgrade to 4.7.x you need to be running PHP8/8.1. The version you are upgrading from does not support it. As a result, you need to do a manual upgrade. Disable all 3rd party applications & plugins. Switch to a default non-customized IPS theme. Upgrade your server to PHP 8. Use the compatibility checker script to confirm you have all of the required PHP modules installed in your PHP8. Manually upload the files of the new version from your client area to your server. Visit yourdomain.com/admin/upgrade and follow the prompts to do the upgrade. Check if any 3rd party modifications require an update (there's a button to manually check in the applications page). After you apply the updates you can safely re-enable those modifications. Go to your Support Page in ACP and fix any remaining issues listed on the page. If you still have disabled applications and/or plugins after the above steps, re-enable them 1 by 1 to make sure they are compatible with PHP 8.
March 3, 20231 yr Author I upgraded to php 8 and the forum with version 4.4 didn't work so I uploaded version 4.7.7 to the server overwriting the files I ran the script and it gives me everything green but when I clicked on start upgrade it starts uploading and immediately gives me a blank page
March 3, 20231 yr The error there is a 500 Internal Serve Error, you would need to obtain the error from your server's error log then provide it to us. Please only provide that log entry and not the whole log. Please ask your hosting provider for assistance if you are having issues.
March 3, 20231 yr Author [Thu Mar 02 22:58:17.284305 2023] [autoindex:error] [pid 7131:tid 47622155990784] [remote 52.167.144.75:33664] AH01276: Cannot serve directory /home/qknqwabh/public_html/forum/uploads/: No matching DirectoryIndex (index.php,index.php7,index.php5,index.perl,index.pl,index.plx,index.ppl,index.cgi,index.jsp,index.jp,index.phtml,index.shtml,index.xhtml,index.html,index.htm,index.js) found, and server-generated directory index forbidden by Options directive
March 3, 20231 yr Just now, Aurora17 said: [Thu Mar 02 22:58:17.284305 2023] [autoindex:error] [pid 7131:tid 47622155990784] [remote 52.167.144.75:33664] AH01276: Cannot serve directory /home/qknqwabh/public_html/forum/uploads/: No matching DirectoryIndex (index.php,index.php7,index.php5,index.perl,index.pl,index.plx,index.ppl,index.cgi,index.jsp,index.jp,index.phtml,index.shtml,index.xhtml,index.html,index.htm,index.js) found, and server-generated directory index forbidden by Options directive This is not the error involved, I'm afraid.
March 3, 20231 yr 14 minutes ago, Aurora17 said: there is no error log in the server You may need to ask your hosting provider for assistance if you are limited in what you can obtain or your server is not configured to output certain errors. We cannot move forward without this error, I'm afraid.
March 3, 20231 yr If your host allows it, you might be able to turn on error reporting to the screen. Edit your .htaccess file to add the following two lines at the end: php_flag display_startup_errors on php_flag display_errors on But again... some hosts don't allow you to override their settings. So this may or not not work for you. Edited March 3, 20231 yr by Randy Calvert
March 3, 20231 yr You have a third party application installed which is not compatible with PHP 8. You will need to contact the author of the Member Map for assistance: [03-Mar-2023 20:59:48 UTC] PHP Fatal error: Declaration of IPS\membermap\Markers\_Markers::contentImages($limit = null) must be compatible with IPS\Content\_Item::contentImages($limit = null, $ignorePermissions = false) in ../applications/membermap/sources/Markers/Markers.php on line 718
March 3, 20231 yr Author There's a way to delete the plugin from the database and a plugin that I no longer use Edited March 3, 20231 yr by Aurora17
March 3, 20231 yr This is also why I suggested disabling all 3rd party resources as the first step above.... 🙂 You might try using Recovery Mode to disable everything now that you are in this situation. A few notes... If you don't have a constants.php file, you're going to be creating one. Just paste the code it gave in. When you add the constants.php file, clear your browser cache... THEN login to your ACP. You should get a message that resources are being disabled. Once the resources are disabled, you'll need to turn off recovery mode (remove it from your existing constants.php file, OR if that was the only entry in it just delete the constants.php file). You won't be able to do anything in ACP until it's turned back off again after things are disabled.
March 3, 20231 yr @Randy Calvert beat me once again:D Just noticed the notification about a new reply in the topic while I was creating mine. You'll want to enable recovery mode which will disable all 3rd party apps and plugins.https://invisioncommunity.com/4guides/client-services/getting-support-r292/#recoverymode
March 3, 20231 yr Author Can you help me I don't know how to get into recovery mode I have already deleted the constant
March 3, 20231 yr 3 minutes ago, Aurora17 said: Can you help me I don't know how to get into recovery mode I have already deleted the constant Please see the guide below. It is as easy as adding a new line on a file 🙂 : https://invisioncommunity.com/4guides/client-services/getting-support-r292/#recoverymode
March 3, 20231 yr Author 8 minutes ago, Jim M said: Please see the guide below. It is as easy as adding a new line on a file 🙂 : https://invisioncommunity.com/4guides/client-services/getting-support-r292/#recoverymode mi da queste errore [[Template core/admin/global/globalTemplate is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
March 3, 20231 yr The 4.4 theme you're using is not compatible. Create a new one and use it as the default theme. Take a look at: You could also install a new one from the Marketplace as well.
March 3, 20231 yr Check out the following guide to learn about the IPS Marketplace: The marketplace is found inside of your ACP. It's the icon that looks like a shopping basket.
March 3, 20231 yr Author but I can not enter the acp gives me that error skin Edited March 3, 20231 yr by Aurora17
March 3, 20231 yr 9 minutes ago, Aurora17 said: but I can not enter the acp gives me that error skin Have you tried rolling back 7.x PHP?
March 3, 20231 yr Author 2 minutes ago, Adlago said: Have you tried rolling back 7.x PHP? with php7 it gives me this error We're sorry, but a temporary technical error has occurred which means we cannot display this site right now.syntax error, unexpected '->' (T_OBJECT_OPERATOR)You can try again by clicking the button below, or try again later
March 3, 20231 yr You're kind of caught in no-mans land right now, unfortunately. Didn't realize you were this far ahead that the latest release files had been applied. Do you have a backup you made prior to the upgrade attempt of files and database?
March 3, 20231 yr Author 3 minutes ago, Jim M said: You're kind of caught in no-mans land right now, unfortunately. Didn't realize you were this far ahead that the latest release files had been applied. Do you have a backup you made prior to the upgrade attempt of files and database? no purtroppo