Jump to content

Daniel F

Invision Community Team
  • Joined

Solutions

  1. Daniel F's post in Error: '0 views' showing on threads with replies was marked as the answer   
    Are your tasks working?
  2. Daniel F's post in [Moderator Activity] 2S107/2 was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  3. 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' );  
  4. 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.
     
  5. 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.
     
  6. 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
     
     
  7. 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.
  8. 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 
  9. 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 
  10. Daniel F's post in How to disable mail in dev environment? was marked as the answer   
    See the email debugging section 
     
  11. 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.
  12. 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. 
  13. 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? 
  14. 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....
  15. 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
  16. Daniel F's post in Who's Online not updating immedtialy was marked as the answer   
    The widget output is cached for few minutes.
    The TTL of the output can be controlled via following setting:

  17. Daniel F's post in Settings Referrals show only first page 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.
     
  18. Daniel F's post in Certain tasks not working after latest update was marked as the answer   
    It depends on the command. Does it contain the path to your PHP binary? If yes, you'll need to adjust it to point to your recent PHP version.
  19. Daniel F's post in Edit a review was marked as the answer   
    If it’s for our marketplace, please report the review and we’ll remove it 
  20. Daniel F's post in Error after last update was marked as the answer   
    Can you please make sure that the cron is using the php8 executable? 
  21. Daniel F's post in missing hovercard in the "Who's online" widget was marked as the answer   
    Love the finding! And I can confirm that @ossipetz has them disabled for guests.
    We have a bug report for this
  22. Daniel F's post in Error creating new alert was marked as the answer   
    Are you using the latest version? That’s a bug which was fixed and patched a while ago. 
  23. Daniel F's post in how to display the page folder in the pages breadcrumb was marked as the answer   
    I have filled a bug report for this:)
     
  24. Daniel F's post in Best way to promote a topic across all board? was marked as the answer   
    You could use an announcement or alert ti make the people aware of it.
  25. Daniel F's post in Bug Site Moderation was marked as the answer   
    This was fixed for an upcoming release.