Jump to content

Daddy

Clients
  • Posts

    560
  • Joined

  • Last visited

  • Days Won

    2

 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 Daddy

  1. All items in the Nexus store show as "free" because the template thinks there's a renewal when there's not. The template seems fine, so I'm going to assume the boolean is returning incorrectly. <span class="cNexusPrice ipsMargin_top"> {{if $priceDetails['renewalPrice']}} // This is true, despite none of the products having a renewal. <span data-role="renewalTerm"> {$priceDetails['renewalPrice']} </span> {{else}} <span data-role="price"> {$priceDetails['primaryPrice']} {{if $priceDetails['primaryPriceDiscountedFrom']}} <s>{$priceDetails['primaryPriceDiscountedFrom']}</s> {{endif}} </span> {{endif}} </span>
  2. You can no longer checkout with PayPal API. TypeError: IPS\nexus\Gateway\_PayPal::_getAddress(): Argument #1 ($address) must be of type IPS\GeoLocation, null given, called in /home/-----/public_html/applications/nexus/sources/Gateway/PayPal/PayPal.php on line 456 (0) #0 /home/-----/public_html/applications/nexus/sources/Gateway/PayPal/PayPal.php(456): IPS\nexus\Gateway\_PayPal->_getAddress(NULL, Object(IPS\nexus\Customer)) #1 /home/-----/public_html/applications/nexus/sources/Gateway/PayPal/PayPal.php(289): IPS\nexus\Gateway\_PayPal->_paypalAuth(Object(IPS\nexus\Transaction), NULL) #2 /home/-----/public_html/applications/nexus/modules/front/checkout/checkout.php(1560): IPS\nexus\Gateway\_PayPal->auth(Object(IPS\nexus\Transaction), Array, NULL, Array, 'checkout') #3 /home/-----/public_html/system/Helpers/Wizard/Wizard.php(181): IPS\nexus\modules\front\checkout\_checkout->_pay(Array) #4 /home/-----/public_html/applications/nexus/modules/front/checkout/checkout.php(170): IPS\Helpers\_Wizard->__toString() #5 /home/-----/public_html/system/Dispatcher/Controller.php(118): IPS\nexus\modules\front\checkout\_checkout->manage() #6 /home/-----/public_html/applications/nexus/modules/front/checkout/checkout.php(57): IPS\Dispatcher\_Controller->execute() #7 /home/-----/public_html/system/Dispatcher/Dispatcher.php(153): IPS\nexus\modules\front\checkout\_checkout->execute() #8 /home/-----/public_html/index.php(13): IPS\_Dispatcher->run() #9 {main}
  3. Trying to setup guest caching but I'm not able to get any of the cookies to work for me. I have if cookie = ips4_member_id but it still caches if you're logged in. Same for ips4_loggedIn
  4. Got everything moved back now. It did the same thing again, only moving back about half of what it sent to my S3 bucket. Had to manually download and reupload. Something weird is going on with additional storage destinations.
  5. I'm moving everything back now. I fear that IPS deleted the local content despite it actually being transferred. Also, there is no S3 bucket. R2 utilizes the same protocol as Amazon S3 so it should work just the same. Not sure why it didn't move everything, or why there isn't validation to make sure the content was moved before changing the file system.
  6. I added Cloudflare.R2 as an S3 storage method and let IPS move everything over. However, it only moved about half the images. How do I fix this?
  7. OutOfRangeException: (0) #0 /home/----/public_html/init.php(927) : eval()'d code(26): IPS\Patterns\_ActiveRecord::load('265') #1 /home/----/public_html/system/Dispatcher/Controller.php(118): IPS\forums\modules\front\forums\seoessentials_hook_forums_module_topic->manage() #2 /home/----/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #3 /home/----/public_html/applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute() #4 /home/----/public_html/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_topic->execute() #5 /home/----/public_html/index.php(13): IPS\_Dispatcher->run() #6 {main} Happened on a random thread URL. Going to the URL shows the error as well and does not load the thread. Disabling the application shows a page does not exist error. Pretty sure the thread was deleted at some point but the error persists
  8. Not to be a pain but it's been a few months and this is still an issue. It's being reported daily from our users.
  9. Ah never thought to look there. That's quite impressive. I don't usually use Analyzer because it feels a bit clunky atm. If it's possible to integrate it to always show, kind of like the meta editor or block manager that would be fantastic
  10. So I added my google console key and was wondering what exactly does that provide?
  11. We also get thousands of redundant invoices per week. Occasionally we'll get someone who spams it for whatever reason. I just set them to expire after 7 days and periodically delete them all in the database. select * from nexus_invoices where i_status = 'expd'
  12. These approval times are getting a bit ridiculous 👀
  13. nexus->front->clients->credit template is missing from 4.7.2.1 → 4.7.3 in
  14. The button in general is a dumb idea. People who purchase self hosting already know about cloud hosting. It serves no purpose other than to remind you cloud will eventually replace self hosting 😄 Though to be fair, they haven't been short on dumb ideas as of late.
  15. The issue was my quota. I removed a bunch of stuff to free up room which is why you see it only being 1/3 now. Would have never thought to check that. Maybe have a bit of red text letting you know your quota is almost full instead of just saying the file is too large?
  16. Did you click that link? The error happens when the the changelog in the URL is pointing to an ID that doesn't or no longer exist. You can reproduce it by purposely using an ID that doesn't exist. But this happens when you delete a changelog and the page reloads with the same changelog id on the URL.
  17. This is referring to the IPS website which is why it's in suggestions 😛
  18. I noticed our maximum upload size was reduced to 24.92kb. That's not even enough to upload a fart. I'm not able to upload any media at all with that limitation. Please change that back. Makes it impossible to post screenshots
  19. If the changelog ID doesn't exist, IE after you delete a previous version, or you purposely select an ID that doesn't exist, you get a template error where the download button would be. https://invisioncommunity.com/files/file/8797-block-from-downloading-my-files/?changelog=269801111
  20. When you delete a previous version on IP.Downloads file it throws a template error on the download button. You can also reproduce this by changing the changelog ID to one that doesn't exist and it'll produce the same error. Was able to reproduce it on the IPS website as well.
  21. You have to wait for them to push an actual update instead of a patch. For now you can update manually if you're self hosted.
  22. I've been running 8.1 for months now. Why are some of my apps locked to prevent fatal errors if they were already compatible? Also why wasn't there any mention of this in the update list? The update just said Improvements to marking posts as solutions. I assumed it was a small update. I would say moving to php 8.x compatibility is a pretty key feature.. What's the point in showing anything if you aren't going to show anything useful? Now I have 3 major apps that are the center of my community disabled waiting for updates that could potentially take weeks. It's just another failure after the next with these recent updates. Very truly ashamed how much IPS has devolved over the years.
×
×
  • Create New...