Jump to content

Daniel F

Invision Community Team
  • Posts

    6,590
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Daniel F

  1. Have you disabled the setting recently? Was anything else changed on march 1?
  2. This looks like a debug output for me. Are any profile field related plugins installed? Is it also happening when 3rd party apps and plugins are disabled? Do you use a custom output formatting for the custom field?
  3. Just for the record: We have now a "Member deleted" Zapier Trigger. We have also added all the necessary webhooks for the content deletion in IPS 4.6.10, which means that you'll probably also see them in Zapier quite soon!
  4. Is it the default group or iIs the group used as target group for subscriptions or after a product purchase?
  5. I changed the code to use the already existing application_now_installed and application_now_updated strings. 🙂
  6. This was an issue caused by a 3rd party app. Probably Quizzes or another app/plugin which modified and broke the club nodes mapping. I have fixed this for you:)
  7. I did and it works fine, BUT I'm also looking at your system right now and and can confirm that there's some weird stuff in your database. This doesn't look right I'm trying to reproduce it local (+ will fix it it on your system ASAP )
  8. There's at least one file in the marketplace which allows your members to save bookmarks
  9. Our emails don‘t include linked stylesheets, all the needed css code is included in the emailWrapper template.
  10. You could enable post approval in such topics.
  11. Your theme isn‘t compatible with 4.6.11. There were instructions while the upgrade, did you ignore them? You‘ll probably have to review your globalTemplate template.
  12. Use a proper service like SendGrid, Amazon SES or something similar.
  13. So if you’re sending 500 mails per day ( your suggested limit) to 55000 subscribers, it’s going to take 110 days to send the same mail to each of them ? Even with 1000 mails per day it’s going to take almost 2 months until the last mail was processed ? And what’s going to happen in the meanwhile with the new stuff which is queued ?
  14. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  15. You’ll need https://dev.mysql.com/doc/refman/8.0/en/counting-rows.html instead of fetching all the posts;) \IPS\Db::i()->select( 'count(*)', 'forums_posts' )->first();
  16. Well, in theory an item needs to have a valid URL, but there are few cases where it's not going to be the case e.g. Records::url() can also throw an LogicException when the Record which is being deleted belongs to a database which isn't associated with any public page. That said, I have reported this to our internal bug tracker, so that we can investigate this further.
  17. I hope you deleted only topicrules_texto if not, import your recent backup and remove only this one.
  18. Yea, that's a 3rd party app column! If you're not using the app anymore, just remove the column from your ibf_forums_forums database table, otherwise please contact the 3rd party author.
  19. Is the redis module enabled and is the installed module compatible with php8.1
  20. Have you reviewed the datastore directory permissions?
  21. Zapier has a free tier which works really great for most stuff.
×
×
  • Create New...