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. It’s not happening automatically. They‘ll be moved when they log in the next time.
  2. Are you on the free EasyCron plan? If yes, they’re executing the task all 20 minutes which could be a too big interval. Edit: Nevermind, Just saw that you're using traffic and that EasyCron was just a temporary test.
  3. This is a moderator permission ACP => Members => Moderators , under the Content Tab
  4. There’s an ignore feature in our suite. They can access the page via the Account Menu - Ignored Users https://invisioncommunity.com/ignore/
  5. The task ( applications/banfromtopics/tasks/banFromTopics.php ) could/should be optimized to avoid that it times out because of the lacking MySQL limit in the DB query.
  6. While working on a ticket I noticed that a client has dozens of these errors in his log IPS\Db\Exception::1048 Column 'status_member_id' cannot be null #0 /var/www/.../system/Db/Db.php(941): IPS\_Db->preparedQuery() #1 /var/www/.../system/Patterns/ActiveRecord.php(487): IPS\_Db->insert() #2 /var/www/.../applications/core/sources/Statuses/Status.php(76): IPS\Patterns\_ActiveRecord->save() #3 /var/www/.../system/Content/Item.php(414): IPS\core\Statuses\_Status->save() #4 /var/www/.../applications/core/sources/Statuses/Status.php(448): IPS\Content\_Item::createFromForm() #5 /var/www/.../applications/birthdaygreeter/sources/Alerts/Alerts.php(416): IPS\core\Statuses\_Status::createFromForm() #6 /var/www/.../applications/birthdaygreeter/tasks/birthdayGreeter.php(147): IPS\birthdaygreeter\Alerts\_Alerts::_sendStatus() #7 /var/www/.../system/Task/Task.php(274): IPS\birthdaygreeter\tasks\_birthdayGreeter->execute() #8 /var/www/.../system/Task/Task.php(237): IPS\_Task->run() #9 /var/www/.../applications/core/interface/task/web.php(42): IPS\_Task->runAndLog() #10 {main}
  7. I have created a ticket so that we can take a look at this.
  8. We have released a patch 2 days ago to fix this issue. Please visit the support page to apply it. ( That said, it's unfortunately not retroactive, so the broken topic(s) will need to be fixed manually) Since I've been working on your ticket few minutes ago, I'll just get back to it and fix it for you:) Could you please just send me the link of the broken topic as ticket reply. Thanks:)
  9. Is this happening with all your blocks or only a specific? Do you see any errors in the browsers JS console?
  10. We patched this yesterday, but the patch isn't retroactive and will affect only new submissions/first post edits.
  11. You could use the recommend post feature to achieve something very similar.
  12. Thanks, I have fixed this for an upcoming release.
  13. {{if \IPS\Dispatcher::i()->application->directory != 'nexus'}} Your code to show everywhere except in commerce {{endif}}
  14. His ( not your!) license expired.
  15. create_function was deprecated in PHP8. This means => Change to PHP8, then download the files from the client area and upload them to your filesystem. BTW, the error is weird, it should be safe to remove the additional code which loads the IPB_FIREWALL thing from your conf_global.php
  16. We're working on a fix and will release a patch ASAP it's ready.
  17. Do you see any javascript errors in the console? Does this also happen when you disable all 3rd party applications and plugins?
  18. Thanks, I can reproduce it and it's fixed now for an upcoming release.
  19. That’s the email statistics chart
  20. Have you recently updated to PHP8? If yes, have you also updated the path to the PHP binary for the cron?
  21. There's a missing langstring
×
×
  • Create New...