Jump to content

Daniel F

Invision Community Team
  • Posts

    6,764
  • Joined

  • Days Won

    38

Community Answers

  1. Daniel F's post in Post condition to filter by tags was marked as the answer   
    {{if \in_array('dein-tag', $item->tags())}} Topic has the tag "dein-tag" {{endif}}  
  2. Daniel F's post in BUG: 4.7.7 Notifications configurationOptions was marked as the answer   
    The method should return an array (mentioned by phpdoc)
    Unfortunately, there were no return types when IPS 4 was created, but they're now, so I guess the best thing to do here is to enforce it

     
    Seems much more straightforward than including just another IMO unnecesary check for the methods return value.
  3. Daniel F's post in Group promotions was marked as the answer   
    It’s not happening automatically. They‘ll be moved when they log in  the next time. 
  4. Daniel F's post in Can a user block another user? was marked as the answer   
    There’s an ignore feature in our suite.
    They can access the page via the Account Menu - Ignored Users 
    https://invisioncommunity.com/ignore/
  5. Daniel F's post in Is there a way to access older events videos? was marked as the answer   
    We have them in our gallery
    https://invisioncommunity.com/gallery/category/2-webinars/
     
  6. Daniel F's post in [BUG 4.7.7] Recounting a member's reputation from ACP throws an exception was marked as the answer   
    Thanks, I can reproduce it and it's fixed now for an upcoming release.
  7. Daniel F's post in 403 error in Commerce was marked as the answer   
    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.
  8. Daniel F's post in [Bug 4.7.7] ACP - Saving the Site Promotion > Twitter Share was marked as the answer   
    Thanks I have fixed this for an upcoming release.
  9. Daniel F's post in Where is the 404 error log? was marked as the answer   
    There's no 404 error log in the default IPS, but if you're using google analytics, you could use it to see all the URLS which return the 404 page.
    There is also at least one marketplace file that can log these pages 
    https://invisioncommunity.com/files/file/8999-404-management/
     
    ( I have also an app for this, but it's probably doing too much if you need only the 404 log ) 
     
  10. Daniel F's post in searching string key to be translated was marked as the answer   
    Have you changed the _list_format_ language string?
  11. Daniel F's post in Error: '0 views' showing on threads with replies was marked as the answer   
    Are your tasks working?
  12. Daniel F's post in [Moderator Activity] 2S107/2 was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  13. Daniel F's post in Custom upgrade screen was marked as the answer   
    Create your custom file and place it in your community root. Then add following to your constants.php file.
    define( 'UPGRADING_PAGE', 'file.html' );  
  14. Daniel F's post in Recommended PHP version for Invision Community 4.7.6 was marked as the answer   
    You can always take a look at your requirements.json file ( yourURL/applications/core/data/requirements.json ) to see the required and recommended PHP and MySQL version.
     
  15. Daniel F's post in CSRF key left in URL when converting product to subscription was marked as the answer   
    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.
     
  16. Daniel F's post in Fatal Error on Upgrade was marked as the answer   
    That's an issue with a 3rd party application called forms
     
     
  17. Daniel F's post in Can we have a core_message_topics.mt_alert index please? was marked as the answer   
    Thanks, I have logged to this to our bug tracker.
  18. Daniel F's post in A LOT of XMLWriter errors on log, but XMLWriter is enabled. was marked as the answer   
    It seems like your cli is using another php version than the Webserver 
  19. Daniel F's post in Shuffle/splice of ActiveRecordIterator was marked as the answer   
    You could use https://www.php.net/manual/en/function.iterator-to-array.php to get an array from the iterator 
  20. Daniel F's post in How to disable mail in dev environment? was marked as the answer   
    See the email debugging section 
     
  21. Daniel F's post in Are we even informed about the status of our uploaded resources? was marked as the answer   
    We're creating a ticket (AKA you'll get an email to your client email address ) when we reject a submission, which happened in your case on Nov 28, 3:04am.
  22. Daniel F's post in rebuildSearchIndex - OutOfRangeException (0) was marked as the answer   
    The problem for Chris were many very old orphaned posts which we removed for him via a ticket. 
  23. Daniel F's post in Activity shows empty was marked as the answer   
    The content for the activity stream comes from the search index. Does the search return anything? 
  24. Daniel F's post in Problem with locked tasks was marked as the answer   
    Can you confirm that you also updated the cron job after switching the PHP version?
    Yea, I'm quite sure that it's this. The current command in the ACP to create the cron job points to  /opt/cpanel/ea-php80/root/usr/bin/php 
     
    so anything created with PHP7.x would have pointed to /opt/cpanel/ea-php7....
  25. Daniel F's post in [BUG 4.7.5] Topic feed widget is not checking the $tableHoverUrl variable to display the preview was marked as the answer   
    I have fixed this for an upcoming release
×
×
  • Create New...