ddyok
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Error On Settings pageWas this addressed? I’m getting the same exact error when going to EditorsKit settings page. Thank you.
Thank you. Let me know if I can assist in any way.
I’m on Gutenberg 12.9.0 (I think that’s the latest).
Child theme header.php:
<?php /** * The Header for the theme * * @package SimpleMag * @since SimpleMag 1.0 **/ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, minimum-scale=1"> <meta name="theme-color" content="#000000"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <section class="no-print top-strip"> <?php global $ti_option; ?> <div class="wrapper"> <div id="mobile-menu-reveal" class="icon-button mobile-menu-reveal"><i class="hamburger-icon"></i></div> <?php // Top Strip Logo simplemag_top_strip_logo(); ?> <?php // Secondary Menu simplemag_menu( array( 'theme_location' => 'secondary_menu', 'wrapper_class' => 'secondary-menu', ) ); ?> <?php // Hide Search and Social Icons if header variation with search is selected if ( isset( $ti_option['site_header'] ) && $ti_option['site_header'] != 'header_search' ) { ?> <div class="right-side"> <?php // Social Profiles if( $ti_option['top_social_profiles'] == true ) { get_template_part ( 'inc/social', 'profiles' ); } ?> <?php // Search Form if ( $ti_option['site_search_visibility'] == true ) { simplemag_search_modal_button(); } ?> <?php simplemag_top_strip_right_side(); ?> </div> <?php } ?> </div><!-- .wrapper --> </section><!-- .top-strip --> <?php // Main Logo Area if ( isset( $ti_option['site_main_area'] ) && $ti_option['site_main_area'] == true ) : ?> <header id="masthead" class="site-header" role="banner" class="clearfix"> <div id="branding" class="anmtd"> <div class="wrapper"> <div class="top-title"><a href="/">THE DECADENT REVIEW</a></div> <?php /** * Header Variations * are selected in Theme Options, Header tab. **/ // Logo, Social Icons and Search if ( $ti_option['site_header'] == 'header_search' ) { get_template_part( 'template-parts/header/header', 'search' ); // Logo and Ad unit } elseif ( $ti_option['site_header'] == 'header_banner' ) { get_template_part( 'template-parts/header/header', 'banner' ); // Default - Centered Logo and Tagline } else { get_template_part( 'template-parts/header/header', 'default' ); } ?> </div><!-- .wrapper --> </div><!-- #branding --> </header><!-- #masthead --> <?php endif; ?> <?php // Header Fallback if( ! class_exists( 'Redux' ) ) : get_template_part( 'template-parts/header/header', 'fallback' ); endif; ?> <?php // Main Menu $fixed_menu_class = ''; if ( isset( $ti_option['site_fixed_menu'] ) ) { $fixed_menu = $ti_option['site_fixed_menu']; $fixed_menu_class = ( $fixed_menu == '3' ) ? ' is-fixed' : ''; } simplemag_menu( array( 'theme_location' => 'main_menu', 'wrapper_class' => 'no-print anmtd main-menu' . esc_attr( $fixed_menu_class ), 'mega_menu' => true, ) ); ?>
Child theme 404.php:
<?php /** * 404 error page * * @package SimpleMag * @since SimpleMag 1.0 **/ get_header(); ?> <section id="content" role="main" class="clearfix anmtd"> <div class="wrapper"> <article id="post-0" class="post error404 not-found"> <div class="notfound"> 404<br> PAGE NOT FOUND </div> </article><!-- #post-0 .post .error404 .not-found --> </div> </section><!-- #content --> <?php get_footer(); ?>
Hey Vijay,
So far seems to be only on the 404 (though at present moment I don’t know how to reproduce this at whim). I had this in 5.9.1, too, by the way.
Thank you..
Do you by any chance use the EditorsKit plugin? I’ve disabled this plugin and the problem went away.
Yep, the issue is resolved. Thank you so much for the very quick reply, professionalism, and resolution. A great plugin and plugin author!
Hmm, I’m still getting it when I run through the wp cli. I’ve updated using the GUI admin for now. Could it be that it’s something on my end? Not sure how to debug this (though, I’m already on 1.8.8.9.6 right now…).
Cheers,
D.
Hey Jose,
Thanks. Yes, I thought that eos_dp_log() just logs the warning too, not sure why it’s critical. I’ve added the issue on the plugin support forum, too, by the way (don’t want to pollute with multiple issues, so we can continue that on either one).
Cheers,
D.
Thanks! Yes, it’s an error, and that file belongs to the “Freesoul Deactivate Plugins” plugin. Not sure whether that file is necessary or if it’s a bug on the developers part. Disabled the plugin for now and the error went away.
Cheers,
D.
Forum: Plugins
In reply to: [Yoast SEO] JavaScript error with WP 5.5Same here (only when enabling Yoast):
load-scripts.php?c=1&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,jquery-ui-autocomp&load[chunk_1]=lete,tags-suggest,inline-edit-post,heartbeat,svg-painter,wp-auth-check,jquery-ui-mouse,jquery-ui-sortable&ver=5.5:4 Uncaught ReferenceError: wp is not defined at load-scripts.php?c=1&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,jquery-ui-autocomp&load[chunk_1]=lete,tags-suggest,inline-edit-post,heartbeat,svg-painter,wp-auth-check,jquery-ui-mouse,jquery-ui-sortable&ver=5.5:4 at load-scripts.php?c=1&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,jquery-ui-autocomp&load[chunk_1]=lete,tags-suggest,inline-edit-post,heartbeat,svg-painter,wp-auth-check,jquery-ui-mouse,jquery-ui-sortable&ver=5.5:4
Concurring Cory there with either getting the above wp is not defined error or can’t access property “__”, wp.i18n is undefined, I assume due to asynchronous JS.
Not sure what’s the conflict though, trying to get to the bottom of it.
Forum: Plugins
In reply to: [WP Redis] wp redis cli hangsNope, nothing was dumped.
Forum: Plugins
In reply to: [WP Redis] wp redis cli hangsAdded var_dump( $cmd ); to cli.php (line 34, after $cmd =), and it still hangs.
Forum: Plugins
In reply to: [WP Redis] wp redis cli hangs$ wp shell
wp> WP_CLI::launch( ‘echo “Hello World”‘ );
=> int(0)
wp> exit
$ wp –info
OS: Linux 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64
Shell: /bin/bash
PHP binary: /usr/bin/php7.2
PHP version: 7.2.24-0ubuntu0.18.04.3
php.ini used: /etc/php/7.2/cli/php.ini
WP-CLI root dir: phar://wp-cli.phar/vendor/wp-cli/wp-cli
WP-CLI vendor dir: phar://wp-cli.phar/vendor
WP_CLI phar path: /var/www/wordpress
WP-CLI packages dir:
WP-CLI global config:
WP-CLI project config:
WP-CLI version: 2.4.0Forum: Plugins
In reply to: [WP Redis] wp redis cli hangsHey Daniel,
>What happens when you call redis-cli
That works fine. So this not a very urgent matter. Maybe just to figure out what’s going on.
> wp shell, what happens when you call WP_CLI::launch()
wp> WP_CLI::launch()
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function WP_CLI::launch(), 0 passed in phar:///usr/local/bin/wp/vendor/wp-cli/shell-command/src/WP_CLI/Shell/REPL.php(46) : eval()’d code on line 1 and at least 1 expected in phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/class-wp-cli.php:1029Wonder what this is about? Trying to find out. I don’t know if it’s related to you.
> What system and shell are you on?
Linux 4.15.0-88-generic #88-Ubuntu SMPx86_64 x86_64 x86_64 GNU/Linux
with bash
Thank you.