Jump to content

Randy Calvert

Clients
  • Posts

    3,575
  • Joined

  • Last visited

  • Days Won

    69

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Randy Calvert

  1. I’m assuming you did run the compatibility checker script to make sure your new host has all of the required modules when you changed the php version also.
  2. It’s honestly not worth the time/effort to try and support them anymore. They have made it WAY to complex and burdensome to continue with.
  3. Convert is the converters. When you download the IPB files you need to choose to include the converters. I believe for the cloud app, just delete the existing folder in the applications folder.
  4. You will want to make sure you have a self-hosted license. Once you have made sure your new self-hosted server meets the IBP requirements, you would import your database and make sure all of the IPB files are uploaded to your site. You would also make sure all of the variables in conf_global.php are correct. If your cloud instance was not the latest version you might also need to run yourdomain.com/admin/upgrade.
  5. Similar to the one done for XF… sounds like this would be a great third party resource. 🙂
  6. If you search for "Status Update" in the ACP you should find it. Also there is the following guide:
  7. Just an fyi… this feature is slated to be removed in IPB 5 whenever it comes out. As a result, you should consider if you want to offer something that will later be removed or force you to use some sort of third party modification to continue offering.
  8. That screenshot does not show all of the memory being used. MySQL is only actively using 10 percent in fact. The Apache and MySQL usage combined memory usage at that moment was less than 5 percent.
  9. If it’s with the advanced support team, typically I would not expect a response until Monday as they are not on weekends.
  10. Even though apps are disabled, there are times they still load stuff. Try fully uninstalling it and then clearing the system cache.
  11. But why do it though? These are supposed to be recommendations to help you improve your user experience. I don’t see how doing that does anything like this. The tool clearly has a bug. If it’s not actually helping improve the UX, the fix is a placebo.
  12. This is not a default IPB feature. It would require some sort of third party modification to do it.
  13. You most likely have your board's Reply-To address set to an email address that sends an auto-reply. So if IPB sends an email which bounces, the bounce comes back to your inbox which gets the auto-reply, which then triggers a separate bounce.
  14. The default value for SES is 14 a second… if you extrapolate that, it is 840 per minute. But if someone’s sending needs are higher, it’s possible to request a higher limit from AWS.
  15. You most likely have multiple login methods… for example do you also have a converter installed? Check those other methods if you could.
  16. As the feed view is an IPB5 feature, it won’t be available until IPB5 is available As the feed view is an IPB5 feature, it won’t be available until IPB5 is available.
  17. Just to toss it out there… you can work with AWS to request higher sending limits. The default values are not the only ones possible. 🙂
  18. One other thing to point out… IPS has numerous large global brands who have to deal with not just GDPR but other requirements in other jurisdictions. Those brands have been able to meet their audit requirements and satisfied compliance auditors who have specific training and does this as their full time job and work with teams of lawyers who have spent thousands of hours understanding those laws. I would be willing to give them a bit of credence versus commentary from random online posts (of which many cases can even be clickbait) or a civilian trying to interpret very complex legalese that does not understand which components are actually applied in each specific scenario.
  19. The only way to do that would be to have two different dns records … one going through CF and one not. Then manually editing your theme code to hard code the non-CF address. Even then I’m not sure it would work because the IP addresses would not match or could trigger a CSRF error. This will most likely be more of a use it and deal with it or turn it off entirely if uploads are that important (or pay for an enterprise plan).
  20. I believe this due to how CF handles file uploads. Turning off features won’t matter. For example, CF WAF would not inspect uploads outside of the headers. It does not inspect the body of the request. (Typically something like the first 15k of a file.) Their enterprise plans have better handling for uploads such as streaming the request to origin, but I don’t believe those features are available on their free/business plans.
  21. What are you meaning with interfering with uploads? Need more detail. For example CF does not allow uploads more than 100MB no matter what you turn off if you have free plan. If that’s not the issue, is WAF denying something? Typically the path would be whatever the POST action is going to.
  22. I might suggest looking at the following guides:
  23. Just be aware that Cloudflare can skew numbers as well. If it serves a page from cache, it never went back to IPB to get the page which would mean that IPB can't count it. So any base page directly by Cloudflare WILL be seen by Google (since end users would still be getting the Google JS) but IPB will NOT. It's not a big deal in the grand scheme of things... I say this simply to note that the two numbers will most likely NEVER really match. They're different things being measured really.
×
×
  • Create New...