Jump to content

Meap

Members
  • Posts

    16
  • Joined

  • Last visited

 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 Meap

  1. Hello, there seems to be an issue suddenly since 4 days ago.
    I now get this issue:

    Your webhook subscriber has been deactivated
     
    Your webhook subscriber for https://********/?app=coinbasecommerce&module=ipn&controller=ipn has been deactivated by our system.

    The endpoint is likely unhealthy or it has not been set up properly.

     

    It has worked fine for months before this and I have not changed anything. I tried re-enabling the webhook but it does not want to work anymore.

  2. Hello,

    I have noticed that after having activated Stripe as a payment option in my Invision Community Forums that user information is always being sent to m.stripe.com even when a user is not on the store page at all. It just always loads it and logs info. Is there any way that this can be updated to not load the script unless actually doing a checkout? I care about my users their privacy and don't want to be a data collector for a third party.

    Here is someone that documented this issue, and found out what is being logged:
    Stripe is Silently Recording Your Movements On its Customers' Websites · mtlynch.io

  3. I installed the coinbase commerce plugin just now and now no one is able to login anymore, I cannot even go into my adminCP.......

    image.thumb.png.d80339dc97edc4411d91e403dae6c66b.png

    Please help!!!! 😞
    I don't know what to do

    The website works but you're unable to log in and you get http 500 errors every now and then

    I do get email notification of login on new device but I do not get past this mysql server has gone away error
    I have not changed any login details of mysql.

  4. On 11/1/2021 at 10:12 AM, Marc Stridgen said:

    We need to address what is happening when you upgrade first of all, as that is the first thing that needs to happen before we look at any further issues. Could you provide me with more information on that?

    I cannot upgrade before I fix the database issue. But I can tell you what happens when I run the upgrade after doing the database fixes.
    Basically what happens is: I manually run the queries it tells me to run. I click check again and it let's me continue to the upgrade. I click upgrade and it upgrades, tells me it requires me to unzip the update file myself (which it has always done for me for some reason but it has always worked flawlessly) after I unzip it and upgrade it upgrades just fine, then the forums work for about 10-30 minutes and then the website just stops working. Nothing will load anymore, you can't even go to the website in your browser so I really am unsure what would cause it since I can't even reach the admin panel.

  5. image.png.d73b8eab48cc7b7ecd21512e6805b8e3.png
    I have this error. It tells me I need to manually run a query to fix it.

    image.thumb.png.7c64b93ad0550b8e48435e002e26dc12.png

    I always make backups before I do such a thing and I am glad I did. It worked fine at first but after 30 minutes my website would just shut down and not load up. You would try to visit it in your web browser but you just could not reach it. It does this too if I try the automatic fix button. I paid to expand the time of my license however because of this issue I am stuck on an older version because if I upgrade it breaks. Can anyone please help me?

  6. Found a fix.

    If you are using nginx, go into your /etc/nginx config or the config of your specific website in the etc/nginx/sites-available folder.
    Edit the config using nano (or any other preffered editor)
    Add this line at the bottom of the http or server block and change it to the maximum upload file size you want to allow (I have it set to 200MB):

    Either:


    http {
        client_max_body_size 200M;
    }


    Or:

     

    server {
        client_max_body_size 200M;
    }


    save the config and then do: sudo service nginx restart
    You are now done and should be able to upload just fine.

  7. Hello, I have sudo apt upgraded my Ubuntu today and saw that it upgraded my PHP to version 7.4.3 while doing so. And now my forums are getting a bunch of errors with the autoloader etc...

    Is there any way to fix this easily or do I need to wait for an update?

    One of the errors is as follows:
    "ErrorException: Class IPS\Xml\DOMDocument could not be loaded. Ensure it has been properly prefixed with an underscore and is in the correct namespace. (256)
    #0 [internal function]: IPS\IPS::errorHandler()"

×
×
  • Create New...