Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)
  • Thanks Tim for new version.
    No more problems.

    yes

    Version 2.6.13 | By Tim Whitlock | View details

     This plugin failed to load properly and is paused during recovery mode.

    An error of type E_ERROR was caused in line 236 of the file /home/vxcp8147/public_html/wp-content/plugins/loco-translate/src/fs/Locations.php. Error message: Uncaught InvalidArgumentException: Failed on abs('home/vxcp8147/public_html/wp-content/themes/salient/nectar/redux-framework/ReduxCore/languages/') in /home/vxcp8147/public_html/wp-content/plugins/loco-translate/src/fs/Locations.php:236 Stack trace: #0 /home/vxcp8147/public_html/wp-content/plugins/loco-translate/src/fs/Locations.php(160): Loco_fs_Locations->expand('home/vxcp8147/p...') #1 /home/vxcp8147/public_html/wp-content/plugins/loco-translate/src/hooks/LoadHelper.php(167): Loco_fs_Locations->check('home/vxcp8147/p...') #2 /home/vxcp8147/public_html/wp-content/plugins/loco-translate/src/hooks/LoadHelper.php(101): Loco_hooks_LoadHelper->resolveType('home/vxcp8147/p...') #3 /home/vxcp8147/public_html/wp-includes/class-wp-hook.php(324): Loco_hooks_LoadHelper->on_load_textdomain('redux-framework', 'home/vxcp8147/p...') #4 /home/vxcp8147/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #5 /home/vxcp8147/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #6 /home/vxcp8147/public_html/wp-includes/l10n.php(784): do_action('load_textdomain', 'redux-framework', 'home/vxcp8147/p...') #7 /home/vxcp8147/public_html/wp-includes/l10n.php(1120): load_textdomain('redux-framework', 'home/vxcp8147/p...', 'en_GB') #8 /home/vxcp8147/public_html/wp-content/themes/salient/nectar/redux-framework/ReduxCore/framework.php(658): load_theme_textdomain('redux-framework', 'home/vxcp8147/p...') #9 /home/vxcp8147/public_html/wp-content/themes/salient/nectar/redux-framework/ReduxCore/framework.php(336): ReduxFramework->_internationalization() #10 /home/vxcp8147/public_html/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/class.redux_api.php(117): ReduxFramework->__construct(Array, Array) #11 /home/vxcp8147/public_html/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/class.redux_api.php(129): Redux::loadRedux('salient_redux') #12 /home/vxcp8147/public_html/wp-includes/class-wp-hook.php(324): Redux::createRedux('') #13 /home/vxcp8147/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #14 /home/vxcp8147/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #15 /home/vxcp8147/public_html/wp-settings.php(700): do_action('init') #16 /home/vxcp8147/public_html/wp-config.php(66): require_once('/home/vxcp8147/...') #17 /home/vxcp8147/public_html/wp-load.php(50): require_once('/home/vxcp8147/...') #18 /home/vxcp8147/public_html/wp-admin/admin.php(34): require_once('/home/vxcp8147/...') #19 /home/vxcp8147/public_html/wp-admin/plugins.php(10): require_once('/home/vxcp8147/...') #20 {main} thrown

    Thread Starter pixelsing

    (@pixelsing)

    I don’t know what to say. It’s just a fact…
    The website is in production and sells tickets for shows so I can’t “play” with it and let the bug.

    If necessary, I’ll do a duplication for you but I’ve no time for that next week.

    Seen on admin of another website WP 6.7, Loco 2.6.12 :

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cpt-tables domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/clients/client0/web109/web/wp-includes/functions.php on line 6114

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-dark-mode domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/clients/client0/web109/web/wp-includes/functions.php on line 6114

    Maybe it can helps

    pixelsing

    (@pixelsing)

    function get_media_status(
    ? ? ? ? $skip = 0,
    ? ? ? ? $limit = 10,
    ? ? ? ? $filterBy = ‘pending’,
    ? ? ? ? $orderBy = ‘post_title’,
    ? ? ? ? $order = ‘asc’,
    ? ? ? ? $search = null,
    ? ? ? ? $hide_locked = true, <= the “,” must be removed
    ? ? ? ? ) {….

    Thread Starter pixelsing

    (@pixelsing)

    I also propose an alternative to bypass all roles except […] :

    function loggedin_bypass_roles( $prevent, $user_id ) {

    // Array of roles to control.
    $disallowed_roles = array( ‘subscriber’ );

    $user = get_user_by( ‘id’, $user_id );

    $roles = ! empty( $user->roles ) ? $user->roles : array();

    return empty( array_intersect( $roles, $disallowed_roles ) );

    }

    add_filter( ‘loggedin_bypass’, ‘loggedin_bypass_roles’, 10, 2 );

    Thread Starter pixelsing

    (@pixelsing)

    OK, thank you. I’d put the old version back on in the meantime, so I’ll give it a try when I get a moment.

    Thread Starter pixelsing

    (@pixelsing)

    Thanks, I confirm that updating to version 2.8.16 solves the issue

    Thread Starter pixelsing

    (@pixelsing)

    I’ve tried to revert to previous version. This worked for the development website but not for the production website

    Thread Starter pixelsing

    (@pixelsing)

    Thank you for your answer.
    Your plugin is great, with this addition, it would be perfect.

    See that in console :

    post-edit.js:25
    Uncaught TypeError: window.yoast.initEditorIntegration is not a function
    at HTMLDocument. (post-edit.js:25:3042)

    and also that :

    Uncaught TypeError: Cannot destructure property ‘htmlEntitiesRegex’ of ‘o.helpers.htmlEntities’ as it is undefined.
    at Object. (block-editor.js:415:1942)
    at a (block-editor.js:1:110)
    at Module. (block-editor.js:568:1188)
    at a (block-editor.js:1:110)
    at block-editor.js:1:902
    at block-editor.js:1:913

    • This reply was modified 1 year, 1 month ago by pixelsing.

    I’ve have the same issue :

    If I look to source code, content divs for each tabs are empty. Example :

    <div role="tabpanel" id="wpseo-meta-section-content" aria-labelledby="wpseo-meta-tab-content" tabindex="0" class="wpseo-meta-section active" ><div id="wpseo-metabox-root" class="wpseo-metabox-root"></div></div>

    WP : 6.2.3
    Yoast : 21.4
    Theme : Tagdiv Newspaper

    This occurs only when using Gutenberg editor on pages/post.
    With classic editor, it’s OK

    A clarification for my previous message:
    I have a white screen with Firefox (I’m on the latest version : 118.0.2) but it’s OK with Chrome

    Sorry but v4.31.1 doesn’t solve the white screen when opening media library.

    Note that the premium plugin is in v4.31.0 as it is the latest available.

    Reverting (again) to 4.30

    • This reply was modified 1 year, 1 month ago by pixelsing.
    • This reply was modified 1 year, 1 month ago by pixelsing.
    • This reply was modified 1 year, 1 month ago by pixelsing.

    But now, I cannot access anymore to settings :

    with this kind of errors :

    Same problem here, with Tagdiv Newspaper theme.
    Rolling back mailpoet and mailpoet-premium to 4.30.0 solves the issue.

Viewing 15 replies - 1 through 15 (of 27 total)