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. Edit: Ok can't test it on windows, only MacOS
  2. Are you still seeing this? Works fine for me in Safari, Firefox and Chrome
  3. Is the content visible to guests? As far as I know the icons will only appear for content which is visible to guests.
  4. OK here we go:) you can't rely on IPS\Member::loggedIn()->timezone being valid and usable inside new \DateTimeZone() So before you pass it, making sure that it's valid should fix the bug which people are facing. if( \IPS\Member::loggedIn()->timezone and \in_array( \IPS\Member::loggedIn()->timezone, \IPS\DateTime::getTimezoneIdentifiers() ) ..
  5. BTW, small suggestion for the uninstall code: \IPS\Db::i()->dropTable('tbbut_groups'); \IPS\Db::i()->dropTable('tbbut_members'); Wrap these 2 calls into a try-catch IPS\Db\Exception block so that the uninstall process doesn't stop if one of the tables is missing.
  6. I guess the above error was still not fixed? Just found this on a CiC clients system DateTimeZone::__construct(): Unknown or bad timezone () #0 /var/www/html/1/init.php(927) : eval()'d code(130): DateTimeZone->__construct('') #1 /var/www/html/1/system/Patterns/ActiveRecord.php(335): IPS\forums\hook2769->get_bumpLimits() #2 /var/www/html/1/system/Theme/Theme.php(885) : eval()'d code(7567): IPS\Patterns\_ActiveRecord->__get('bumpLimits') #3 /var/www/html/1/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_global_plugins->tbButBumpButton(Object(IPS\forums\Topic))
  7. We have several clients on the cloud with thousands of logged errors
  8. Wouldn't this show Cloudflare as the source? At least that's what I get when the crawler hints are enabled.
  9. Final should be ready by end of the week:) The package size was also succesffuly decreased again:) (If you have SSH access and composer support, you could run composer update to remove everything unncessary) There's also something else coming:)
  10. I'll create a ticket to take a look at this.
  11. IPS won't send any requests to IndexNow suggesting to index such an URL. I guess you mean to add an no index directory to the robots.txt file?
  12. 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.
  13. That's an issue with a 3rd party application called forms
  14. You could create a rss feed from your IPS stream and use a WordPress plug-in to show the content inside your blog https://www.wpbeginner.com/wp-tutorials/how-to-display-any-rss-feed-on-your-wordpress-blog/#Displaying-any-RSS-Feed-With-a-Widget Or if you’re also having the pages app, you could create a block and embed it inside your blog
  15. I would go with {$content->containerWrapper()?->_title} since not all content has a container, so calling container() could throw an Exception while containerWrapper() will return NULL. I love the new PHP features, Nullsafe operator FTW❤️
  16. You’ll need to ask the 3rd party developer to create the necessary extensions or have somebody else create the achievement extensions for it.
  17. What parameters would you need?
  18. The issue is/was that the broken tag configuration is already stored in your database. I have fixed it a while ago but it came back( probably again from a 3rd party app) so now each further rss import will use the broken configuration. We can fix this for you but please don’t install any 3rd party applications which could cause this again.
  19. This should be possible with the pages application and few custom output templates .
  20. Can you confirm that "Allow the topic starter to mark solved?" is disabled? If you don't see it, could you first toggle the "Enable Solved?" setting, so that the second option gets visible? If it is enabled, please disable it.
  21. Thanks. The issue with the broken images when json decoding fails was fixed for the next release, but we haven't noticed the issue with the serialized data from IPB3.x. I have logged that to our bug tracker.
  22. What aws client and guzzle version are you using in your app @Jon Erickson?
  23. It seems like your cli is using another php version than the Webserver
  24. This sounds like an issue with a WAF (Web Application Firewall). I would suggest to contact your webhost to see if something is blocking the request.
  25. The upcoming release will include a feature to NOT update the URL when the topic title changes, which has the benefit that the old url is kept instead of having a 301 redirect to the new URL ! Unfortunately it's a global setting, so in the first version it won't be possible to set if it should be changed or not(like there are legit reasons where you would want to change it), but it's on the TODO list for one of the upcoming releases. I don't remember who requested it via PM, but here we go:) Happy New Year!
×
×
  • Create New...