Error log stripecheckout

  • Alison
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
7 months 4 weeks ago #160455 by Alison
Error log stripecheckout was created by Alison
Hi Tuan

I am getting the following .php.error.log - I am using PHP 8.2
Can this be fixed as the error log builds up a lot of space usage

 [07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\Util\CaseInsensitiveArray::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/Util/CaseInsensitiveArray.php on line 44
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\Util\CaseInsensitiveArray::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/Util/CaseInsensitiveArray.php on line 57
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\Util\CaseInsensitiveArray::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/Util/CaseInsensitiveArray.php on line 34
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\Util\CaseInsensitiveArray::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/Util/CaseInsensitiveArray.php on line 51
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\Util\CaseInsensitiveArray::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/Util/CaseInsensitiveArray.php on line 24
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\Util\CaseInsensitiveArray::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/Util/CaseInsensitiveArray.php on line 29
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/Util/Set.php on line 40
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/StripeObject.php on line 202
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/StripeObject.php on line 212
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/StripeObject.php on line 197
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/StripeObject.php on line 207
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\StripeObject::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/StripeObject.php on line 218
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/StripeObject.php on line 422
[07-Sep-2023 09:23:22 UTC] PHP Deprecated: Return type of Stripe\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ileapco/public_html/components/com_eventbooking/payments/stripecheckout/lib/Collection.php on line 119

Thanks
Alison 

Please Log in or Create an account to join the conversation.

More
7 months 4 weeks ago #160456 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Error log stripecheckout
Hi Alison

Maybe it is because you are not using latest version of the payment plugin? Please download latest version of the plugin, update it to your site, then monitor to see if the issue happens again

Tuan
The following user(s) said Thank You: Alison

Please Log in or Create an account to join the conversation.

  • Alison
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
7 months 3 weeks ago #160461 by Alison
Replied by Alison on topic Error log stripecheckout
Thanks Tuan

I never think to upgrade the payment plugins - I had better check all my sites

Please Log in or Create an account to join the conversation.

More
7 months 3 weeks ago #160462 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Error log stripecheckout
Yes. Just download latest version of the payment plugin and upgrade it to all the sites which are using the payment plugin. Then all should be fine

Tuan
The following user(s) said Thank You: Alison

Please Log in or Create an account to join the conversation.

  • Alison
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
7 months 3 weeks ago #160463 by Alison
Replied by Alison on topic Error log stripecheckout
That fixed it ( I only had two sites)

Please Log in or Create an account to join the conversation.

More
7 months 3 weeks ago #160468 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Error log stripecheckout
Great. Thanks for confirming

Regards,

Tuan
The following user(s) said Thank You: Alison

Please Log in or Create an account to join the conversation.