Home>Support>Plugin not working on migrated site

Plugin not working on migrated site

I migrated my WordPress site to a new server. Everything is working except for Page Builder. When I got to page that uses Page Builder, I get a page with he following text:
—————
Section ID:
Enter a Unique Section ID. You can use this ID in Menu item for enabling One Page Menu.

Title:

Short Description:

Select Pages For Course:
Add Page, Reorder and Remove. Please do not forget to add Featured Image and Excerpt on selected pages
There has been a critical error on this website. Please check your site admin email inbox for instructions.
—————

If I turn off the Page Builder plugin, when I got to edit the page it no longer shows the error above but not all of the page displays. I see serveral messages that say “Your site doesn’t include support for the “siteorigin-panels/layout-block” block. You can leave this block intact or remove it entirely.”

I have uninstalled and reinstalled the plugin but that did not resolve the issue (and I restarted the server several times).

Thanks.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 1 year, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Carl

    Thanks for reaching out.

    Page Builder’s data is serialized. Were any edits made to the database during the migration process?

  2. 1 year, 11 months ago Carl Crawford

    I do not think so. I did a backup using UpdraftPlus. I added a database my DB server (MariaDB) but nothing to the WordPress databases themselves.

  3. 1 year, 11 months ago Carl Crawford

    To be clear, when I migrated the site, I backup using UpdraftPlus then I restored it to the new site using the same plugin. Do you have a suggested backup plugin you all recommend?

  4. 1 year, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Carl

    Thanks for the updates. It doesn’t sound like serialization was damaged doing find and replace operations. Please, try seeking a working baseline. Temporarily deactivate all plugins except for those plugins authored by SiteOrigin. With only SiteOrigin plugins activated, does the issue persist?

  5. 1 year, 11 months ago Carl Crawford

    I used another migration plugin and here is the message I recieved:
    —————
    Warnings:
    The site in this backup was running on a webserver with version 7.4 of PHP. This is older than the server which you are now restoring onto (version 8.0.17). You should only proceed if you have checked and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the new PHP version. Any support requests to do with PHP should be raised with your web hosting company.
    This looks like a migration (the backup is from a site with a different address/URL, https://ascendmath.com).
    The database server that this WordPress site is running on doesn’t support the character set (utf8) which you are trying to import. You can choose another suitable character set instead and continue with the restoration at your own risk. Go here for more information. Go here for more information.
    The database server that this WordPress site is running on doesn’t support the collation (utf8_bin) used in the database which you are trying to import. You can choose another suitable collation instead and continue with the restoration (at your own risk).
    This database backup has the following WordPress tables excluded: wp_rua_blog_subscriber
    —————
    Would any of this cause the issue?

  6. 1 year, 11 months ago Carl Crawford

    Also, I forgot to mention, I did turn off all there other plugins except plugins authored by SiteOrigin and the issue persisted.

  7. 1 year, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Carl

    Thanks for the updates.

    – Please try extending the plugin conflict test as follows:
    — Temporarily deactivate all plugins except for Page Builder.
    — Switch to a default theme like Twenty Nineteen.

    Does the issue resolve in the above testing state?

    If you aren’t able to locate a working baseline please set WP_DEBUG to true in your WordPress wp-config.php file:

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );

    https://wordpress.org/support/article/debugging-in-wordpress/

  8. 1 year, 11 months ago Carl Crawford

    Changing the them does resolve the issue.
    But that does not help. The same theme that is having issues on the new site works fine on the old site. Why is it not working on the new site?

  9. 1 year, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Carl

    Thanks for the update.

    The purpose of troubleshooting in this manner is to isolate the issue; we don’t expect a lasting resolution at this stage. I’m glad to hear you’ve been able to find a working baseline; that’s good news. Your theme may have a PHP 8 error. It isn’t possible to know without enabling debug. If you’d like to troubleshoot further, you can enable debug and debug logging, as mentioned above. If PHP errors are present, a debug.log file will be available in your /wp-content folder. You can then use the errors printed in the file to troubleshoot the issue further. If you’d prefer not to troubleshoot further at this time, you can downgrade the PHP version on your new server to the same version as your old server.

    Thanks again.

    Andrew

  10. 1 year, 11 months ago Carl Crawford

    I will enable debugging and send you the log file.

  11. 1 year, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Carl

    Good to hear from you. You can try reading the file once you’ve downloaded it to your desktop. Notices and warnings aren’t very important; it’s the Fatal Errors you’re looking for.

    Thanks

    Andrew

  12. 1 year, 11 months ago Carl Crawford

    There is the debug log when trying to load the page that is giving me issues:
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of FacebookAds\Object\ServerSide\AdsPixelSettings::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 /bitnami/wordpress/wp-content/plugins/official-facebook-pixel/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AdsPixelSettings.php on line 154
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of FacebookAds\Object\ServerSide\AdsPixelSettings::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 /bitnami/wordpress/wp-content/plugins/official-facebook-pixel/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AdsPixelSettings.php on line 163
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of FacebookAds\Object\ServerSide\AdsPixelSettings::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 /bitnami/wordpress/wp-content/plugins/official-facebook-pixel/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AdsPixelSettings.php on line 173
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of FacebookAds\Object\ServerSide\AdsPixelSettings::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 /bitnami/wordpress/wp-content/plugins/official-facebook-pixel/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AdsPixelSettings.php on line 186
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 284
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 334
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 334
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 284
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 308
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 334
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 334
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php on line 108
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 22
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 28
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 7035
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 2164
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 7035
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 2164
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 7035
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 2164
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 7035
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 2164
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 7035
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /opt/bitnami/wordpress/wp-includes/functions.php on line 2164
    [29-Sep-2022 21:43:27 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php:28) in /opt/bitnami/wordpress/wp-admin/includes/misc.php on line 1381
    [29-Sep-2022 21:43:27 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php:28) in /opt/bitnami/wordpress/wp-includes/functions.php on line 6878
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php on line 185
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php on line 185
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php on line 185
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php on line 185
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php on line 185
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /opt/bitnami/wordpress/wp-includes/Requests/Cookie/Jar.php on line 63
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /opt/bitnami/wordpress/wp-includes/Requests/Cookie/Jar.php on line 73
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $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 /opt/bitnami/wordpress/wp-includes/Requests/Cookie/Jar.php on line 89
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /opt/bitnami/wordpress/wp-includes/Requests/Cookie/Jar.php on line 102
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /opt/bitnami/wordpress/wp-includes/Requests/Cookie/Jar.php on line 111
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of FacebookAds\Object\ServerSide\AdsPixelSettings::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 /bitnami/wordpress/wp-content/plugins/official-facebook-pixel/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AdsPixelSettings.php on line 154
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of FacebookAds\Object\ServerSide\AdsPixelSettings::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 /bitnami/wordpress/wp-content/plugins/official-facebook-pixel/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AdsPixelSettings.php on line 163
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of FacebookAds\Object\ServerSide\AdsPixelSettings::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 /bitnami/wordpress/wp-content/plugins/official-facebook-pixel/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AdsPixelSettings.php on line 173
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of FacebookAds\Object\ServerSide\AdsPixelSettings::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 /bitnami/wordpress/wp-content/plugins/official-facebook-pixel/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AdsPixelSettings.php on line 186
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 284
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 334
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 334
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 284
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 308
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 334
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: DateTime::setTime(): Passing null to parameter #1 ($hour) of type int is deprecated in /bitnami/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Date_Based.php on line 334
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php on line 108
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php on line 46
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 22
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 28
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /opt/bitnami/wordpress/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /opt/bitnami/wordpress/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $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 /opt/bitnami/wordpress/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /opt/bitnami/wordpress/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /opt/bitnami/wordpress/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [29-Sep-2022 21:43:27 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /bitnami/wordpress/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php:28) in /opt/bitnami/wordpress/wp-admin/admin-header.php on line 9
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/date-range.class.php on line 41
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/tinymce.class.php on line 425
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/tinymce.class.php on line 451
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /opt/bitnami/wordpress/wp-includes/formatting.php on line 4603
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/date-range.class.php on line 41
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/tinymce.class.php on line 425
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/tinymce.class.php on line 451
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/measurement.class.php on line 37
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/measurement.class.php on line 37
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/tinymce.class.php on line 425
    [29-Sep-2022 21:43:27 UTC] PHP Deprecated: htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/so-widgets-bundle/base/inc/fields/tinymce.class.php on line 451
    [29-Sep-2022 21:43:27 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in /bitnami/wordpress/wp-content/themes/education-base-pro/acmethemes/sidebar-widget/acme-course.php:204
    Stack trace:
    #0 /bitnami/wordpress/wp-content/plugins/siteorigin-panels/inc/admin.php(537): Education_base_course->form()
    #1 /bitnami/wordpress/wp-content/plugins/siteorigin-panels/compat/layout-block.php(37): SiteOrigin_Panels_Admin->enqueue_admin_scripts()
    #2 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(307): SiteOrigin_Panels_Compat_Layout_Block->enqueue_layout_block_editor_assets()
    #3 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #4 /opt/bitnami/wordpress/wp-includes/plugin.php(476): WP_Hook->do_action()
    #5 /opt/bitnami/wordpress/wp-admin/admin-header.php(118): do_action()
    #6 /opt/bitnami/wordpress/wp-admin/edit-form-blocks.php(307): require_once(‘…’)
    #7 /opt/bitnami/wordpress/wp-admin/post.php(187): require(‘…’)
    #8 {main}
    thrown in /bitnami/wordpress/wp-content/themes/education-base-pro/acmethemes/sidebar-widget/acme-course.php on line 204

  13. 1 year, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Carl

    The fatal error is listed as follows:

    [29-Sep-2022 21:43:27 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in /bitnami/wordpress/wp-content/themes/education-base-pro/acmethemes/sidebar-widget/acme-course.php:204.

    If the issue isn’t able to be resolved within the theme then you could revert to PHP 7.4 on your server.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More