Forum Replies Created

Viewing 15 replies - 46 through 60 (of 87 total)
  • Thread Starter goutm

    (@goutm)

    Additional information for Gutenberg

    Here’s a console for edit page with Gutenberg:
    https://snipboard.io/mlqKu2.jpg

    And this is with 0 errors with classic editor (Gutenberg disabled):
    https://snipboard.io/EeQDNp.jpg

    Dear @zoonini, it looks like a Gutenberg issue after all that tests 🙁

    Thread Starter goutm

    (@goutm)

    Hej, Cory. Thanks for your reply!

    I wish I could submit a ticket, but I’m not eligible, since I do not have a license.

    About the FAQ part you’ve provided: how can I check that every old url was replaced by new url? My problem seems not about styles or plugin doesn’t work, but it feels like something went wrong inside and now WordPress can’t normally communicate with a server. Still, I want to check every possibility to fix that available.

    In addition, I found in .htaccess that PHP errors are stored in separate file and it contains A LOT of errors with database.

    [18-Jun-2022 02:53:37 Europe/Amsterdam] PHP Warning:  Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/xxxxx/public_html/wp-includes/class-wp-http.php on line 11
    [18-Jun-2022 02:53:37 Europe/Amsterdam] PHP Warning:  Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/xxxxx/public_html/wp-includes/class-wp-http.php on line 11
    [18-Jun-2022 02:53:37 Europe/Amsterdam] PHP Warning:  require(ABSPATHWPINC/class-requests.php): failed to open stream: No such file or directory in /home/xxxxx/public_html/wp-includes/class-wp-http.php on line 11
    [18-Jun-2022 02:53:37 Europe/Amsterdam] PHP Fatal error:  require(): Failed opening required 'ABSPATHWPINC/class-requests.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/xxxxx/public_html/wp-includes/class-wp-http.php on line 11
    [18-Jun-2022 02:54:06 Europe/Amsterdam] PHP Fatal error:  Uncaught Error: Call to undefined function get_the_block_template_html() in /home/xxxxx/public_html/wp-includes/template-canvas.php:12
    Stack trace:
    #0 {main}
      thrown in /home/xxxxx/public_html/wp-includes/template-canvas.php on line 12
    [18-Jun-2022 02:55:11 Europe/Amsterdam] PHP Warning:  Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/xxxxx/public_html/wp-includes/blocks/index.php on line 9
    [18-Jun-2022 02:55:11 Europe/Amsterdam] PHP Warning:  Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/xxxxx/public_html/wp-includes/blocks/index.php on line 9
    [18-Jun-2022 02:55:11 Europe/Amsterdam] PHP Warning:  require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-includes/blocks/index.php on line 9
    [18-Jun-2022 02:55:11 Europe/Amsterdam] PHP Fatal error:  require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/xxxxxx/public_html/wp-includes/blocks/index.php on line 9
    [18-Jun-2022 02:55:47 Europe/Amsterdam] PHP Fatal error:  Uncaught Error: Class 'WP_Widget' not found in /home/xxxxx/public_html/wp-includes/widgets/class-wp-widget-block.php:17
    Stack trace:
    #0 {main}
      thrown in /home/xxxxx/public_html/wp-includes/widgets/class-wp-widget-block.php on line 17

    Or like these

    [17-Jun-2022 09:23:17 UTC] PHP Fatal error:  require(): Failed opening required '/home/xxxxx/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/xxxxx/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php on line 90
    [17-Jun-2022 09:23:23 UTC] PHP Fatal error:  require(): Failed opening required '/home/xxxxx/public_html/wp-content/plugins/gutenberg/build/is-shallow-equal/index.min.asset.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/xxxxx/public_html/wp-content/plugins/gutenberg/lib/client-assets.php on line 206
    [17-Jun-2022 09:23:23 UTC] PHP Warning:  include_once(): Failed opening '/home/xxxxx/public_html/wp-content/plugins/forminator/library/model/class-quiz-form-model.php' for inclusion (include_path='.:/opt/alt/php74/usr/share/pear') in /home/xxxxx/public_html/wp-content/plugins/forminator/library/class-core.php on line 299
    [17-Jun-2022 09:23:23 UTC] PHP Warning:  include_once(): Failed opening '/home/xxxxx/public_html/wp-content/plugins/forminator/library/model/class-form-views-model.php' for inclusion (include_path='.:/opt/alt/php74/usr/share/pear') in /home/xxxxx/public_html/wp-content/plugins/forminator/library/class-core.php on line 301
    [17-Jun-2022 09:23:23 UTC] PHP Fatal error:  require(): Failed opening required '/home/xxxxx/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/xxxxx/public_html/wp-content/themes/twentytwentytwo/inc/block-patterns.php on line 131
    [17-Jun-2022 09:23:23 UTC] PHP Fatal error:  Uncaught Error: Class 'Forminator_Form_Views_Model' not found in /home/xxxxx/public_html/wp-content/plugins/forminator/library/class-upgrade.php:74

    And there are errors even for the plugins that I had installed AFTER the migration 🙁

    So, it seems something went wrong with a database (the original database was rewritten during migration). Could you please help?

    Thread Starter goutm

    (@goutm)

    Think I should try.

    Didn’t help. Rolled back all files to what we had before.

    Any ideas?

    Thread Starter goutm

    (@goutm)

    I’ve enabled WP debug

    Here’re the last errors:

    [16-Jun-2022 13:22:38 UTC] PHP Notice:  Function WP_Block_Patterns_Registry::register was called <strong>incorrectly</strong>. Pattern title must be a string. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/xxxxx/public_html/wp-includes/functions.php on line 5831
    [16-Jun-2022 13:22:38 UTC] PHP Notice:  Function WP_Block_Patterns_Registry::register was called <strong>incorrectly</strong>. Pattern title must be a string. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/xxxxx/public_html/wp-includes/functions.php on line 5831
    [16-Jun-2022 13:22:39 UTC] PHP Notice:  Function WP_Block_Patterns_Registry::register was called <strong>incorrectly</strong>. Pattern title must be a string. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/xxxxx/public_html/wp-includes/functions.php on line 5831
    [16-Jun-2022 13:22:39 UTC] PHP Notice:  Function WP_Block_Patterns_Registry::register was called <strong>incorrectly</strong>. Pattern title must be a string. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/xxxxx/public_html/wp-includes/functions.php on line 5831
    [16-Jun-2022 13:22:40 UTC] PHP Notice:  Function WP_Block_Patterns_Registry::register was called <strong>incorrectly</strong>. Pattern title must be a string. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/xxxxx/public_html/wp-includes/functions.php on line 5831
    [16-Jun-2022 13:22:40 UTC] PHP Notice:  Function WP_Block_Patterns_Registry::register was called <strong>incorrectly</strong>. Pattern title must be a string. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/xxxxx/public_html/wp-includes/functions.php on line 5831
    [16-Jun-2022 13:22:40 UTC] Error checking in buffer: The buffer you checked in was not checked out
    [16-Jun-2022 13:22:40 UTC] PHP Notice:  Function WP_Block_Patterns_Registry::register was called <strong>incorrectly</strong>. Pattern title must be a string. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/xxxxx/public_html/wp-includes/functions.php on line 5831

    Well, I had some reusables — so I deleted all of them — nothing fixed.

    I found a video https://www.youtube.com/watch?v=ajwwG7LllsI — it is not about 100% the same problem, but feels close. Think I should try.

    Thread Starter goutm

    (@goutm)

    Dear @zoonini !

    I’ve searched a lot and did not find all those plugins. Thank you very much!

    Thread Starter goutm

    (@goutm)

    In addition, these points are with Jetpack Boost enable. Until that points were even worse.
    https://snipboard.io/O0fC4Y.jpg

    Thread Starter goutm

    (@goutm)

    Thank you, @zoonini !

    Thread Starter goutm

    (@goutm)

    That’s clear, @zoonini
    Thank you!

    Thread Starter goutm

    (@goutm)

    Thanks, @zoonini ! Unfortunately, I’m not in programming at all, so I do not have GitHub account.

    I can only add, that this issue remain no matter Gutenberg plugin is installed or not — I tried both.

    Thread Starter goutm

    (@goutm)

    Oh, that’s the how it is made. Thank you @hikinmike for your help!

    Thread Starter goutm

    (@goutm)

    I’m unsure why alignment option is missed too!

    I confirm that I’m using WP 6

    In that video I’m editing template part Footer NEW, that I created by myself.

    Interesting part: as I said before, if I edit the footer that comes with 2022 theme, I do have Alignment options for the “rows” that had already been there. But no Alignment options for any “rows” I will create by myself.

    Thread Starter goutm

    (@goutm)

    Dear @zoonini

    Since embed doesn’t work, here’s the link: https://vimeo.com/717745075

    Thread Starter goutm

    (@goutm)

    Hej @zoonini !

    Finally I made it on Vimeo.com https://vimeo.com/717744398

    • This reply was modified 3 years, 11 months ago by goutm. Reason: embed doesn't work
    Thread Starter goutm

    (@goutm)

    @mrfoxtalbot Great! Thank you for your help.

    Thread Starter goutm

    (@goutm)

    @zoonini Kathryn, I really need your help since I don’t understand what is wrong. I made one more test installation of the wordpress, I tried to deactivate Gutenberg plugin — nothing helps. The button that should control full width is just missing!

Viewing 15 replies - 46 through 60 (of 87 total)