Jump to content

Randy Calvert

Clients
  • Posts

    3,945
  • Joined

  • Last visited

  • Days Won

    78

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Randy Calvert

  1. Place the noted variable in your constants.php and visit the ACP login page. When you login, the system will detect the variable in the constants.php and disable all 3rd party resources. It will then say to disable the variable to continue using the ACP. However if it simply displays a white page, it's most likely what I mentioned above being a file ownership/permission issue. Your new host may be running suPHP or other secure PHP setup that has specific requirements to execute scripts.
  2. ACP > Members > Groups Pick your member group and choose the "Edit" option. Choose the Social tab.
  3. If you’ve confirmed you meet all of the system requirements, you might want to check the server’s Apache error logs to see what is going on. Your new host might have specific file ownership or permission settings that need applied.
  4. Have you made sure the new host meets all of the requirements for IPB? Also make sure your new host is not running. PHP 8.2 as IPB only supports PHP 7.4.X, 8.0.X, and 8.1.X. Finally if all of the above is good… you may have a 3rd party resource that is causing a problem. Recovery mode might be able to be used to disable all external resources to regain access.
  5. There is not any sort of notifications available for replies or actions on reports. There is a plugin avails that lets you send pre-canned replies to a person that reported something however. My moderators use it to send a generic message that the report has been reviewed and appropriate action has been taken.
  6. How about this… what are you trying to do in the core CSS files that you can’t do in the custom.css? Let’s see if it’s actually a true problem or if there is a reasonable alternative.
  7. Then I would suggest doing this outside of IPB. IPB is not a good storage replication system. Your better bet is to leverage S3’s existing API’s and capabilities to replicate data on a certain schedule. The entire premise behind IPBs integration with S3 is so that you don’t have to keep a local copy. If a local copy is important for you, it would be better to do it from the S3 side instead of the IPB side. Also if you plan to stop using S3, you can change your storage location to a local drive which would download a copy for you to that storage location. So long as you don’t just delete your bucket or just stop paying for it… you would not “lose” anything if you decided you wanted to use local storage instead.
  8. Again… with CSS… you don’t NEED to edit core CSS to improve SEO. Just because you know how to change something does not mean you’re doing it in the right spot or doing it in a way that is sustainable.
  9. I shiver with...
  10. It looks like you've regained access to ACP now. Remove the line again from the constants.php. You just need it during the login to disable plugins. Then you turn recovery mode off by removing that same line.
  11. Use recovery mode to gain access to disable all third party resources an regain ACP access again.
  12. Sweet! I'm gad you got the problem squared away! 👍
  13. I assume you're running on the latest version of IPB software? Have you confirmed your PHP 8 installation meets all of the system requirements? Make sure to run it while you're actually on PHP 8 to make sure you see any modules that might be missing. And in terms of disabling everything, I assume you checked for Applications AND Plugins? That you also switched back to a default theme?
  14. Yes. Its part of the extra verbose logging. It will be turned down in a later release.
  15. Yes. This basically reworks the existing calendar app. When you create the event, you choose if it is in-person or virtual. You can also make an event an all-day event without providing a link to a streaming event. IPS is doing this on this site with the days their offices are closed for holidays for example. 🙂
  16. until

    I joined the event at around 12:05PM and the link worked fine. The event was finished by around 12:15. So my guess is you might have joined after it ended and that it was taking you to the next scheduled event.
  17. It requires a third party plugin: There is also some setup work on the AWS side to setup things like the feedback loop to automatically handle bounces, etc. But @Jon Erickson is very helpful and responsive if you run into problems. I also found SES to be much more reliable for delivery of mail (around 20% of mail was marked as spam by major ISPs such as Yahoo and Comcast with their non-dedicated IPs).
  18. Because it was not encoded by Sendgrid properly. This is a garbage in/garbage out scenario. The redirect SHOULD exist. The problem is because it was encoded incorrectly it does not take you to the right spot when unencoded. Try turning off Sendgrid and sending via SMTP or PHP... I'll bet you then find those links work correctly. I had this problem with Sendgrid myself as well with certain links. It's one of the reasons I switched to AWS SES for sending email instead of Sendgrid.
  19. This is not possible at this time. You can suggest the idea in the Feature Request forum however.
  20. This sounds like good feedback for the feature request forum.
  21. This can happen if you have one plugin with a ton of libraries as well. For example, I was able to ALWAYS duplicate this happening when the AWS SES plugin is installed. This was noted by devs in my reported case and the team was looking to improve this in a later release.
  22. While technically possible, it’s not recommended/supported. For example, if you delete members/member groups, you’ll end up with different IDs for each as the software would be aware the IDs existed previously. You would still have to go back and fix permissions, etc. There are many different issues that can occur so the best/safest thing to do is do it on a fresh install only.
  23. It looks like a problem with GD within your PHP compile. You might want to check to make sure the GD module is working correctly.
×
×
  • Create New...