Skip Navigation

[Resolved] Toolset causes WordPress search to show a "critical error"

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 3 voices.

Last updated by Minesh 7 months, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2703077
Bildschirmfoto-2024-06-18-um-17.57.47.jpg
Bildschirmfoto 2024-06-18 um 17.48.18.png

I am trying to:

I have implemented a wordpress archive search and i get a critical error every time i use the search.
I have deactivagted one plugin after the other and found out that Toolset causes the error. As soon as i deactivate "Toolset" the search works perfectly (it´s a "Views archive" search")

I deactivated the search menu button. You can access the search for example with this URL:
hidden link

Link to a page where the issue can be seen:
hidden link

By the way: if the search does not find a result i get a working page, for example with this search word:

hidden link

I expected to see:

The result page, which i included as a screenshot!

Instead, I got:

the white "critical error" page.

I have setup a staging site on the following URL:

hidden link

The login credentials are posted below this note!
Can you point me into the right direction, what causes this error?
I am using the plugin Relevanssi t0 optimize the search results. However, also without Relvanssi the search does not work.

Thanks in advance for your help and time!
Erasmus

#2703216

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

When you get an error as indicated in your screenshot, the details of the actual error will be in your server logs, and those details should give a clue as to what the problem is.

If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);

That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try visiting the same search page which triggers the error and then inspect the log.

Let us know what you find.

#2703224

Dear Nigel,

thanks for getting back to me. Strangely as soon as i turn Devbug mode on i dont even get the "fatal error" message. The screen is just pure white. My "debug.log" gives a number of deprecated plugins. And even i updated all of toolset´s components (toolset, view etc.) i can only solve this problem by turning off "Toolset" ("WP views" still active works).
I am no coder, i have issues to "read" the log file.

Or better said: i have no idea what to look for.
May i kindly ask you to have a look into it?
Any tip is highly appreciated!!
Best and thank you so much in advance!
Erasmus

******

