Jump to content

Daniel F

Invision Community Team
  • Posts

    6,565
  • 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. Hi @AlienOrigins, could you please explain your issue? I'm using it daily, in fact I'm also handling the dev tickets so I'm aware of almost all the common issues and bugs our clients run into and I can tell you that we're not aware of any email issues in the software. It's really hard to say if your issue was fixed without knowing what it is. Are you talking about https://invisioncommunity.com/forums/topic/457795-email_test_mailfunction_disabled/?tab=comments#comment-2825231 ? Have you tried the recent IPS release?If yes, are you still experiencing the issue?
  2. This. 2. Have you checked the response? What's the API returning? Is there anything suspicious in the response?
  3. You could use the live meta tag editor to add robot instructions to the pages which you don't want to have indexed. That said, we made also several improvements in IPS 4.6 to remove the CSRF key from URLs
  4. Why would you want to delete all the content just because of few attachments?:) Is it really worth to delete some valuable content to get rid of the attachments? I would check the topics manually and probably remove only the attachments! 2. There's no bug in topics with attachment deletion, there's only one affecting Pages records;) 3. Are you worried about the amount of attachments or their size? You could also remove only the really big ones ( you can locate them in your ACP => System => Files ; and sort the table by the size)
  5. select id1 as topic_id ,count(*) as total FROM core_attachments_map where location_key = 'forums_Forums' group by id1 order by total desc will return the topics with the most attachments
  6. Did you miss the announcements?
  7. This was a bug which was removed due to my above mentioned reason .
  8. The read status won’t work in the blocks because they’re caching the response and returning literally the same content for few minutes for members with the same permission groups.
  9. Absolutely 🙂 IPS doesn't need to be installed in the sites root directory if you're self hosted!
  10. Ahh, I was too slow with my research. I was just going to say that it was _date_this_week_c and _date_this_week
  11. No, unfortunately we included this feature in 4.5.0, so beginning with the 4.5.0 release you're able to see any modified language strings in the setup/upg_x/folders.
  12. Is this happening only with your custom language? There were some changes to existing language strings in 4.5 which resulted in this, upgrading to the recent version of the translation should resolve this!
  13. Announcements are stored in the datastore! This means even if you delete it from the database, the'll still be shown until the datastore is rebuilt. To fix this, run the support tools in your ACP! BTW, please NEVER, NEVER NEVER delete anything direct from the dababase, there are often related data stored in other tables which would literally break your site:)
  14. Good hint, thanks for the reminder! Way too many forget about this.
  15. It was in 4.0 - 4.1 or 4.2, but people complained so we changed this;)
  16. Are you still seeing this? We've got another report about the issue as ticket where the client mentioned that it's working again for him.
  17. WELL, no, not your ISP, the webhost where your site is hosted!
  18. Is it affect all your ACP pages? It could also be a WAF ( Web Application Firewall) issue. I would suggest to contact your webhost to see if there's a WAF and if yes, to tell them to change the WAF rules.
  19. It seems that your homeArticles template tries to include a template called articleSingle
  20. How did you create the seo link? Is this your own custom app? Did you create a furl.json with the proper friendly URL definitions?
  21. It seems that Stratagem breaks the Calendar Sitemap generation. OutOfRangeException::0 #0 /var/www/html/105129/init.php(893) : eval()'d code(47): IPS\Patterns\_ActiveRecord::load(133, 'project_calenda...') #1 /var/www/html/105129/applications/core/extensions/core/Sitemap/Content.php(186): IPS\calendar\stratagem_hook_calendarEvent::getItemsWithPermission(Array, NULL, NULL, 'read', -1, 0, Object(IPS\Member), NULL, NULL, NULL, true) #2 /var/www/html/105129/system/Sitemap/Sitemap.php(85): IPS\core\extensions\core\Sitemap\_Content->getFilenames() #3 /var/www/html/105129/applications/core/tasks/sitemapgenerator.php(39): IPS\_Sitemap->buildNextSitemap() #4 /var/www/html/105129/system/Task/Task.php(367): IPS\core\tasks\_sitemapgenerator->IPS\core\tasks\{closure}()
  22. We have disabled this feature in 4.6 because it's technically not possible to copy blocks because of all the additional data, which are stored separate.
  23. Please submit a ticket and we'll take a look at this 🙂
×
×
  • Create New...