Jump to content

teraßyte

Clients
  • Posts

    33,811
  • Joined

  • Last visited

  • Days Won

    55

 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 teraßyte

  1. Reddit recently banned a huge batch of IP ranges. If you try to view that link in your screenshot directly from your server's IP you'll probably get a message like this: This is actually the message I'm getting right now with my current IP. The funny thing is that if I try to view the link using the old version (old.reddit.com) instead of the new one (www.reddit.com) there is no such error message. They're blocking the IPs only on the new UI. 😅
  2. I don't think there are any significant changes between 4.7.12 and 4.7.14 that would break the application. Or have you already tried a test upgrade in another location and verified it doesn't work?
  3. The option is available in your account settings: https://invisioncommunity.com/settings/links/
  4. As Adriano mentioned above, you're better off doing something like this at the server level. It's possible to write a custom modification for it, but the user would still hit the server, start a request on Invision Community, run queries, use more server resources, etc. If you handle it at the server level they'll be blocked much faster and use fewer resources overall.
  5. There is no tool in Invision Community to do what you're asking for. That's why you require a separate custom modification.
  6. You should contact the developer who made it for you. We have no way of knowing how it was coded, how it's integrated, or how it's supposed to work based on your post.
  7. Looks like the problem is coming from the Clubs Enhancements application. Check with the author if they have an update available that fixes it, and If they don't, you'll have to disable it until it's fixed. There's also the option of manually fixing the hook since you have access to the files on the server, but the best option is to upgrade the application since there might be other errors.
  8. The problem is that that link redirects to https://imgur.com/6PA1B1b to ask if you're over 18 to see it. Since the code doesn't get back the expected headers for a video, it doesn't auto-embed.
  9. Oh, okay. If you need those additional filters then it's not possible because secondary groups are not listed in the advanced search form as you've already seen. You either need to manually run queries on the database to update the group value, or you can use the core/members REST API: https://invisioncommunity.com/developers/rest-api?endpoint=core/members/GETindex With the API you'll have to load all members with a specific group, then manually check their secondary groups, and update them based on the filters you mentioned.
  10. Even if you uploaded a new theme, you probably have an old plugin/application that isn't compatible with PHP 8. Their templates are added and parsed for all themes regardless.
  11. Here's also a link to the guide with some more detailed info: https://invisioncommunity.com/4guides/advanced-options/server-management/install-and-upgrade-r259/#manualupgrade
  12. Here you go: Go to the members list in ACP. Click on the gear icon in the search field at the top-right of the list to open the advanced search form. Select the group from the dropdown menu and click search at the bottom of the form. At the top of the list of members from the search you'll find 3 options: View Full List? Prune Members Found Move Members Found You need to click on the 3rd option Move Members Found. Select the new group on the page that loads and click Save. You're done. 🙂
  13. A 500 error is very generic. It's like a "check engine" light on your car. It does not say what the problem is just that something went wrong. Check your server logs for the real error behind it. Without it, it's hard to say what the issue is and how you can resolve it.
  14. Applications have all files inside their /application folder. For plugins, instead, part of the data is used only when installing and is not saved anywhere. That's the problem. While it's possible to re-create the plugin from the files left on the server, it's not possible to simply re-install them. You'd need to hire someone to redo the plugin for you from the files.
  15. That's something you should bring up with your hosting. It's related to MySQL rather than Invision Community itself.
  16. That's a lot of files. Fixing all of them manually would be hard, indeed. The best option would be to somehow recover those files, but I assume that's not an option. The only other option I can think of is a tool to go through them and remove the links to missing files. There is no such tool in Invision Community, though. You'll have to write it yourself or hire someone to do it for you.
  17. I don't recall anything being changed in that class recently. 🤔 The best option is to ask the developer who made it for assistance. Since you're posting here I assume they're no longer available?
  18. Based on the error, it can't find the member or group data. Check that the database was imported correctly.
  19. Yeah, based on your reply I agree with Randy that most likely MySQL and/or something else on the server is not configured correctly.
  20. The site being "slow" doesn't tell us much. What exactly is slow? Posting a new topic/reply? Uploading files? Open specific pages? Loading all pages in general?
  21. Yeah, if the backup contains only the database, you'll have to first upgrade that database to the last version. In case you already have a forum up and running with data, you'll need to use the converters app to import the data from the old backup into your current forum.
  22. Ah, yes. I encountered that same issue recently on a client's site using my Moods application. Adding backticks solved it. I didn't think of that because without backticks the query threw a specific error about having a wrong LIMIT value, and you didn't mention anything like that. 😅
  23. Have you double-checked the old task isn't present anymore in the tasks.json file? I had the same issue once, and the problem was that the code kept re-adding it because it was still in the file.
  24. Read this topic: https://invisiondevs.com/topic/27-how-to-downloadpurchase-files/ However, ignore the first part about the deposit and look at the last line: I guess @Kirill Gromov will update your group once he sees your reply(?).
  25. @Marc Stridgen The site being unable to reach the license server shouldn't generate those multiple warnings in ACP, though. It's something that should be looked into. 😋
×
×
  • Create New...