Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8726


Ignore:
Timestamp:
08/07/2022 11:03:30 AM (3 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8726 – Description

    initial v1  
    44here are the errors:
    55
    6 Deprecated: Return type of EM_DateTime::createFromFormat($format, $time, $timezone = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 333
     61) Deprecated: Return type of EM_DateTime::createFromFormat($format, $time, $timezone = null) in `events-manager`/classes/em-datetime.php on line 333
    77
    8 Deprecated: Return type of EM_DateTime::format($format = 'Y-m-d H:i:...') should either be compatible with DateTime::format(string $format): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 69
     82) Deprecated: Return type of EM_DateTime::format($format = 'Y-m-d H:i:...') in `events-manager`/classes/em-datetime.php on line 69
    99
    10 Deprecated: Return type of EM_DateTime::modify($modify) should either be compatible with DateTime::modify(string $modifier): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 214
     103) Deprecated: Return type of EM_DateTime::modify($modify) in `events-manager`/classes/em-datetime.php on line 214
    1111
    12 Deprecated: Return type of EM_DateTime::add($DateInterval) should either be compatible with DateTime::add(DateInterval $interval): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 228
     124) Deprecated: Return type of EM_DateTime::add($DateInterval) in `events-manager`/classes/em-datetime.php on line 228
    1313
    14 Deprecated: Return type of EM_DateTime::sub($DateInterval) should either be compatible with DateTime::sub(DateInterval $interval): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 246
     145) Deprecated: Return type of EM_DateTime::sub($DateInterval) in `events-manager`/classes/em-datetime.php on line 246
    1515
    16 Deprecated: Return type of EM_DateTime::getTimezone() should either be compatible with DateTime::getTimezone(): DateTimeZone|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 283
     166) Deprecated: Return type of EM_DateTime::getTimezone() in `events-manager`/classes/em-datetime.php on line 283
    1717
    18 Deprecated: Return type of EM_DateTime::setTimezone($timezone = false) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 166
     187) Deprecated: Return type of EM_DateTime::setTimezone($timezone = false) in `events-manager`/classes/em-datetime.php on line 166
    1919
    20 Deprecated: Return type of EM_DateTime::setTime($hour, $minute, $second = null, $microseconds = null) should either be compatible with DateTime::setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 181
     208) Deprecated: Return type of EM_DateTime::setTime($hour, $minute, $second = null, $microseconds = null) in `events-manager`/classes/em-datetime.php on line 181
    2121
    22 Deprecated: Return type of EM_DateTime::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 192
     229) Deprecated: Return type of EM_DateTime::setDate($year, $month, $day) in `events-manager`/classes/em-datetime.php on line 192
    2323
    24 Deprecated: Return type of EM_DateTime::setISODate($year, $week, $day = null) should either be compatible with DateTime::setISODate(int $year, int $week, int $dayOfWeek = 1): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 203
     2410) Deprecated: Return type of EM_DateTime::setISODate($year, $week, $day = null) in `events-manager`/classes/em-datetime.php on line 203
    2525
    26 Deprecated: Return type of EM_DateTime::setTimestamp($timestamp) should either be compatible with DateTime::setTimestamp(int $timestamp): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 153
     2611) Deprecated: Return type of EM_DateTime::setTimestamp($timestamp) in `events-manager`/classes/em-datetime.php on line 153
    2727
    28 Deprecated: Return type of EM_DateTimeZone::getName() should either be compatible with DateTimeZone::getName(): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetimezone.php on line 65
     2812) Deprecated: Return type of EM_DateTimeZone::getName() in `events-manager`/classes/em-datetimezone.php on line 65
    2929
    30 Deprecated: Return type of EM_DateTimeZone::getTransitions($timestamp_begin = null, $timestamp_end = null) should either be compatible with DateTimeZone::getTransitions(int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetimezone.php on line 77
     3013) Deprecated: Return type of EM_DateTimeZone::getTransitions($timestamp_begin = null, $timestamp_end = null) in `events-manager`/classes/em-datetimezone.php on line 77
    3131
    32 Deprecated: Return type of EM_Taxonomy_Terms::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 322
     3214) Deprecated: Return type of EM_Taxonomy_Terms::current() in `events-manager`/classes/em-taxonomy-terms.php on line 322
    3333
    34 Deprecated: Return type of EM_Taxonomy_Terms::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 330
     3415) Deprecated: Return type of EM_Taxonomy_Terms::next() in `events-manager`/classes/em-taxonomy-terms.php on line 330
    3535
    36 Deprecated: Return type of EM_Taxonomy_Terms::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 326
     3616) Deprecated: Return type of EM_Taxonomy_Terms::key() in `events-manager`/classes/em-taxonomy-terms.php on line 326
    3737
    38 Deprecated: Return type of EM_Taxonomy_Terms::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 334
     3817) Deprecated: Return type of EM_Taxonomy_Terms::valid() in `events-manager`/classes/em-taxonomy-terms.php on line 334
    3939
    40 Deprecated: Return type of EM_Taxonomy_Terms::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 319
     4018) Deprecated: Return type of EM_Taxonomy_Terms::rewind() in `events-manager`/classes/em-taxonomy-terms.php on line 319
    4141
    42 Deprecated: Return type of EM_Taxonomy_Terms::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 339
     4219) Deprecated: Return type of EM_Taxonomy_Terms::count() in `events-manager`/classes/em-taxonomy-terms.php on line 339
    4343
    44 Deprecated: Return type of EM_Bookings::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 813
     4420) Deprecated: Return type of EM_Bookings::current() in `events-manager`/classes/em-bookings.php on line 813
    4545
    46 Deprecated: Return type of EM_Bookings::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 823
     4621) Deprecated: Return type of EM_Bookings::next() in `events-manager`/classes/em-bookings.php on line 823
    4747
    48 Deprecated: Return type of EM_Bookings::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 818
     4822) Deprecated: Return type of EM_Bookings::key() in `events-manager`/classes/em-bookings.php on line 818
    4949
    50 Deprecated: Return type of EM_Bookings::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 828
     5023) Deprecated: Return type of EM_Bookings::valid() in `events-manager`/classes/em-bookings.php on line 828
    5151
    52 Deprecated: Return type of EM_Bookings::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 809
     5224) Deprecated: Return type of EM_Bookings::rewind() in `events-manager`/classes/em-bookings.php on line 809
    5353
    54 Deprecated: Return type of EM_Notices::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 242
     5425) Deprecated: Return type of EM_Notices::current() in `events-manager`/classes/em-notices.php on line 242
    5555
    56 Deprecated: Return type of EM_Notices::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 250
     5626) Deprecated: Return type of EM_Notices::next() in `events-manager`/classes/em-notices.php on line 250
    5757
    58 Deprecated: Return type of EM_Notices::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 246
     5827) Deprecated: Return type of EM_Notices::key() in `events-manager`/classes/em-notices.php on line 246
    5959
    60 Deprecated: Return type of EM_Notices::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 254
     6028) Deprecated: Return type of EM_Notices::valid() in `events-manager`/classes/em-notices.php on line 254
    6161
    62 Deprecated: Return type of EM_Notices::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 239
     6229) Deprecated: Return type of EM_Notices::rewind() in `events-manager`/classes/em-notices.php on line 239
    6363
    64 Deprecated: Return type of EM_Notices::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 228
     6430) Deprecated: Return type of EM_Notices::jsonSerialize() in `events-manager`/classes/em-notices.php on line 228
    6565
    66 Deprecated: Return type of EM_Tickets_Bookings::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 301
     6631) Deprecated: Return type of EM_Tickets_Bookings::current() in `events-manager`/classes/em-tickets-bookings.php on line 301
    6767
    68 Deprecated: Return type of EM_Tickets_Bookings::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 315
     6832) Deprecated: Return type of EM_Tickets_Bookings::next() in `events-manager`/classes/em-tickets-bookings.php on line 315
    6969
    70 Deprecated: Return type of EM_Tickets_Bookings::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 308
     7033) Deprecated: Return type of EM_Tickets_Bookings::key() in `events-manager`/classes/em-tickets-bookings.php on line 308
    7171
    72 Deprecated: Return type of EM_Tickets_Bookings::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 319
     7234) Deprecated: Return type of EM_Tickets_Bookings::valid() in `events-manager`/classes/em-tickets-bookings.php on line 319
    7373
    74 Deprecated: Return type of EM_Tickets_Bookings::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 294
     7435) Deprecated: Return type of EM_Tickets_Bookings::rewind() in `events-manager`/classes/em-tickets-bookings.php on line 294
    7575
    76 Deprecated: Return type of EM_Tickets_Bookings::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 325
     7636) Deprecated: Return type of EM_Tickets_Bookings::count() in `events-manager`/classes/em-tickets-bookings.php on line 325
    7777
    78 Deprecated: Return type of EM_Tickets::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 266
     7837) Deprecated: Return type of EM_Tickets::current() in `events-manager`/classes/em-tickets.php on line 266
    7979
    80 Deprecated: Return type of EM_Tickets::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 277
     8038) Deprecated: Return type of EM_Tickets::next() in `events-manager`/classes/em-tickets.php on line 277
    8181
    82 Deprecated: Return type of EM_Tickets::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 270
     8239) Deprecated: Return type of EM_Tickets::key() in `events-manager`/classes/em-tickets.php on line 270
    8383
    84 Deprecated: Return type of EM_Tickets::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 281
     8440) Deprecated: Return type of EM_Tickets::valid() in `events-manager`/classes/em-tickets.php on line 281
    8585
    86 Deprecated: Return type of EM_Tickets::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 260
     8641) Deprecated: Return type of EM_Tickets::rewind() in `events-manager`/classes/em-tickets.php on line 260
    8787
    88 Deprecated: Return type of EM_Tickets::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 287
     8842) Deprecated: Return type of EM_Tickets::count() in `events-manager`/classes/em-tickets.php on line 287
    8989
    90 Deprecated: Return type of MyCLabs\Enum\Enum::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/woocommerce-payments/vendor/myclabs/php-enum/src/Enum.php on line 246
     9043) Deprecated: Return type of MyCLabs\Enum\Enum::jsonSerialize() in `woocommerce-payments`/vendor/myclabs/php-enum/src/Enum.php on line 246
    9191
    92 Deprecated: Return type of Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\ISO3166::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/google-listings-and-ads/vendor/league/iso3166/src/ISO3166.php on line 111
     9244) Deprecated: Return type of Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\ISO3166::count() in `google-listings-and-ads`/vendor/league/iso3166/src/ISO3166.php on line 111
    9393
    94 Deprecated: Return type of Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\ISO3166::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/google-listings-and-ads/vendor/league/iso3166/src/ISO3166.php on line 123
     9445) Deprecated: Return type of Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\ISO3166::getIterator() in `google-listings-and-ads`/vendor/league/iso3166/src/ISO3166.php on line 123
    9595
    96 Deprecated: Return type of BP_Core_BP_Nav_BackCompat::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/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
     96**46) Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetExists($offset) in `buddypress`/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122**
    9797
    98 Deprecated: Return type of BP_Core_BP_Nav_BackCompat::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/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
     98**47) Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetGet($offset) in `buddypress`/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97**
    9999
    100 Deprecated: Return type of BP_Core_BP_Nav_BackCompat::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/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
     10048) Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetSet($offset, $value) in `buddypress`/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    101101
    102 Deprecated: Return type of BP_Core_BP_Nav_BackCompat::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/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
     102**49) Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetUnset($offset) in `buddypress`/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148**