Jump to content

Jon Erickson

Clients
  • Posts

    189
  • 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 Jon Erickson

  1. On 10/12/2023 at 4:14 AM, Daniel F said:

    There were few changes which will affect own REST API endpoints.🫢

    Could contain: Page, Text

    We'll cover this in an upcoming dev blog entry 🙂

    Love to see the attribute use! Can’t tell you how many times I’ve screwed up the docblock formatting for my API docs and not realized it. Game changer! Hopefully this applies to the apiOutput method as well or something similar has been created!

  2. 43 minutes ago, Scotty Hutto said:

    Ok, original access key was last used 18 days ago (day Invision CIC update was applied to my site)

    New Access Key 2 created today, loaded into AWS, send test email but it says "never used".

    - I removed all other third party apps and customizations from my site. (It's just running the basic Invsion CIC installed apps)

    - Reinstalled AWS SES w/bounce Management and tried new "Key 2".  No joy.

    - Double-checked installation instructions and AWS SES setup, and everything looks correct to me. 😐

    I'm stumped.

    Hmm I wonder if it has to due with using CIC. I’m sure they have CIC specific settings to use whoever they use to send emails. 

    Nothing in logs? Are you able to enable to cURL/HTTP logs? I know you can on premise. This would allow us to see the app calling the API. 

  3. 4 hours ago, Scotty Hutto said:

    Just curious… has anyone gotten it to work correctly with v4.713?

    Could it be user error on my part?  Do I need to try and uninstall / reinstall again??

    (In the interim I’m using SES via SMTP, but I’m missing the features of this app!)

    I just fired up my development environment on 4.7.13 using PHP 8.1.20 and have no issues sending email. I checked the release logs for 4.7.13 and it doesnt appear theyve changed anything to the way they send email. Can you verify you have no errors? What PHP version are you running? Try disabling all other apps/plugins and try again.

  4. Just now, Scotty Hutto said:

    Hello!

    This app stopped working with the last Invision Community Upgrade. Removing and reinstalling doesn't fix it. What is the future of this app with the upcoming Marketplace closure?

    Thanks,
    Scotty

    Hi Scotty, the app has not been tested against the latest release. Can you rollback to the previous?

    At this time, we are unclear what the future is. With the unknowing of how Invision 5 will look under the hood, we can’t possibly tell if the app will need to be ported to the new version, or even needed at all. We’ll have to wait till it’s out to make those determinations. 

  5. 1 hour ago, Dean_ said:

    Love the idea. It's just another site/forum/place to sign up to. You've got to drive people to this place...

    I've joined to get an idea. But, my god, we've got to beat FB somehow.

    That is the whole purpose of Community Hive! Every interaction with it intends to drive customer/clients/users BACK to your community. It does not want to be the center of attention!

  6.  

    7 minutes ago, Daniel F said:

    Sounds like a lot of unnecessary work.

    Wouldn't it make more sense to do it the opposite way?

    You create the APP in your ACP and it automatically

    1. Creates a GitHub repo
    2. initializes the git repository on your dev environment
    3. Pushes it automatically to GitHub

    Bonus Features:

    • Create the project/list with initial tasks in your project management tool of choice (Monday, ClickUp, Github, etc)

    I’ve tried both and messed around with several different flows. This is the fastest way for me. It aligns with other industry standards for project development as well and I can spin up a dev environment in a few key strokes. Not to mention I’ll configure it to the dev container spec as well so it can be used in any dev environment including remote. 

  7. 6 hours ago, Daniel F said:

    How are you working with this?

    Cloning it from github and then manually changing the application key in the files ( namespace, comments, etc) via search and replace in all the files?

    Correct, you can create a repo directly from it since it’s a template. Add your Invision core files to the “invision” directory, replace all instances of “yourappkey” and you are ready to rock. 

  8. 1 hour ago, Scotty Hutto said:

    Just FYI, Invision Community in the Cloud does not support this feature. Tech Support says the marketplace description does not say this is required.  🤷🏻‍♂️

    Gotcha. Are you saying that if I said it was required, they would enable it for you? It technically is not required for the app to function - it is used to just decode the email headers and help display that information in your logs.

  9. 1 hour ago, Randy Calvert said:

    It’s a module that needs to be compiled into your php installation.  That’s something your host will need to help with or if you have access to the server yourself, something you add to your PHP compile. 

    If you are on a typical shared hosting environment, you can usually just enable the extension in your web hosting control panel such as cPanel or Plesk. 

    If you are on a VPS or dedicated server, you may have access to WHM.

    If not, you’ll need to get ahold of a SysAdmin who can enable it for you. 

×
×
  • Create New...