Jump to content

CoffeeCake

Clients
  • Posts

    1,916
  • Joined

  • Days Won

    24

 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 CoffeeCake

  1. This is happening because your server checks for the presence of a file on the filesystem first. If found, it executes or serves the file.

    If not found, it passes to IPS, and IPS has to work to determine if the URI if the request represents something to serve out, if the request has permission, and whether or not to return the not found error.

    You can identify the traffic that is asking for things it shouldn't be asking for and block it with a firewall, either on your server or in-between your server and the requestor.

    This configuration may be complex and depends entirely on your environment, yet the behavior you are seeing is precisely by design otherwise.

  2. 1 hour ago, ABGenc said:

    Any way to overcome the issue so that non existent pages are not processed by IPS script but server instead to cause a much less CPU load ?

    Yes, look into using a firewall to block these connections.

    Unfortunately, the request has to go to IPS to see if there's an address to return. There aren't files on your server for every thread, forum, etc.

    Cut them off before they hit your webserver.

  3. If your 3.x MySQL database is not on the local web server, then this could be an issue.

    Maybe it would help if you outlined every step you took to prepare your new server in detail.

    I am not familiar with the steps involved in a IPS 3.x to 4.x upgrade, yet I would think that it would be similar to other upgrades, where you'd update your conf_global.php file to point to the IPS 3.x database, then run the upgrader and never run the installer.

    Right now, it sounds like you've installed a new copy of IPS, with its own new database. You'll need to wipe all that and start over.

  4. You'll need to sort out with Cloudflare how to set the correct security policy.

    Edit: https://support.cloudflare.com/hc/en-us/articles/216537517-Using-Content-Security-Policy-CSP-with-Cloudflare#:~:text=Cloudflare doesn't require changes,locations specified in your CSP.

    You'll need to make sure the CSP headers are correct for your site. Looks like Cloudflare simply observes whatever your webserver sends.

  5. What are MailChimp's instructions for validating your domain? You will likely need to do that regardless for them to send e-mail on your behalf and from your domain regardless of whether or not you use this third-party plugin. You'd only need that plugin if you did not want a separate opt-in for your newsletter beyond the registration in IPS, and you didn't want to manually extract and import member information into MailChimp. The plugin automates those tasks for you, from what it says on the tin (have never used it, can't vouch for it doing what it says).

    MailChimp probably also want you to make a modification to your DNS to indicate that they are allowed to send mail on your behalf. I'm a self-hosted customer, and I'm not sure how you do that with IPS Cloud. You'd likely need to ask IPS support for help with that part.

  6. Roadmaps are scary. They set expectations, they get people upset and up and arms at things in advance, they relinquish control of any competitive advantage a surprise release or implementation might bring with it. Some character in a remote part of the world is upset that IPS isn't adding native electric shaver support. Someone else is irrationally unhinged that some feature they'll never use is being added and turned off by default. Someone else immediately wants the thing yesterday.

    But you know what? I say put on your big person pants and publish one anyway. Because you're not about to be defined by cowardice. You've got the cojones to share your plans, state that they're only plans, and give some insight into what's upcoming and when approximately you'd expect it to turn up.

    And when things get hard, and targets slip, or you need to change course, you'll apologize that you missed the mark and keep us all informed.

    Merry Christmas GIF by SWR3

  7. On 9/30/2020 at 4:05 AM, Morrigan said:

    They do persist pages. The issue is the number resets. Which is the core issue here.

    I cannot reproduce this. If I select 25 threads on page one, navigate to page two of a forum, and select two more threads, my count is set to two, and the action I select only applies to the two on the current page I am on.

    This is still broken in 2021.

×
×
  • Create New...