Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 11, 2024Oct 11 PHP: 8.2.23 - MySQL: 10.6.19 - Browser: Microsoft Edge 129.0.2792.89 Completely vanilla installation of Invision Community. No third-party applications, I am using the default theme and there are no advertisements. The only customisation I have made is adding the English (Australia) language (no other language installed), but I don't think that's what's causing the issue. The uploading of files and upgrade went smoothly without an issue. I can access the AdminCP too, however when I visit my community, I am met with a HTTP ERROR 500. File permissions and ownership look to be correct, and I temporarily renamed my .htaccess file in case there was an issue there to no avail. I have also cleared the system caches, no good. Here is a screenshot from the System Logs. My host is currently investigating so I'll provide an update once they get back to me with the solution. Edited October 11, 2024Oct 11 by Gary
October 11, 2024Oct 11 Author I have received a response from my hosting provider. Quote The reason this is occurring is because of the "promoted.php" file that is part of the "FrontNavigation" extension for the Invision Community software used on the website. I attempted to adjust the PHP version, however this did not resolve the issue and therefore I have renamed the file to "promoted.php.disabled" and this brought the website back online. I recommend reaching out to the software developers for Invision Community for assistance resolving the issue with their FrontNavigation extension. I have also attached a TXT file with the error message. I thought I'd pass the information on in case others experience this after upgrading. Might I say v5 is so nice! Again, well done to the Invision Community team. You all deserve a trip to Sydney so I can shout the first few rounds. 😉
October 11, 2024Oct 11 Author Is there any chance the topic title can be updated to "My Beta upgrade experience on a production site"? Some other issues that have popped up since upgrading my community to Beta 1. Some images are not loading as pictured below, including images I have posted in a topic. When hovering over the image, the link ends with 'spacer.png'. Any areas with text, including topics, posts, guidelines, etc, show up with huge spaces between content. They do display correctly when posted/saved however.
October 11, 2024Oct 11 Have you cleared cache in the admin CP? 43 minutes ago, Gary said: Is there any chance the topic title can be updated to "My Beta upgrade experience on a production site"? I really dont want to mislead people to thinking its ok to update their production sites, to be honest
October 11, 2024Oct 11 7 minutes ago, Gary said: That was my first stop, no luck after clearing system caches. Delete the "Promote" item in the core_menu database table and then clear your cache, which should resolve your issue! But only, really only if you're familiar with phpMyadmin / SSH:D
October 11, 2024Oct 11 Author 55 minutes ago, Daniel F said: Delete the "Promote" item in the core_menu database table and then clear your cache, which should resolve your issue! But only, really only if you're familiar with phpMyadmin / SSH:D Thanks, Daniel. I’ll delete that item in the morning and let you know whether it fixes everything. 👌
October 12, 2024Oct 12 On 10/11/2024 at 9:22 AM, Gary said: Some images are not loading as pictured below, including images I have posted in a topic. When hovering over the image, the link ends with 'spacer.png'. I'm experiencing the same issue. Lazy loading isn't functioning correctly— all the images are showing as spacer.png and aren't being replaced by the actual images.
October 13, 2024Oct 13 Author Yeah, I'll have to get someone to look into this for me. My host has advised that customer databases are not in the scope of their support. 😅 I go to my database in phpMyAdmin -> core_menu. Is it as simple as deleting the one I've marked, or is there more to it? Thanks for your help, Daniel. I appreciate it mate.
October 13, 2024Oct 13 5 hours ago, Gary said: Yeah, I'll have to get someone to look into this for me. My host has advised that customer databases are not in the scope of their support. 😅 I go to my database in phpMyAdmin -> core_menu. Is it as simple as deleting the one I've marked, or is there more to it? Thanks for your help, Daniel. I appreciate it mate. Exactly, click on delete in this row and that’s it.
October 13, 2024Oct 13 Author 4 hours ago, Daniel F said: Exactly, click on delete in this row and that’s it. Progress report. I have deleted that row. Images aren't showing up yet (even after clearing system caches), but I'll wait until the database has a chance to recognise the change I guess.
October 13, 2024Oct 13 Images shouldn't be related to this. Feel free to send me a PM with the URL and I'll take a look
October 14, 2024Oct 14 Author So, the issue with the missing forum icons and menu icons, well, you've gotta set the Font Awesome icons first don't you? 🤐 To fix the menu icons - AdminCP -> System -> Site Features -> Menu Manager -> Edit -> Choose your icon and save To fix the forum icons - AdminCP -> Community -> Forums -> Forums -> Edit -> Choose your icon and save Spacing with the editor; I assume this is just what happens when moving between CKEditor to Tiptap. Not a major concern and you can just edit the topic/post, but the images not showing is being looked into. Can I just say the more I use v5, the more I love it! I know I've said it a hundred times before, but well done everyone. I'm so excited to see everyone's communities with the new and powerful suite of tools at their disposal. 🥳
October 14, 2024Oct 14 Just installed v5. Some query to do manually. After I get the confirm all is installed; Same issue : Error 500 on the front I have access to the admin also. I will check the Promoted things on database.
October 14, 2024Oct 14 There is no ID = 9 / core / promoted. On 10/11/2024 at 10:50 AM, Marc said: You can safely delete that file Where is the file concernend ?
October 14, 2024Oct 14 I tried to activate and upload the files (who whas already here) and I get this :
October 14, 2024Oct 14 Author 2 hours ago, SoloInter said: There is no ID = 9 / core / promoted. Where is the file concernend ? There is a file named ‘promoted.php’ in your directory. If you delete that file, your site should come online. I recommend renaming that file to ‘promoted.php.disabled’ before deleting to confirm whether your site works or not. If clear your system caches in the AdminCP after that, you should be all set.
October 14, 2024Oct 14 Thanks @Gary , may I asked where is the file ? I didn't see him in the main folder.
October 14, 2024Oct 14 Author 11 minutes ago, SoloInter said: Thanks @Gary , may I asked where is the file ? I didn't see him in the main folder. Have a look in the below directory on your server. applications/core/extensions/core/FrontNavigation/Promoted.php Let me know if it’s not there and I’ll jump on my PC to locate it. Edited October 14, 2024Oct 14 by Gary
October 14, 2024Oct 14 3 hours ago, SoloInter said: Just installed v5 You won't have the file and the DB record if it's a new install and not an upgrade!
October 14, 2024Oct 14 It's an upgrade Daniel. Sorry, my english is not the best 🙂 Edited October 14, 2024Oct 14 by SoloInter
October 14, 2024Oct 14 14 minutes ago, Gary said: Have a look in the below directory on your server. applications/core/extensions/core/FrontNavigation/Promoted.php Let me know if it’s not there and I’ll jump on my PC to locate it. I find the file. I deleted it. But it's always the same for me. 16 minutes ago, Daniel F said: You won't have the file and the DB record if it's a new install and not an upgrade! So as I said it was an upgrade. I find the file but I didn't find the DB record ...