Stan Jensen Posted December 3, 2022 Share Posted December 3, 2022 This can't be good. Anyone else have this problem? Please help Thanks Stan I have php 8.0 Link to comment Share on other sites More sharing options...
Ramsesx Posted December 3, 2022 Share Posted December 3, 2022 (edited) Look for the section Recovery Mode Edited December 3, 2022 by Ramsesx Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 3, 2022 Author Share Posted December 3, 2022 I have nor idea how to do this. <?php define('RECOVERY_MODE',True); Link to comment Share on other sites More sharing options...
Jim M Posted December 3, 2022 Share Posted December 3, 2022 Were you able to run recovery mode? Could you please clarify if you are still having issues? Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 3, 2022 Author Share Posted December 3, 2022 (edited) I do not know how to put it into recovery mode. where and how do I put this? Edited December 3, 2022 by Stan Jensen Remove extra text Link to comment Share on other sites More sharing options...
Jim M Posted December 3, 2022 Share Posted December 3, 2022 1 minute ago, Stan Jensen said: I do not know how to put it into recovery mode. where and how do I put this? As mentioned in the Guide, you would add this to your constants.php file on your file system. If you do not have one, you would create one. Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 3, 2022 Author Share Posted December 3, 2022 opps wrong paste How do I do this? <?php define('RECOVERY_MODE',True); Link to comment Share on other sites More sharing options...
Jim M Posted December 3, 2022 Share Posted December 3, 2022 4 minutes ago, Jim M said: As mentioned in the Guide, you would add this to your constants.php file on your file system. If you do not have one, you would create one. 🙂 Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 3, 2022 Author Share Posted December 3, 2022 I may be to stupid to know how to add constants.php file on your file system. I may as well shut the forum down. Link to comment Share on other sites More sharing options...
teraßyte Posted December 3, 2022 Share Posted December 3, 2022 You need to create the file and then upload it to your server with some kind of FTP program (like FileZilla, WinSCP, etc). Link to comment Share on other sites More sharing options...
Jim M Posted December 3, 2022 Share Posted December 3, 2022 1 hour ago, Stan Jensen said: I may be to stupid to know how to add constants.php file on your file system. I may as well shut the forum down. Have you considered our Cloud? You would not need to have to worry about managing files yourself 🙂 . As Terabyte mentioned, you’d want to create a file name constants.php (if you don’t have one) via your hosting panel or FTP/etc… Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 4, 2022 Author Share Posted December 4, 2022 my traffic is no longer big enough to generate enough in come to host here, this is what my host said - - -copy and paste --- Hello, Thank you for your update. Please note I was not able to find the file constants.php so if you prtovide us with the location of the file constants.php we will add <?php define('RECOVERY_MODE',True); Considering this, we believe that it would be best to contact an expert developer with a better understanding of this concern. Please, do not hesitate to contact us again if we could be of any further assistance! Best Regards, IS there a service I can hire to fix this? I never expected this kind of problem from an upgrade. Link to comment Share on other sites More sharing options...
teraßyte Posted December 4, 2022 Share Posted December 4, 2022 (edited) As long as you provide the correct details in your client area (FTP + ACP account) someone from IPS will be able to take a look at your site and check what exactly is going on. Today is a Sunday though, so they might not get to it until tomorrow at least. If you can't/don't want to wait you can hire a developer from the Providers list: https://invisioncommunity.com/third-party/providers/ I'm also on that list if you want, just send me a PM. Edited December 4, 2022 by teraßyte Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 4, 2022 Author Share Posted December 4, 2022 thanks friend…. I think incision had the info, but not sure it is uptodate. I can message someone if needle. tomorrow is fine. Link to comment Share on other sites More sharing options...
Miss_B Posted December 4, 2022 Share Posted December 4, 2022 11 minutes ago, Stan Jensen said: Please note I was not able to find the file constants.php so if you prtovide us with the location of the file constants.php we will add You can create the aforementioned file very easily yourself, as posted in the previous posts. After you create it add the recovery code. Link to comment Share on other sites More sharing options...
Marc Posted December 5, 2022 Share Posted December 5, 2022 You would create a constants.php file, then add this. You would not look for an existing constants.php file, as it doesnt already exist until you create it. Hope that makes more sense <?php define('RECOVERY_MODE',True); Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 5, 2022 Author Share Posted December 5, 2022 On 12/4/2022 at 4:11 PM, teraßyte said: As long as you provide the correct details in your client area (FTP + ACP account) someone from IPS will be able to take a look at your site and check what exactly is going on. Today is a Sunday though, so they might not get to it until tomorrow at least. If you can't/don't want to wait you can hire a developer from the Providers list: https://invisioncommunity.com/third-party/providers/ I'm also on that list if you want, just send me a PM. ok how do I start this process? I think they had everything on file. Thanks Stan Link to comment Share on other sites More sharing options...
Jim M Posted December 5, 2022 Share Posted December 5, 2022 10 minutes ago, Stan Jensen said: ok how do I start this process? I think they had everything on file. Thanks Stan I'm afraid, we would not provide the service Terabyte is stating there. Both Marc and myself are Invision technicians here and we are instructing you how to get the process done. However, part of being self-hosted is that you would self-manage these troubleshooting scenarios, we would not create files on your hosting for you. If you have any questions on how to create a PHP file on your hosting, you would need to as your hosting provider. If there are any questions about what we are instructing you to do here, we would need to know. This would be created in your installation folder. Link to comment Share on other sites More sharing options...
Ramsesx Posted December 6, 2022 Share Posted December 6, 2022 Take a notepad or editor and copy and paste into it: <?php define('RECOVERY_MODE',True); save as constants.txt and rename the txt file to constants.php Upload constants.php with a ftp program into your server space where you uploaded on installation the invision index.php Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 6, 2022 Author Share Posted December 6, 2022 thanks. does it go to the index or the /forum/ folder? Link to comment Share on other sites More sharing options...
Gary Posted December 6, 2022 Share Posted December 6, 2022 7 minutes ago, Stan Jensen said: thanks. does it go to the index or the /forum/ folder? You would upload the constants.php file into the same folder where your index.php file is located. Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 6, 2022 Author Share Posted December 6, 2022 got it fixed. thanks. the pages of instructions were more scary than the fix. So applreace the help. I suspect I should not upgrade any more. Cheers Stan Link to comment Share on other sites More sharing options...
Gary Posted December 6, 2022 Share Posted December 6, 2022 I'm glad this has now been resolved for you, @Stan Jensen! There are always risks when upgrading, especially if you have a modified Invision Community (even slightly, unfortunately). This shouldn't deter you from upgrading altogether though as there are sometimes very important security vulnerabilities and annoying or limiting bugs that are fixed. In saying that, we don't force anyone to upgrade but if an issue comes up that is fixed in a newer or most recent version, that will be our go to solution. It's also really hard to advise whether an upgrade will cause an error without actually attempting it first. As always though, there is a resolve and we're here to help should you encounter those errors. 🙂 Link to comment Share on other sites More sharing options...
Stan Jensen Posted December 6, 2022 Author Share Posted December 6, 2022 thank you so very much. Am not sure why I had the issues, I think it might have been the template I paid for a few months ago. Link to comment Share on other sites More sharing options...
Gary Posted December 6, 2022 Share Posted December 6, 2022 Our pleasure! That may be the issue. There have been situations where a theme doesn't agree with an upgrade, but the majority of issues occur when clients are running numerous outdated plugins. Whilst we do our best to ensure the upgrading process is fluid with our core products, we literally cannot cater to every single plugin and theme out there. At the end of the day your community is up and running again and that's all that really matters. Please don't hesitate to let us know if you encounter any other issues in the future. Link to comment Share on other sites More sharing options...
Recommended Posts