Jump to content

Miss_B

Clients
  • Joined

  1. Are they compatible with php 8.3? But as mentioned above by @Jim M , you will need to see the actual error as that will help a lot in identifying the real cause of the issue.
  2. The best way to identify the third party stuff that's causing the issue imo, is to enable them one at a time and check the forum after each third party item has been enabled.
  3. Are the third party apps that you are trying to install compatible with your forum version and/or the php version that you are using?
  4.    My Sharona reacted to a post in a topic: Recent Posts Block
  5.    Marc reacted to a post in a topic: Recent Posts Block
  6.    Mike G. reacted to a post in a topic: Error: The CSRF protection key did not match
  7. Can you try to disable all third party stuff and see if the error will go away? If it does, you can enable them one by one until you find the culprit so to speak.
  8. Miss_B posted a post in a topic in General Questions
    Not with out of the box features a.f.a.i.k. This will include either a manual editing or a custom app.
  9.    Miss_B reacted to a post in a topic: v5 How to hook into Output
  10. More details are needed to have an idea as to what's causing that. Can you check the server error log for any messages logged in there most recently pertaining to this? The error log file can be found at :/var/www/vhosts/system/yoursite.com/logs/error_log
  11. Yes, to both your questions. You can see my IC 4 and 5 apps here: https://www.yourforumservices.com/
  12. What was the last change or modification done to the forurm before this happened? Can you disable all your third party stuff and see if the issue will still occur or go away? On a side note, can you check your System Logs and the server error log page for any messages logged in both places pertaining to this?
  13. It's hard to say without any details. That said, the app developement has been radically changed in IC 5.
  14.    Miss_B reacted to a post in a topic: Possible topic made like blog (entries)?
  15.    bosss reacted to a post in a topic: Possible topic made like blog (entries)?
  16. Miss_B posted a post in a topic in Technical Problems
    If you are on 4.7.20 you are already using the latest version of the 4.7. branch. You don't have to upgrade to IC 5 if you don't want to. But should you want to upgrade to it, then a manual upgrade is required as it can't be done through the Admin Panel. Assuming you are self hosted, please see the Manual Upgrade section in the following link: https://invisioncommunity.com/4guides/advanced-options/server-management/install-and-upgrade-r259/
  17.    Miss_B reacted to a post in a topic: How to upgrade from 4.7.20 to 5.0.5?
  18. Maybe it was added by a third party app? As mentioned above, this is something that isn't possible with the out of the box features. However it it's possible to achive this with a custom app.
  19.    Miss_B reacted to a post in a topic: 5.0.4 Error
  20. Miss_B posted a post in a topic in Technical Problems
    Glad to see that the issue has been resolved. What was the solution, if I may ask? It will help other users too who might run into the same issue,
  21. Just out of curiosity, who is missing the point because the term guys is too broad and it includes everyone imo :D
  22. In that case I think it would be best to start a ticket with them so that they can look into this for you.
  23. The aforementioned error is a browser-related issue. It usually occurs when a web page’s response is blocked by certain conditions or rules, such as server restrictions, or misconfigurations that prevent resources like scripts, images, or stylesheets from loading. It can also be caused by ad blockers or security add-ons, that may interfere with requests and block responses from loading. For example, if you’re using a third-party script, like Google Analytics or extensions like AdBlock, can block requests to known tracking or ad-serving domains. Do you have such addons installed? If you do, try to disable them and see if that would help. A couple of other things to check would be the response headers for any issues with the allowed requests from your domain at the Network tab in the Developer Tools and the Firewall rules as that, or the proxy server settings can block certain web requests, causing the ERR_BLOCKED_BY_RESPONSE error.