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. This looks to be related to a 3rd party application. Try disabling the “famewall” application.
  2. That would do it. Once you installed it, a reboot will cause the new version to take effect. I’m glad you were able to get to the bottom of the situation!
  3. Do you run multiple versions of PHP on the same machine? Last time I saw this happen, the CLI was returning the older version whereas the domain was on the newer version. In your ACP support section is a link to a phpinfo output. Does it show the redis module loaded? It should look like:
  4. Your third party chatbox application is what is causing the issue according to the error message. If you cannot login to the ACP, you can attempt to use recovery mode to disable 3rd party applications/plugins so you can login again.
  5. If you cannot login the the Admin CP, you can try enabling Recovery Mode... (Look at the bottom of the page for info on recovery mode) Once you can access the ACP, try using the Support section and then rebuilding the system cache.
  6. Hi guys! I have a page that was created in the Pages app... it's going to be used as a tribute to an important community member that died a year ago. I wanted to figure out the best way to allow members to add a comment on the page to add their respects as well. I thought about creating a forum thread and then creating an RSS feed to import the posts into that page. I had also considered creating a database for comments, but that seemed to be a bit overkill for what I was trying to do. Just curious to see if anyone had any other ideas that I should be thinking about.
  7. https://www.ipsfocus.com/themes/dashboard/
  8. Interesting... I thought about trying it, but was thinking the parser would just strip it out. Good to know! Thanks for the hint!!
  9. It would be nice if we could select images as options in a poll. I've had a few different situations where it would have been helpful to have an image as an option, but instead I had to create text of "Option 1", "Option 2", and then link the images deeper down in the topic. While this works, it does not work well to embed the poll on the homepage, etc as you don't have context without reading a thread.
  10. Sure. http://localhost/install1 http://localhost/install2 Its still running off localhost.
  11. There is no way to do this with the default software.
  12. Your local computer’s IP can still be 192.168.1.16 but when you call it via your browser, it needs to be localhost. Otherwise you could use the software for intranet sites without needing a valid license. Localhost ensures it is tied to only being accessible from the machine it’s installed on.
  13. No... you need the fonts somewhere accessible to the internet. It does not have to be on IPB. You could create an AWS S3 bucket, or have a friend host the file for you from their site, use a Font hosting company, etc. https://www.hongkiat.com/blog/webfont-comparison/ The AWS cost should be pretty low with the cost being MAYBE a penny a month for the storage. The bandwidth again should be super low as well considering it's just a few font files and a super small percentage of the total site traffic.
  14. You can edit your theme, but absolutely doable. https://www.pagecloud.com/blog/how-to-add-custom-fonts-to-any-website
  15. @bfarber does not work for IPS anymore. So he would not be able to comment on the current roadmap or priority.
  16. Also make sure PHP 7.4 has redis php module installed. You need the redis php module in addition to redis itself being installed.
  17. Are you using any sort of CDN or proxy such as nginx?
  18. The experiment did not end up working out and was indefinitely shelved. It may be revisited later but it’s references were actually removed in 4.6.11 so I would not realistically expect a true stand alone native app.
  19. A ticket is the way to go. This is the weekend, and as a result there is less coverage. The team will respond once someone is available.
  20. This also happens because MyISAM is the default storage engine in MySQL. Unless the server admin changes the default, tables would get created in MyISAM if innodb is not implicitly specified.
  21. Does it still happen with all third party plugins/modules disabled?
  22. If you’re applying the latest updates, it’s most likely possible the plugin has compatibility issues and needs to be updated.
  23. That’s super odd!! And it’s possible the restart cleared it out if it was only happening locally. Either way… at least it’s fixed!
  24. It sounds like something was cached. If you’ve completed the upgrade and see issues, go to the support section and choose the option to clear the system cache. That fixes 95% of temporary post upgrade issues.
  25. Once you uploaded the new files did you run yourdomain.com/admin/upgrade. It will walk you through the upgrade process.
×
×
  • Create New...