Jump to content

Jim M

Invision Community Team
  • Joined

Everything posted by Jim M

  1. You may wish to work with your hosting provider on timeouts. As it seems to be timing out here on your server. You may need to extend these if there is a service running on your server.
  2. We are attempting to assist you, however, obtaining error logs from your server would be your responsibility as a self-hosted customer. If you are unsure how to perform this, please contact your hosting provider or server administrator.
  3. A white screen is often a suppressed PHP error, you will want to check your server's error log for more information on the error you're experiencing.
  4. You will receive individuals and bots attempting to login to your community throughout the lifetime of your community. Using our account securing methods in place, such as Two Factor Authentication will help secure your account. We also have security items in place like brute force login protection, our firewall, and other security measures in place which should help aid in malicious attacks. The best thing to do would be to setup Two Factor Authentication for all your administrators and moderators if you haven't already:
  5. Were you able to run the upgrader? Going to /admin/upgrade on your install, I am seeing an error about PHP sessions. Please work with your hosting provider to resolve that and then please run the upgrader at the aforementioned spot. Additionally, the account on file that we have does not have permission to the ACP. Is this the same account you're using?
  6. Sorry, this is not currently possible. If you would like to see this in a future release, please leave your suggestion in our official Feature Suggestion forum for further evaluation.
  7. This is due to your database is missing the core_follow_count_cache table. Please contact your hosting provider to see if they can investigate why it is missing on your server. While unrelated to your issue, I do want to bring up that you are rather behind in releases and should upgrade at your earliest convenience.
  8. Jim M replied to hackinOS's post in a topic in Technical Problems
    Sorry, looks like you marked your post as a solution but it is just a few dots. If you still require assistance: Are these your default member, guest, or administrator groups? If they are newly created and not configured as that in your conf_global.php, do you have full administrator permissions in ACP -> Members -> Staff -> Administrators?
  9. Sorry this is a server configuration, not a query. I would advise them to read documentation about Slow Query log configuration in MySQL: https://dev.mysql.com/doc/refman/5.7/en/slow-query-log.html long_query_time is generally what is required here: https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_long_query_time
  10. Sorry, as mentioned, there is not a one click or mass delete option.
  11. Glad to hear you found the issue 🙂 . If this is a plugin you wish to utilize still, you will want to work with the author to resolve the issue.
  12. Unfortunately, there is not a global remove option for this link in your screenshot. If exif is not enabled on PHP on your server, it will not be able to read anything though. Additionally, you can remove this link in your screenshot if you wish via customization if you so desire. I am sorry I do not have better news for you.
  13. You should be able to delete the invoice/transaction straight up from the invoice listing screen. Just click the down arrow on the invoice -> Delete. However, there is no one-click button to removing those. As you're self-hosted, I would advise blocking them from a server or network level if you are confident they are a bot. That would be most effective for your resources.
  14. As mentioned in your first post, we support caching static resources (images, CSS, Javascript, etc...) through the storage configuration so long as your CDN has it's own internal sync'ing. Caching the whole website is getting to be outside our scope of support as this is leaning more towards hosting and CDN providers than really the software. As Randy mentioned, there is a degree of complexity here that we can't really assist with on the CDN side but if there are questions on our software side how to do things which your CDN may require, we can answer that. Alternatively, I can move this to the Community Support forum if you require more guidance on the CDN side of things. You would need to ask your CDN provider if they support dynamic websites that have authenticated sessions. You will need to ensure you are not caching data, whole pages, and sessions which are session specific. It is not as simple as throwing static resources over to a CDN and asking them to cache and display everything.
  15. Thanks, good call. 👍
  16. You're very welcome. Glad to hear it is working for you. Can think of it as often the setting on the application/category whether or not those items are enabled for the application/category. Then the member group setting controls whether or not that specific member group can use it. We are always trying to simplify these settings/permissions down, as you're right, often it is a little overwhelming. Especially, when just starting your community. Just trying to balance simplification and powerful permissions is the hard part 🙂 .
  17. Please ensure you have provided the permission for a group to be able to rate images. This can be in ACP -> Members -> Groups -> edit group -> content tab -> Can give star ratings for content? Once I gave that permission, our test user was able to leave ratings on Gallery images where the Gallery category allowed it. Please also note that a user can disable ratings on their album so if a user has done that, it will not be available.
  18. Please provide us a login to your SSO and we can take a look. You can add this in the notes section of the Access Details area of the Client Area. We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
  19. Looks like you recently switch to HTTPS or changed your URL. Due to this it looks like some Javascript wasn't loading properly as it was referencing an old URL. I have cleared your cache and other Javascript related items are functioning now. As we do not have a login to the front-end of your website with your SSO, please test the rating system and let us know if it is working or not.
  20. No, please only log in the slow query log queries taking longer than 10 seconds.
  21. Could you please clarify what you mean here? If you mean that a user is being logged in as another user, this sounds like caching on your server which is incorrectly caching the whole page or a session. You would need to work with your hosting provider or server administrator for assistance. If that is not what you mean, please elaborate.
  22. I would first suggest clearing the cache by going to ACP -> Support -> Clear System Caches. The ACP may look weird but will still function. If you're still having issues after that, please ensure the credentials in the Client Area are up to date and we can take a look: We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
  23. Thank you for providing that slow query log. Unfortunately, I am seeing a lot of references to the advanced tag and prefixes third party application. Please disable that and other third party applications/plugins then please re-run and please limit the slow query log to queries running longer than 10 seconds.
  24. Please ensure that if you have an existing .htaccess file, you rename that. Please also ensure you have mod_rewrite installed (that really shouldn't cause a 500 error though). If you're still having issues, a 500 Internal Server Error is very much like a check engine light. It says something is wrong but not exactly what or where. You would need to contact your hosting provider or server administrator to obtain the server error log entry for that issue. You will want to have them review for any server errors and pass any software errors to us. What is the error message? Is it a page not found? If so, you may wish to see if you have mod_security or another security module enabled on your server. If so, this may be blocking you from performing certain things and you will need to either disable it or work with your provider/server administrator so that these actions are allowed.