Jump to content

Adriano Faria

Clients
  • Posts

    31,588
  • Joined

  • Days Won

    473

 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 Adriano Faria

  1. On 9/22/2020 at 5:25 PM, Jarrod Davis said:

    Is it possible to make your RSS/Atom Feed Imports get updated automatically? As it stands you have to click the refresh button manually. I'm wondering if this can be automated somehow? I saw one app in the marketplace that seems to do this with the option of refreshing automatically, but it does not work with latest version of IPS. The other RSS features (for pages) do not import enough info like RSS/Atom Feed inside AdminCP does. 

    Maybe somehow setup a cron to run it, but how, if that is possible?

    You can try this one: https://www.sosinvision.com.br/index.php?/file/290-videos-directory/

    You can see the RSS working:

     

  2. I noticed an error in the Email Error Logs now.

    Could contain: Page, Text, Document, Invoice

    I got the following error (Error Logs) when I clicked on the resend link:

    Quote

    4C143/1

    Return type of IPS\Patterns\_ActiveRecordIterator::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

    .../admin/?app=core&module=settings&controller=email&do=errorLogResend&id=26&csrfKey=XXXXXXXXXXXX

    Thank you.

  3. Although it is right in the extension's default:

    namespace IPS\{app}\extensions\core\RssImport;
    
    /* To prevent PHP errors (extending class does not exist) revealing path */
    if ( !\defined( '\IPS\SUITE_UNIQUE_KEY' ) )
    {
    	header( ( isset( $_SERVER['SERVER_PROTOCOL'] ) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0' ) . ' 403 Forbidden' );
    	exit;
    }
    
    /**
     * @brief	RSS Import extension: {class}
     */
    class _{class}

    it only works if you create your extension with the name RssImport.

    Not tested but this is probably due to this in \IPS\core\Rss\Import:

    	public function get__extension()
    	{
    		$classname = 'IPS\\' . $this->_application->directory . '\extensions\core\RssImport\RssImport';
    		return new $classname;
    	}

    Thank you.

  4. On 9/16/2023 at 6:54 PM, Gabriel Torres said:

    @Miss_B can't find where to insert the keys in your forums! 😞 It seems the key system isn't activated at https://www.yourforumservices.com/index.php?/keys/

    Gabriel, the app to redeem the keys was developed by me and it's available for those who want to use it. You won't find it on all contributors boards. A few are using it and they seem to be happy with it ( @DawPi @Nathan Explosion @onlyME ).

  5. 1 hour ago, Mercury Forever said:

    Hello, your page does not allow registration, despite entering a complex password, it always indicates that you have not passed that validation point.

    It’s the hCaptcha; something not right with it.

    Try now, please.

    Note: there’s no validating account at the moment.

    Password is set to Strong.

×
×
  • Create New...