Jump to content

SJ77

Clients
  • Posts

    3,366
  • Joined

  • Last visited

  • Days Won

    13

 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 SJ77

  1. 2 minutes ago, Afrodude said:

    Then you don't have this app linked to the Marketplace. If you don't have any important data with this app, and you can reconfigure it again, remove it and reinstall it again. 

    If you have important data with this app and you cannot remove it, send a PM and I will help you link it to the Marketplace.

    Thank you,

    I was actually able to go back and get it linked to the market place. I pulled the trigger on the upgrade and now this LOL

    Could contain: Page, Text, File, Business Card, Paper

    LOL

  2. 46 minutes ago, Stuart Silvester said:

    When you upgrade from a version older than 4.5, you'll get prompted to complete a Marketplace set up process.

    You should see an AdminCP notification for that, follow the instructions to match up your existing third party resources.

    Thank you, that's exactly what I wanted.

    One more NEWBIE question, if I used the prompt once but I want it to ask me again, how to I go back to the market setup screen?

  3. Hi,

    Coming from 4.4 I am working on my test site for 4.7

    I totally understand how to use ACP for fresh install of 3rd party plugins/apps.

    But I am having trouble with updating existing ones.

    I see (for example) that one of my applications has an available update.

    I don't know how to install the update. The marketplace in the ACP wants me to do a fresh install by removing the existing version.

    I don't want that, I just want to install a new version.

    What am I missing?

  4. I tried to change the URL for my TEST site URL and got this message

     

    Quote

     

    Sorry, there is a problem

    There seems to still be an installation of Invision Community at the URL on file. Before you can change the URL, you must first remove the existing installation.

     

     
     
    The problem is I don't want to change the URL for my live production site, only for my test site.
    I suggest to fix this we make separate tools for TEST and live Community URL license changes. Then we could still have the checks but it wouldn't cause this issue for customers.
    Thank you

    Not even really sure how I am supposed to change my TEST URL at this point.

    I am not going to take my live site offline just to get the tool to work. UGH

  5. 5 minutes ago, Randy Calvert said:

    If the screen is just only displaying white, it means that errors are being suppressed. 

    Try adding the following to your htaccess:

    php_flag display_errors On
    

    You can also look in your server’s Apache error logs for details as well. 

    I don't have htaccess I have nginx not apache

    However, I looked in php error logs and saw this

    $
    2023/01/15 15:20:39 [error] 22046#22046: *4754199 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Declaration of IPS\form\_Log::getItemsWithPermission($where = [], $order = null, $limit = 10, $permissionKey = 'read', $includeHiddenItems = IPS\Content\Hideable::FILTER_AUTOMATIC, $queryFlags = 0, ?IPS\Member $member = null, $joinContainer = false, $joinComments = false, $joinReviews = false, $countOnly = false, $joins = null, $skipPermission = false, $joinTags = true, $joinAuthor = true, $joinLastCommenter = true, $showMovedLinks = false) must be compatible with IPS\Content\_Item::getItemsWithPermission($w$
    
    

     

  6. 1 hour ago, Randy Calvert said:

    Are you hitting your emails per second limit with SES?  If so, you might be able to ask them to increase your limit. 

    Hi,

    I don't think it's that. We only send about 8000 emails / 24 hours . We are allowed 14/sec which is more than 1M+
    We aren't even close to the limit. (our max allowed is 50K also not a limiting factor)

    I know Stuart says it might be the SMTP, but I honestly don't think that is what is going on here. I think it's just good old fashion notifications within the site. 

    We have users who have 40K+ followers. We are creating upwards of a million notifications within the site per week.

    I think we finally reached the point of no return

    It seems the cron script processor can't keep up. It looks like it's trying to process all of them simultaneously and I think it finally bit off more than it can chew.

    It's now getting more and more behind with every passing second.

    I am trying to change the notification settings to STOP new notifications from being created to see if I can give this thing some room to digest

    But that is just a short term fix.

    What I don't understand is the load on my server is really low right now. CPUS are only at about 50% capacity. So why can't the system crunch through these notification tasks?????

     

  7. Nothing is working. I desperately need a kill switch on these notifications. It's so far behind that it can't catch up. It's just getting further and further behind

    my server load isn't even that high right now. I really don't understand why things things are struggling so much. I think there is just so many of them that it reached a tipping point where it can't catch up. For every 1 thing it completes 2 are added to the list.

  8. 2 hours ago, Stuart Silvester said:

    (you should really find some time to upgrade to the latest release!)

    Believe me, it's not for a lack of desire. I have to find help. I want this so badly.

    2 hours ago, Stuart Silvester said:

    Using SMTP is naturally going to cause these kinds of tasks to be slow (it's really not a fast protocol). You may be able to temporary switch to PHP processing to let them clear up.

    I use amazon SES.. Even if I upgrade to new IPB version, wouldn't I still have the same bottle neck if I am still using SES?

     

  9. 18 hours ago, Randy Calvert said:

    Unless you’ve setup SNS notifications and something to process them (like SESdashboard.com), there is not logs of delivery, opening, and clicking of emails by default. 

    Thanks, I don't have that. I don't need to read emails per se.

    I was hoping there was at least a send log showing the recipient and time of smtp execution.

    Maybe even perhaps on my server with exim logs or something.

×
×
  • Create New...