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

Posts posted by Jeffrey Roberts

  1. 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

  2. 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?

  3. 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

  4. 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?

  5. 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>

×
×
  • Create New...