[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Creation of dynamic property JmsBootstrap::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsBootstrap.php on line 75
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Creation of dynamic property SBTT_AdminMenuController::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsController.php on line 86
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Creation of dynamic property SBTT_FrontEndController::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsController.php on line 86
[19-Jun-2024 10:33:12 UTC] PHP Notice: Die Funktion add_theme_support( 'html5' ) wurde fehlerhaft aufgerufen. Du musst ein Array von Typen übergeben. Weitere Informationen: <a>Debugging in WordPress (engl.). (Diese Meldung wurde in Version 3.6.1 hinzugefügt.) in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/functions.php on line 6078
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Creation of dynamic property JmsBootstrap::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsBootstrap.php on line 75
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Creation of dynamic property SBTT_AdminMenuController::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsController.php on line 86
[19-Jun-2024 10:33:12 UTC] PHP Deprecated: Creation of dynamic property SBTT_FrontEndController::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsController.php on line 86
[19-Jun-2024 10:33:12 UTC] PHP Notice: Die Funktion add_theme_support( 'html5' ) wurde fehlerhaft aufgerufen. Du musst ein Array von Typen übergeben. Weitere Informationen: <a>Debugging in WordPress (engl.). (Diese Meldung wurde in Version 3.6.1 hinzugefügt.) in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/functions.php on line 6078
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::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 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Creation of dynamic property JmsBootstrap::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsBootstrap.php on line 75
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Creation of dynamic property SBTT_AdminMenuController::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsController.php on line 86
[19-Jun-2024 10:33:13 UTC] PHP Deprecated: Creation of dynamic property SBTT_FrontEndController::$pluginBase is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/scroll-back-to-top/framework/JmsController.php on line 86
[19-Jun-2024 10:33:13 UTC] PHP Notice: Die Funktion add_theme_support( 'html5' ) wurde fehlerhaft aufgerufen. Du musst ein Array von Typen übergeben. Weitere Informationen: <a>Debugging in WordPress (engl.). (Diese Meldung wurde in Version 3.6.1 hinzugefügt.) in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/functions.php on line 6078
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$filters is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$type is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Deprecated: Creation of dynamic property PhotoBlock::$thumbnail is deprecated in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/includes/class-photoblock.php on line 31
[19-Jun-2024 10:33:14 UTC] PHP Warning: Attempt to read property "type" on null in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/public/class-photoblocks-public.php on line 195
[19-Jun-2024 10:33:14 UTC] PHP Fatal error: Uncaught Error: Attempt to assign property "type" on null in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/public/class-photoblocks-public.php:196
Stack trace:
#0 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/shortcodes.php(433): Photoblocks_Public->shortcode_handler()
#1 [internal function]: do_shortcode_tag()
#2 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/shortcodes.php(273): preg_replace_callback()
#3 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/class-wp-hook.php(324): do_shortcode()
#4 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#5 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/models/view/decorator/wysiwyg.php(65): apply_filters()
#6 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/models/field/type/view_frontend_abstract.php(47): Types_View_Decorator_Wysiwyg->get_value()
#7 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/models/field/type/wysiwyg/view/frontend.php(43): Types_Field_Type_View_Frontend_Abstract->get_decorated_value()
#8 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/models/field/view.php(41): Types_Field_Type_Wysiwyg_View_Frontend->get_value()
#9 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/models/field/service.php(147): Types_Field_View->render()
#10 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/functions_public.php(59): Types_Field_Service->render_frontend()
#11 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/functions_public.php(34): types_render_postmeta()
#12 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/models/shortcode/types/types.php(116): types_render_field()
#13 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/types/application/models/shortcode/types/view.php(30): Types_Shortcode_Types->get_value()
#14 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/shortcodes.php(433): Types_Shortcode_Types_View->render()
#15 [internal function]: do_shortcode_tag()
#16 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/shortcodes.php(273): preg_replace_callback()
#17 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/olevmedia-shortcodes/functions/workup-shortcodes.php(26): do_shortcode()
#18 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/shortcodes.php(433): omsc_sc_one_half()
#19 [internal function]: do_shortcode_tag()
#20 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/shortcodes.php(273): preg_replace_callback()
#21 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/class-wp-hook.php(324): do_shortcode()
#22 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#23 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/relevanssi/lib/excerpts-highlights.php(140): apply_filters()
#24 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/relevanssi/lib/excerpts-highlights.php(1644): relevanssi_do_excerpt()
#25 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/relevanssi/lib/search.php(699): relevanssi_add_excerpt()
#26 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/relevanssi/lib/search.php(88): relevanssi_do_query()
#27 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/class-wp-hook.php(324): relevanssi_query()
#28 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/plugin.php(256): WP_Hook->apply_filters()
#29 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/class-wp-query.php(3146): apply_filters_ref_array()
#30 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/class-wp-query.php(3824): WP_Query->get_posts()
#31 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/class-wp.php(696): WP_Query->query()
#32 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/class-wp.php(816): WP->query_posts()
#33 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-includes/functions.php(1336): WP->main()
#34 /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-blog-header.php(16): wp()
#35 /homepages/31/d782562063/htdocs/Kubus360-2023/test/index.php(17): require('/homepages/31/d...')
#36 {main}
thrown in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/public/class-photoblocks-public.php on line 196

#2703281

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Thank you for sharing error logs.

I can see the following Fatal Error coming from the plugin "photoblocks-grid-gallery-premium" with the error log you shared.

[19-Jun-2024 10:33:14 UTC] PHP Fatal error: Uncaught Error: Attempt to assign property "type" on null in /homepages/31/d782562063/htdocs/Kubus360-2023/test/wp-content/plugins/photoblocks-grid-gallery-premium/public/class-photoblocks-public.php:196

Can you deactivate that plugin and disable the WP_DEBUG from wp-config.ph file and check if that help you to resolve this issue.

#2704067

Thank you very much for your help!