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

Posts posted by Donnie95

  1. On 10/16/2023 at 7:55 PM, Daniel F said:

    Hi,

    I See you found the "confusion" with the constant.

    The REDIS_ENABLED constant controls the "Use Redis to reduce MySQL overhead" setting and not if Redis is enabled or disabled globally.

    Could contain: Page, Text, File 

     

    Where is Redis running? Is it running on the same server as your web and mysql Server? What are the specs?
    Is Redis configured properly?

    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.

  2. 2 hours ago, Marc Stridgen said:

    It should indeed be true when its enabled. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

     

    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.

     

    Could contain: Text, Face, Head, Person

  3. 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.

  4. 11 hours ago, Jim M said:

    I’m afraid, that would be up to the author to provide you the files should they wish to. We would not be able to provide you that. 

    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.

     

  5. 1 hour ago, Jim M said:

    The best way would be for the author to correct the error with the uninstall in their application there. If you have reached out to him and the third party application is causing havoc for you, we can take a look at uninstalling it for you but this should be treated as a last case scenario as we can't be doing this in every case, unfortunately.

    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?

  6. 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.

  7. On 7/25/2023 at 3:38 PM, Daniel F said:

    Could you clarify where you see the URL with the csrfKEy and where not?

    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)

  8. 3 hours ago, Marc Stridgen said:

    I would need more information on this. Are you referring to something on your own site? If so, I would need an example member and club they pay for.

    My own website, the error occurs when some members attempt to renew an expired club membership.  Any expired clubs. No pending invoice.

  9. On 1/21/2023 at 1:58 AM, AlexJ said:

    Site is online, server location can't be changed - CF picks location nearest to you, caching is enabled (Redis), PHP is 8.1 with latest IPS version and I use dedicated server. 

    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.

  10. 6 minutes ago, Randy Calvert said:

    I don't believe there is a way to do that in the base software.  There is a 3rd party plugin that can help achieve this however I believe...

     

    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.

×
×
  • Create New...