Jump to content

Daniel F

Invision Community Team
  • Posts

    6,556
  • Joined

  • Days Won

    37

 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 Daniel F

  1. Few months have passed since our last post here, so let's get ready to rumble🙂

    Supported PHP & MySQL Versions:
    The PHP min version was increased to PHP 7.2 in IPS 4.6, this means that your marketplace submissions are required to work with this version, but keep in mind that few clients are going to use php8, so I would really suggest to try to get your code working with both versions, which means that you'll need to implement some changes to avoid some BC breaks in PHP8.
    Here's a great list https://www.php.net/manual/en/migration80.incompatible.php

    Security Improvements:
    I have mentioned this change in another topic today, so let's recap it here too:)

    We have a new IN_DEV code check similar to the slash check, which will inform you about any outputs containing the CSRF key in the URL.
    This is a bad practice allowing attackers and 3rd parties to obtain the users CSRF key, so please try avoid this at any cost!
    We're not going to reject MP submissions because of this, but please try to avoid this as much as much as possible.

    Withdrawal Requests:
    Please keep in mind that you're permitted to have only one payout request per week;) Since this didn't work out that great and to avoid any drama about canceled requests, this is going to be handled now automatically. As long as there's an open request, you won't be able to submit any new requests! But don't worry, you'll still be able to cancel it and create a new request!

  2. Hi @AlienOrigins,

    could you please explain your issue?
     

    8 minutes ago, AlienOrigins said:

    If you have not seen it then your obviously not using the software..

    I'm using it daily, in fact I'm also handling the dev tickets so I'm aware of almost all the common issues and bugs our clients run into and I can tell you that we're not aware of any email issues in the software.


    It's really hard to say if your issue was fixed without knowing what it is. Are you talking about  https://invisioncommunity.com/forums/topic/457795-email_test_mailfunction_disabled/?tab=comments#comment-2825231 ?

    Have you tried the recent IPS release?If yes, are you still experiencing the issue? 

     

  3. 4 minutes ago, IP-Gamers said:

    Yes, yes, it also pisses me off that some unnecessary pages end up in the search engine. And how to deal with this, I do not know. Yes, I'm a noob, and help would not hurt me.

    1568877176_2021-04-22113456.png.80cff97f1e0cd13ac550c1d3ebe85667.png

    You could use the live meta tag editor to add robot instructions to the pages which you don't want to have indexed.

     

     

    That said, we made also several improvements in IPS 4.6 to remove the CSRF key from URLs

  4. Why would you want to delete all the content just because of few attachments?:)

    Is it really worth to delete some valuable content to get rid of the attachments? I would check the topics manually and probably remove only the attachments!

    2. There's no bug in topics with attachment deletion, there's only one affecting Pages records;)

    3. Are you worried about the amount of attachments or their size? You could also remove only the really big ones ( you can locate them in your ACP => System => Files ; and sort the table by the size)

  5. Announcements are stored in the datastore! This means even if you delete it from the database, the'll still be shown until the datastore is rebuilt.

    To fix this, run the support tools in your ACP!

     

    BTW, please NEVER, NEVER NEVER delete anything direct from the dababase, there are often related data stored in other tables which would literally break your site:) 

  6. Is it affect all your ACP pages? It could also be a WAF ( Web Application Firewall) issue. I would suggest to contact your webhost to see if there's a WAF and if yes, to tell them to change the WAF rules.

  7. It seems that Stratagem breaks the Calendar Sitemap generation.

     

    OutOfRangeException::0
    #0 /var/www/html/105129/init.php(893) : eval()'d code(47): IPS\Patterns\_ActiveRecord::load(133, 'project_calenda...')
    #1 /var/www/html/105129/applications/core/extensions/core/Sitemap/Content.php(186): IPS\calendar\stratagem_hook_calendarEvent::getItemsWithPermission(Array, NULL, NULL, 'read', -1, 0, Object(IPS\Member), NULL, NULL, NULL, true)
    #2 /var/www/html/105129/system/Sitemap/Sitemap.php(85): IPS\core\extensions\core\Sitemap\_Content->getFilenames()
    #3 /var/www/html/105129/applications/core/tasks/sitemapgenerator.php(39): IPS\_Sitemap->buildNextSitemap()
    #4 /var/www/html/105129/system/Task/Task.php(367): IPS\core\tasks\_sitemapgenerator->IPS\core\tasks\{closure}()

     

×
×
  • Create New...