Jump to content

Daniel F

Invision Community Team
  • Posts

    6,581
  • 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. There's at least one file in the marketplace which allows your members to save bookmarks
  2. Our emails don‘t include linked stylesheets, all the needed css code is included in the emailWrapper template.
  3. You could enable post approval in such topics.
  4. 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.
  5. Use a proper service like SendGrid, Amazon SES or something similar.
  6. 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 ?
  7. 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.
  8. 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();
  9. 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.
  10. I hope you deleted only topicrules_texto if not, import your recent backup and remove only this one.
  11. 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.
  12. Is the redis module enabled and is the installed module compatible with php8.1
  13. Have you reviewed the datastore directory permissions?
  14. Zapier has a free tier which works really great for most stuff.
  15. Your system log is full of 3rd party related errors. e.g. when viewing a topic, one of the hooks results in an exception for guests resulting in search engines and guests getting a "Sorry something went wrong" error instead of the topic. BTW Is it working now for you? I've just tested it and it works fine for me. Have you tested it with another account? If it's still broken, I would suggest to disable all the PM related 3rd party applications and plugins, rebuild the cache and see if it works. If not, take a look t the full error which is returned, it should include a list of all 3rd party apps and plugins which are doing something on this page.
  16. This file should never be edited manually( like any of the files inside the data directory!) , it’s managed by the system and contains the stuff which you add via the ACP! So to add your theme setting you’ll literally need to add it on the ACP-customizations- themes page.
  17. It’s submitting it automatically to others https://www.indexnow.org/faq
  18. Does the item have an author? Is it probably some guest content or was the author deleted?
  19. You could use Zapier to post a new topic or post when a new member is created.
  20. You should be able to purchase it!
×
×
  • Create New...