Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 8, 20213 yr Author If you were to click 'check for updates' in your AdminCP, you may be in for a pleasant surprise.
March 8, 20213 yr Kudos for including background processes, you saint you. Just rounding the 17 million percent complete mark.....
March 8, 20213 yr 10 minutes ago, CoffeeCake said: Kudos for including background processes, you saint you. Just rounding the 17 million percent complete mark..... It's a background task without progress, so that's going to be a bug.
March 10, 20213 yr @stoo2000 When going to apply the XSS patch, I noticed a "There are problems with your database" Fix it button: Find a solution There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are: ALTER TABLE `core_validating` ADD COLUMN `bouncer_force_email` TINYINT NOT NULL DEFAULT 0 COMMENT 'Forced email change?' ALTER TABLE `core_members` ADD COLUMN `bouncer_disabled` TINYINT NOT NULL DEFAULT 0 COMMENT 'Disable outgoing email?' ALTER TABLE `core_members` ADD COLUMN `bouncer_warning` TINYINT NOT NULL DEFAULT 0 COMMENT 'Warned about email failures?' ALTER TABLE `core_members` ADD COLUMN `bouncer_spam` TINYINT NOT NULL DEFAULT 0 COMMENT 'Disabled for marking as spam?' Edited March 10, 20213 yr by CoffeeCake added cat in the sky.
March 10, 20213 yr Author 4 minutes ago, CoffeeCake said: @stoo2000😞 When going to apply the XSS patch, I noticed a "There are problems with your database" Fix it button: Find a solution There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are: ALTER TABLE `core_validating` ADD COLUMN `bouncer_force_email` TINYINT NOT NULL DEFAULT 0 COMMENT 'Forced email change?' ALTER TABLE `core_members` ADD COLUMN `bouncer_disabled` TINYINT NOT NULL DEFAULT 0 COMMENT 'Disable outgoing email?' ALTER TABLE `core_members` ADD COLUMN `bouncer_warning` TINYINT NOT NULL DEFAULT 0 COMMENT 'Warned about email failures?' ALTER TABLE `core_members` ADD COLUMN `bouncer_spam` TINYINT NOT NULL DEFAULT 0 COMMENT 'Disabled for marking as spam?' Ah, I see why that is. I deleted the files that contains these instructions, but you still have it because it wasn't overwritten. I can push out an update with a blank file to fix this.
March 10, 20213 yr 8 minutes ago, stoo2000 said: Ah, I see why that is. I deleted the files that contains these instructions, but you still have it because it wasn't overwritten. I can push out an update with a blank file to fix this. I deleted install/queries.json but wanted to make you aware for future time travelers. 🙂
March 12, 20213 yr On 3/8/2021 at 9:06 AM, stoo2000 said: If you were to click 'check for updates' in your AdminCP, you may be in for a pleasant surprise. Can't seem to update in 4.5 within the ACP and am getting: System log shows an entry: RuntimeException: { "errorCode": "2S303\/N", "errorMessage": "NO_PERMISSION" } (401) #0 /home/hhh/public_html/applications/core/modules/admin/marketplace/marketplace.php(207): IPS\core\modules\admin\marketplace\_marketplace->_api('downloads/files...', NULL, true) #1 /home/hhh/public_html/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\marketplace\_marketplace->install() #2 /home/hhh/public_html/applications/core/modules/admin/marketplace/marketplace.php(40): IPS\Dispatcher\_Controller->execute() #3 /home/hhh/public_html/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\marketplace\_marketplace->execute() #4 /home/hhh/public_html/admin/index.php(14): IPS\_Dispatcher->run() #5 {main}
March 12, 20213 yr 1 hour ago, AlexWebsites said: Can't seem to update in 4.5 within the ACP and am getting: Check to see if your renewal lapsed here: https://invisioncommunity.com/clients/purchases/ If you can't renew it, open a support ticket so they can regenerate the invoice. It's a bit wonky right now.
March 12, 20213 yr 9 minutes ago, CoffeeCake said: Check to see if your renewal lapsed here: https://invisioncommunity.com/clients/purchases/ If you can't renew it, open a support ticket so they can regenerate the invoice. It's a bit wonky right now. Yep that’s exactly what I did. Looks like it lapsed but no option to renew.
March 12, 20213 yr Just now, AlexWebsites said: Looks like it lapsed but no option to renew. You'll need to open a support request to have the invoice regenerated so you can renew.
March 12, 20213 yr Just now, CoffeeCake said: You'll need to open a support request to have the invoice regenerated so you can renew. Yep, I submitted earlier and they regenerated it. So I’m good to go. Thanks!
March 12, 20213 yr 5 hours ago, AlexWebsites said: Can't seem to update in 4.5 within the ACP and am getting: System log shows an entry: RuntimeException: { "errorCode": "2S303\/N", "errorMessage": "NO_PERMISSION" } (401) #0 /home/hhh/public_html/applications/core/modules/admin/marketplace/marketplace.php(207): IPS\core\modules\admin\marketplace\_marketplace->_api('downloads/files...', NULL, true) #1 /home/hhh/public_html/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\marketplace\_marketplace->install() #2 /home/hhh/public_html/applications/core/modules/admin/marketplace/marketplace.php(40): IPS\Dispatcher\_Controller->execute() #3 /home/hhh/public_html/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\marketplace\_marketplace->execute() #4 /home/hhh/public_html/admin/index.php(14): IPS\_Dispatcher->run() #5 {main} Had the same issue. After renew could update. And while the background process was running, had 500 error on forums topics and error system logs on themes.
March 12, 20213 yr Author 12 minutes ago, sobrenome said: . And while the background process was running, had 500 error on forums topics and error system logs on themes. You're more than welcome to submit a support ticket with access information and I'll take a look. I doubt it's related though. All the background task does is read data from one location and insert it into another.
March 12, 20213 yr 1 hour ago, stoo2000 said: You're more than welcome to submit a support ticket with access information and I'll take a look. I doubt it's related though. All the background task does is read data from one location and insert it into another. As soon as the background processes ended the errors were gone! Thanks! Edited March 12, 20213 yr by sobrenome
April 3, 20213 yr Quote 1C125/3 Based on the filters supplied, this bulk mail will not be sent to any users. Unless "include blocked users" is checked, I can't send bulk mail. This rather defeats the purpose of the app...
April 4, 20213 yr Author On 4/3/2021 at 11:51 AM, Myr said: Unless "include blocked users" is checked, I can't send bulk mail. This rather defeats the purpose of the app... That does not sound right. If you can submit a ticket on my site with AdminCP access, I will look into this. - http://ipb.silvesterwebdesigns.com/support
April 11, 20213 yr Author I didn't get a ticket submitted so I could look at it on your site, but I did manage to reproduce the issue. A fix for it will be available soon.
April 12, 20213 yr On 4/11/2021 at 6:12 AM, stoo2000 said: I didn't get a ticket submitted so I could look at it on your site, but I did manage to reproduce the issue. A fix for it will be available soon. Thanks! Sorry I didn't get back to you with a ticket. I got dragged into another issue and didn't get back around until I saw you had updated.
May 6, 20213 yr Hey @stoo2000, I'm totally stuck right now I am trying to upgrade to the latest version but it just keeps saying 'something is wrong' I have no idea if my purchase is current and still working either - it could be that - could you help?
May 6, 20213 yr Author 17 hours ago, Sheffielder said: Hey @stoo2000, I'm totally stuck right now I am trying to upgrade to the latest version but it just keeps saying 'something is wrong' I have no idea if my purchase is current and still working either - it could be that - could you help? Yes it has, you'll need to go to https://invisioncommunity.com/clients/purchases/ and renew it 🙂
May 7, 20213 yr 6 hours ago, stoo2000 said: Yes it has, you'll need to go to https://invisioncommunity.com/clients/purchases/ and renew it 🙂 Thank you so much! I couldn't work out for the life of me how to do it or where to go to do it! Why on earth can't invision put that renewal thing in the ACP where the app actually is!
May 7, 20213 yr I had the same issue. The message should not be something went wrong, but you need to renew the app license!
May 10, 20213 yr Author On 5/7/2021 at 7:07 AM, Sheffielder said: Thank you so much! I couldn't work out for the life of me how to do it or where to go to do it! Why on earth can't invision put that renewal thing in the ACP where the app actually is! On 5/7/2021 at 4:40 PM, sobrenome said: I had the same issue. The message should not be something went wrong, but you need to renew the app license! I heard this has been improved in 4.6