Jump to content

Jeffrey Roberts

Clients
  • Posts

    301
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jeffrey Roberts's Achievements

  1. I apologize. htaccess for /admin is set at the hosting level. ~admin/.htaccess is blank. 🙂 I have updated the client area info with this username and password.
  2. Sorry about that. I have turned off 2-factor authentication for this account. As an aside: I'm getting a sense that the background task which updates the queued topic count is not immediately running. After it runs, the queued topics # is correct.
  3. I feed topics from RSS feeds into various forums. One forum indicates there are 2 queued topics, yet when I click on it there are none. I've looked in the ModeratorCP -> Approval Queue and it is empty. Where might I also look?
  4. Thank you. I had the exact same question.
  5. 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.
  6. 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
  7. 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. 🤦‍♂️
  8. 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?
  9. 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?
  10. All good now. The upgrade downloaded and installed fine. Thanks for resolving so quickly.
  11. 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.
  12. 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
  13. 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.
  14. 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?
×
×
  • Create New...