Jump to content

Jeffrey Roberts

Clients
  • Posts

    294
  • Joined

  • Last visited

 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 Jeffrey Roberts

  1. Thank you. I had the exact same question.
  2. I think I solved this by using "php-cli" rather than "php" in the crontab entry. I do not understand why this suddenly stopped working after working fine for years.
  3. I saw a warning that scheduled tasks were not running. I confirmed that the cron entry was correct. I decided to delete it and then added it again. Now I am receiving emails with this. I receive the same if I manually try and run task.php from a shell command line. Any thoughts? Cache-Control: no-cache, no-store, must-revalidate, max-age=0, s-maxage=0 Expires: 0 Content-type: text/html; charset=UTF-8 Not at command line
  4. Maybe I have this wrong - I think you saying that the ACP menu only enables or disables the 2FA ability for members. I then go to the Admin member and turn on 2FA there. That's working. I'm dumb. 🤦‍♂️
  5. I switched off Authy as my 2-factor authenticator and would like to move to Google Authenticator. I am not received a QR-code when I enable Google. Should I not being seeing that?
  6. Appreciate that this is old topic. Is anyone having a new problem displaying a Twitter timeline on their community? Mine stopped working in the last 48 hours. Is this a new Twitter-thing which is stopping us from pulling the timeline?
  7. All good now. The upgrade downloaded and installed fine. Thanks for resolving so quickly.
  8. I am also stuck on downloading (self-hosted), but I don’t have an error message. I stopped it. Waiting on confirmation that this is a problem that is being worked on.
  9. I'm receiving the same error in the PHP8 Compatibility Scanner: There was an error loading the hook scanner results, but only if I DO NOT enable an application that is not compatible with PHP8 Now running 4.7.2.1
  10. Thanks. This must be an issue with our server provider. I did use my phpMyAdmin as my workaround. It has always been so convenient for years to generate this list from SQL toolbox.
  11. After I run in SQL toolbox (v4.6.11) a simple query like this: SELECT email FROM core_members where allow_admin_mails = 1 AND temp_ban <> -1 AND joined > 1618596660 AND MEMBER_GROUP_ID = 3; I get correct results in the first page, but when I click Next or 2 or 3 for other pages of the results I get a blank page. Is this a known issue? Is there a command that I could add to my SELECT statement that will not force pagination so that I can see all the results on the 1st page?
  12. Can anyone report whether this was addressed in the latest release - 4.6.6 ?
  13. Has anyone opened a support ticket about this behavior?
  14. I have 1 minute of caching time for Cache sidebar, header and footer blocks. I get the feeling too that caching seems to be broken.
  15. The patch did not seem to solve the problem completely for me. It did show others at first and then after a few minutes and many page refreshes, it started to show me. This seems like different behavior than how it used to work.
  16. Exactly. I'm seeing the same issue on my community since upgrading to 4.6.5.1 I've noticed a workaround is to start a new topic and then Who's Online will display you.
  17. I revisited this and upgraded PHP to 7.4.20 from 7.3.28. This time I cleared all the caches as I suspected this was actually a cache problem. Seems to have worked! Everything is working normally.
  18. Thanks for that hint at what might be the cause. When I upgraded to 4.6.2 I also updated the PHP to 7.4.20 from 7.3.28. That seems to have been the problem. I reverted back to 7.3.28 and everything is working fine again. I wonder if I need some specific directives with 7.4.20? Anyways - Thank you!
  19. Ever since I updated my forum to 4.6.2, topics on the forum index page and in forums themselves are being "downloaded" rather than displayed when you click on them. It's not consistent, ie: it doesn't happen every time. It is easily reproducible. https://www.ibspatient.org/community Is anyone else seeing this?
  20. Found it. It's in ACP -> Search Engine Optimization -> Meta Tags-> Edit -> Page Title
  21. Can someone please tell me where $title is set? I can't seem to find it in the ACP other then where it is displayed in the theme. <title>{expression="output.getTitle( $title )"}</title> It is used in <head>
  22. Do I have to worry about 'tasks' running on my -TESTINSTALL site or will users receive duplicate notices and digests etc... ??? If so, how do I disable some non-essential tasks?
×
×
  • Create New...