Jump to content

H5K

Clients
  • Posts

    131
  • Joined

  • Last visited

  • Days Won

    1

 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 H5K

  1. Just to add, the reason for this desired URL: https://cdn.OURDOMAIN.COM/monthly_2023_02/cOVR.jpg.3cc3fcaddbb584e8041f302d16d92bec.jpg is so that the images are proxied by cloudflare
  2. Hi, We are currently using Wasabi as our CDN (similar to Amazon S3). We want to also use Cloudflare Polish which from my understanding requires the images to be loaded from a domain alias. SME's (based on IPS forum contributions seem to be @ASTRAPI who shared the setup instructions and @Joel R/ @All Astronauts who have created a plugin for improved integration with files. Any input will be greatly appreciated. Current image link example: https://s3.eu-west-1.wasabisys.com/cdn.OURDOMAIN.COM/monthly_2023_02/cOVR.jpg.3cc3fcaddbb584e8041f302d16d92bec.jpg DESIRED image link example: https://cdn.OURDOMAIN.COM/monthly_2023_02/cOVR.jpg.3cc3fcaddbb584e8041f302d16d92bec.jpg The desired image link already works and is set up in our DNS settings. We just don't know how to make IPS use that URL instead. Screenshot of storage config settings: Note that "Custom URL" seems to only be applicable to uploads.
  3. Hi, We've been using Wasabi for file storage with Invision Community for several years now. We modified a setting and completely broke the site -- it seems like 0 javascript is loading and we can't access the admincp. _______________________ UPDATE 1: Although we reverted the configuration using the core_file_storage table in the DB, we did not add "https://" to the "endpoint" field. After adding it, the JS seems to be loading. Images seem to be giving a permission denied error but we are looking into the cause of that now. UPDATE 2: After going back into the admin CP and re-applying the storage settings, everything seems to be working correctly now. ________________________ What caused the issue: We went into storage settings and modified the "endpoint" field Previous Value: s3.eu-west-1.wasabisys.com New value: cdn.ourdomain.com.s3.eu-west-1.wasabisys.com ^ After that change the site completely stopped loading all JS and seemingly images. Attempted fix (FAILED): core_file_storage <-- We accessed this table in the DB and manually reverted the storage setting JSON. Unfortunately this did not work. SUCCESSFUL FIX: When reverting the storage setting manually in the core_file_storage table, "https" must be appended to the beginning. After applying the config change via the DB, remaining issues (some images not loading) were resolved by going into admin CP -> storage settings -> re applying the storage settings there. Hope this helps someone if they run into the same issue 🙂. Thank you for reading about my anxiety attack! Our site is completely unusuable right now and we'd appreciate any help. Thank you very much.
  4. Is it possible to make the featured events slider (that appears on the Events homepage) a block so we can include just the slider in other pages? Is there already an easy way to do this?
  5. Hi, My apologies since this is probably a very stupid question and a very simple fix but I slept very little due to a server failure. We moved our self-hosted IPS install from one webserver to another. We copied over the public_html directory and updated the IP in conf_global.php, however, we're getting a 404 error when we access any page other than the homepage. Can someone point me in the right direction? All the .htaccess should have been moved over, no?
  6. Agreed. It's not just SOFORT either, unfortunately it seems like the IPS team didn't test the Stripe options other than card.
  7. /admin/?app=core&module=membersettings&controller=referrals Seems like it was for hosting (which was decommissioned I think). It would be great to have a referral system where we can track and reward members who refer other members. Is this already possible?
  8. Hi, We're looking for someone that we could pay to customize a few aspects of our IPS installation. Things we need: Theme modification to integrate a PSD design into the IPS header/navbar A slight modification to a database's "list" template Some Javascript code on the Store page (to do some custom validation checks) Budget is between $500 - $1,000. Thank you.
  9. Update -- Looks like our iDEAL access was revoked by Stripe. What's odd is that on the previous community, it's still working (somehow). To help others that may encounter this issue: define( 'DEBUG_LOG', true ); Then you will see the full error output.
  10. I did not find anything in system error logs. Latest version of IPS, Cloudflare disabled I did not find anything in system error logs. Stripe CC works fine. It's not an issue with Stripe because we use the same API keys on another IPS site and it works perfectly with methods other than CC Double checked the webhook and no issues with it, full permissions
  11. OK, how will I be contacted? Also, is this a confirmed bug with IPS?
  12. Yes, I have also tried with user 1 (the global admin account). The accounts are activated and I tried sending messages through the UI.
  13. { "from": 39, "to": [ 1196 ], "title": "TestTitle", "body": "TestBody" } Now I am getting invalid sender 😕 { "errorCode": "1C374\/2", "errorMessage": "INVALID_SENDER" }
  14. Firefox is what I was using prior. Thanks for the help and support, regardless. If you could, please review this new issue I am having when you get a chance: https://invisioncommunity.com/forums/topic/470590-apicoremessages-invalid-sender/#comment-2915450
  15. The API documentation clearly states that "to" is an array. Sorry. According to the documentation for this endpoint, "from" and "to" parameters are the member_id. I can view the member IDs from the URL and know they are correct: /admin/?app=core&module=members&controller=members&do=view&id=1196 Despite this, I am getting invalid_recipient. The API key I am using does have permissions, the member IDs exist, and I have also tried using display names and emails. from:1196 to:1195 title:test body:test test { "errorCode": "1C374/3", "errorMessage": "INVALID_RECIPIENT" } Please close this I am an idiot and am not passing an array.
  16. I've checked and there is not an htaccess that should be affecting it. Same with rewrite rules. I'm a software engineer and while I don't specialize in web dev I have done as much troubleshooting as I could think of. I've been an IPS customer for close to 10 years now, and there used to be a time where the team actually connected via SSH to help troubleshoot. It's disappointing that-that great level of customer service is no longer provided to your self-hosted customers (I've expressed this concern before via ticket). I'd pay for a support package if it was offered. Does this URL mean anything to you guys? It's what is appearing after the redirect: ?app=core&module=system&controller=login&error=&ref=YXBwPWNvcmUmbW9kdWxlPWFwcGxpY2F0aW9ucyZjb250cm9sbGVyPWFwaQ== EDIT: PS -- also tried updating to PHP 8.1 and disabling pretty much everything security related I could find.
  17. We're running on our own dedicated server using WHM. I've attached screenshots of everywhere I remembered to disable mod_security. Unfortunately we still have the issue. Thanks for the help.
  18. Whenever I click the API link in the Admin CP I immediately get redirected to the admin login page. Despite logging in with correct info, I am redirected to the login page again. Not seeing anything in error logs. Fresh install (< 2 months old), latest version, no custom admin CP theme. I've already tried disabling mod_security, cloudflare, and firewall.
  19. I have an application that I need to unify the logins for. There are two options I can think of: 1. Use an external database and create a login method for IPS. I know IPS supports an external OAuth login but this isn't something that I have done befeore. 2. Use IPS's database for accounts (it's really nicely structured) -- and integrate the login with the application. User logs into application -> API call to IPS to verify correct email + password -> login success/failure. The problem with option 2 is that I looked through the REST API documentation and I did not find a method to verify a users' login information. My questions are: Is there a way to authenticate a users IPS login information via the API, and if not, would it be feasible to code something that does this externally? Is there any documentation or guide on creating an OAuth login method that is compatible with IPS? Thank you in advance for the help and guidance.
  20. It ended up working. I am not sure what changed, if anything.
  21. Amazon was HTTP Error 400, not failed to connect.. 😕
  22. Correct. Although I have to say I've also tried Wasabi and I am getting a "failed to connect" error. I thought it could be some firewall issue so I disabled CSF but it's still not working.
  23. Hi, I followed this guide but despite following the steps and doing them over 3 times, I am getting this error: There appears to be a problem with your Amazon (dkrbucket3) file storage settings which can cause problems with uploads. After attempting to upload a file to the directory, the URL to the file is returning a HTTP 400 error. Update your settings and then check and see if the problem has been resolved Anyone have any ideas?
×
×
  • Create New...