Jump to content

Donnie95

Clients
  • Posts

    86
  • Joined

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Donnie95

  1. Hello, I was wondering if anyone is using MySQL Query Cache with Invision. Will this cause issues? I am trying to reduce my website TTFB, especially on topics. (I have a lot of rep points) Thanks.
  2. I have the same problem, the achievements logs table is so big. I want to lower the "Clear activity log" setting from 1 year to 6 months, but I'm afraid it will delete important information, such as the date a badge was earned or cause some other issues...
  3. Running on the same server port 6379. I think my Redis is working properly but the REDIS_ENABLED constant should be removed from constants.php when we are using file system for cache.
  4. This is not a bug, the constant 'REDIS_ENABLED' is for the setting "Use Redis to reduce MySQL overhead" I don't enable this setting so it's set to false. I still don't understand why my site is much slower that usual.
  5. Hello, When I disable Redis and download constants.php the file contain. \define( 'REDIS_ENABLED', true ); \define( 'STORE_METHOD', 'FileSystem' ); When I enable Redis the file contain. \define( 'REDIS_ENABLED', false ); \define( 'STORE_METHOD', 'Redis' ); Why is 'REDIS_ENABLED" set to false? I think my cache is not working properly, my site was fast (250ms response time) but after I edited a widget the site started to be slower. (500ms, no load on the server) I cleared the cache but no improvement. Thanks.
  6. If I remove the plugin files manually and then remove the table from the database you think it will work? I see that the plugin create 3 tables and add settings in the " core_sys_conf_settings" table too.
  7. I sent a new message to the author. Is it possible to send me the files for the 1.2.2 version? Back in March, he told me that I'm supposed to have a Uninstall folder in applications/tcw/extensions/core/. I don't have this folder on my server. Maybe I can fix this problem with an older version?
  8. Not through the AdminCP but this plugin allow you to add members without invitations.
  9. Is there a way to force a plugin uninstall? I get an error when trying to uninstall this plugin. https://invisioncommunity.com/files/file/9832-topic-category-website/ The plugin author replied few month ago but we never found a solution. It appear that he is no longer active. The error: Error: Class "IPS\tcw\extensions\core\Uninstall\tcw" not found (0) #0 /public/system/Application/Application.php(4677): IPS\_Application->extensions() #1 /public/applications/core/modules/admin/applications/applications.php(1389): IPS\_Application->delete() #2 /public/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\applications\_applications->delete() #3 /public/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute() #4 /web/public/applications/core/modules/admin/applications/applications.php(48): IPS\Node\_Controller->execute() #5 /public/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\applications\_applications->execute() #6 /public/admin/index.php(13): IPS\_Dispatcher->run() #7 {main} Thank you.
  10. The csrf key is in the URL when I click on the renew buttons on the club page. https://mysite.com/clients/purchases/23-club-name/?do=renew&cycles=1&csrfKey=f1d606ac824ada05f241938740be47 (Causing the error) No csrf key when I click on "There is a pending renewal invoice for this product. Pay Now" on the "Manage your purchase" page. https://mysite.com/checkout/15241/(It works)
  11. I disabled all plugins and apps, still doesn't work. I depends on the URL, when the URL contain a csrfKey I get the error but when I use "There is a pending renewal invoice for this product. Pay Now" (Url has no csrfKey) It works and you can renew the membership.
  12. The problem occurs on expired club membership, canceling or deleting the membership is the only fix. No one at Invision know what 2X212/4 mean?
  13. +1 R2 doesn't works on 4.7.10, I can configure and upload in the bucket but the background task is unable to move files in the bucket. BAD_XML in logs.
  14. My own website, the error occurs when some members attempt to renew an expired club membership. Any expired clubs. No pending invoice.
  15. Hi, what is causing this error? (Club memberships.) Error code: 2X212/4
  16. Would be nice to display this information on profile and feeds.
  17. Nothing odd about my suggestions, Cloudflare doesn't cache dynamic content by default, your server location should be as close to the target audience as possible.
  18. Thanks but this plugin doesn't work. (Something went wrong error.) I think it only works for pages, I need to exclude a plugin URL so the plugin can work correctly.
  19. Hello, My website is currently offline (General Configuration, Site Online) I want to exclude an URL from the maintenance page so the URL is accessible publicly by guest even if the site is offline. Thanks.
  20. Look like it has been fixed. The IP is not an issue, it is because of my server provider NAT configuration.
  21. Hello, My get support page is reporting "Server time may be inaccurate" My server time (UTC) is accurate. NTP is enabled. Another issue is that the server IP on this page is not accurate, displaying a private IP instead of my server public IP. I think the IP issue is related to the time issue. Thanks.
  22. Few suggestions. 1. Make your forum online. 2. Change your server location. 3. Enable template caching. 4. Make sure you are using the latest PHP version supported by IPS and that OP cache is enabled. 5. Don't use shared hosting. Get a VPS instead.
  23. Maybe with Cloudflare's redirect rules? If referer contains /login/ redirect to /yourchatroom
  24. You can edit your NGINX or Apache config to logs 404 errors.
×
×
  • Create New...