• Resolved fusses

    (@fusses)


    When not full path link https://clip2net.com/s/48IezmP (когда часть пути ссылки без домена)

    When saving the page Unknown column ‘wp_postmeta.meta_value’ in ‘field list’ (при сохранении страницы)

    База Р?Р°Р?Р?С?С… WordPress Р?Р?Р·Р?С?Р°С?РёР?Р° Р?шибР?С? Unknown column 'wp_postmeta.meta_value' in 'field list' Р? Р?С?Р?РμС? Р?Р° Р·Р°Р?С?Р?С? SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.*, MIN(wp_postmeta.meta_value) as EventStartDate, MIN(tribe_event_end_date.meta_value) as EventEndDate FROM wp_posts  LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_postmeta as tribe_event_end_date ON ( wp_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = '_EventEndDateUTC' )  WHERE 1=1  AND ( 
      wp_term_relationships.term_taxonomy_id IN (58)
    ) AND wp_posts.post_type = 'tribe_events' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'tribe-ea-success' OR wp_posts.post_status = 'tribe-ea-failed' OR wp_posts.post_status = 'tribe-ea-schedule' OR wp_posts.post_status = 'tribe-ea-pending' OR wp_posts.post_status = 'tribe-ea-draft' OR wp_posts.post_status = 'future' OR wp_posts.post_status = 'draft' OR wp_posts.post_status = 'pending' OR wp_posts.post_status = 'private') GROUP BY wp_posts.ID ORDER BY EventStartDate DESC, wp_posts.post_date DESC LIMIT 0, 10, Р?С?Р?Р?Р?Р?РμР?Р?С?Р№ edit_post, wp_update_post, wp_insert_post, do_action('save_post'), WP_Hook->do_action, WP_Hook->apply_filters, WPSEO_Link_Watcher->save_post, WPSEO_Link_Watcher->process, WPSEO_Link_Content_Processor->process, WPSEO_Link_Factory->build, array_map, WPSEO_Link_Factory->build_link, WPSEO_Link_Internal_Lookup->lookup, url_to_postid, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    • This topic was modified 4 years, 7 months ago by fusses.
Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Support Michael Ti?a

    (@mikes41720)

    Hi,

    Could you confirm you are using the latest version of WordPress 5.4.2 and Yoast SEO for WordPress 14.7?

    Based on your attached image and error provided, we’re not sure if this is being caused by the Yoast SEO for WordPress plugin. If you temporarily disable the Yoast SEO plugin, does the issue resolve?

    Thread Starter fusses

    (@fusses)

    Hi

    Yes, my version of the Yoast SEO plugin is 14.7.
    WP version 5.4.2
    PHP 7.3

    And yes, disabling the “Yoast SEO 14.7” plugin solves the problem.

    This also solves the problem by choosing the full URL path. (i need to specify a link without a domain)

    /example/…/
    on the
    https://domain.com/example/…/

    • This reply was modified 4 years, 7 months ago by fusses.
    Plugin Support Michael Ti?a

    (@mikes41720)

    Hi,

    Just to clarify, this is when trying to are trying to add a link when editing a post or page, correct? Are you using any sort of custom plugin or page builder to add the link? We ask as it doesn’t look like the default WordPress block editor.

    Just to be sure, we would like to rule out any plugin or theme conflicts that may occur. The fastest way to do this is to?deactivate all non-Yoast plugins and switch to a standard theme?like?Twenty Nineteen.?

    Test this on your development or staging site, if you have one. If not, we recommend using the?Health Check & Troubleshooting?plugin. This plugin allows you to run a conflict check?without affecting normal visitors to your site.

    As we can imagine that you’re unfamiliar with checking for conflicts, we’d like to point you to a step-by-step guide that will walk you through the process:?How to check for plugin conflicts.

    Thread Starter fusses

    (@fusses)

    Options for which the page is saved without problems
    Option 1
    If you disable the plugin “The Events Calendar 5.1.5” or “Yoast SEO 14.7”

    Option 2
    Disable only the main template component “KeyDesign Addon” for the “WPBakery Page Builder” plugin.

    The problem arose as soon as I installed the “Yoast SEO” plugin from the very beginning

    Hi @fusses ,

    Unfortunately, we are unable to reproduce the issue. Can you please confirm if everything on your site is updated including other plugins and themes? If you switch to the default theme (i.e Twenty-nineteen) do you get the same result?

    Thread Starter fusses

    (@fusses)

    Yes, all default themes cause this problem.

    The main conflict as I understood for myself between the plugin “The Events Calendar 5.1.5” and “Yoast SEO 14.7”

    Or specify the full path URL (//domains…/…/) everywhere, which is not convenient for me in this project. So I thought I could try to fix the problem here.

    • This reply was modified 4 years, 7 months ago by fusses.
    • This reply was modified 4 years, 7 months ago by fusses.
    • This reply was modified 4 years, 7 months ago by fusses.

    Hi,

    We are unable to still reproduce the issue. When we have Yoast SEO v14.7 and the Events Calendar v5.1.5 and we make an event and save it, no errors appear on the page or in the console. See image: https://pasteboard.co/JlJiThC.png.

    We would like some more information.

    1. Can you elaborate more on what is meant by “When not full path link”? Or take screenshots of this issue? You can use a tool like: https://pasteboard.co/ to share the image.

    2. Is it happening only on Events post types or on all your posts and pages?

    3. Where is that wp_postmeta.meta_value notification appearing? In the browser console or in an error log?

    Thread Starter fusses

    (@fusses)

    Hi

    1. If you specify an incomplete path in the address bar without a domain name. The page itself will be saved, but notifications will be displayed after that. If you write the full path with the domain name and the http or https protocol, the page will be saved without problems.
    Full URL of the link without problems save the page, post https://pasteboard.co/JlJH7cw.png
    After saving Notice Unknown column wp_postmeta.meta_value https://pasteboard.co/JlJFYwk.png

    2. Issue on every page containing “KeyDesign Addon” component for “WPBakery Page Builder”
    https://pasteboard.co/JlJxbT6.png
    https://pasteboard.co/JlJxqPG.png

    3. https://pasteboard.co/JlJBpZn.png

    • This reply was modified 4 years, 7 months ago by fusses.
    • This reply was modified 4 years, 7 months ago by fusses.

    Hi,

    To clarify the issue.

    1. You are adding a button via WPBakery
    2. The URL in the button lacks the domain name
    3. You then visit the /wp-admin/post.php page
    4. You see the wp_postmeta.meta_value notifications

    Is that correct? If so, adding the button via WPBakery is that done on Events custom post type or any post/page?

    Thread Starter fusses

    (@fusses)

    For understanding, an example of the problem in the video https://files.fm/f/ztyhnu2e

    1. Yes.
    2. Not. I can add a domain name but I only need to specify the request /events/example/ If you specify the full path with the domain, then there are no problems.
    3. “page” This is like an example on any page (wp)
    4. https://files.fm/f/ztyhnu2e

    Plugin Support Michael Ti?a

    (@mikes41720)

    Hi,

    Thanks for providing that video. So, just to clarify, this issue occurs if you try to add a relative URL, but doesn’t occur if you add the full path URL with the domain?

    Could you please provide us with a full list of the plugins and themes and steps on how to reproduce this further? Is it just WPBakery, Events Calendar, and Yoast SEO v14.7? Could you expound more on the “KeyDesign Addon” component?

    Thread Starter fusses

    (@fusses)

    Hi

    Yes, right. I will also add a relative path that should start /events/…

    “The Events Calendar 5.1.5”
    “Yoast SEO 14.7” (There was a problem adding a plugin)
    “KeyDesign Addon” (KeyDesign Core Plugin for Theme) for the “WPBakery Page Builder” plugin.
    other plugins are disabled in my test

    https://www.ads-software.com/support/topic/problem-saving-page-with-incomplete-uri-link/#post-13228014

    • This reply was modified 4 years, 7 months ago by fusses.
    • This reply was modified 4 years, 7 months ago by fusses.

    Hi @fusses,

    Thank you for your reply and patience in this regard.

    We are sorry to say that we do not have access to the theme involved and the related “KeyDesign Addon” core plugin you mentioned, as well as the WPBakery plugin in order to try to replicate the issue and to troubleshoot more closely.

    Would you mind reaching out to the theme developers to dive into this as well? When you do and they are able to find more detailed information on the bug, we would love to see a bug report with as much information as possible for our development team. You can find more information about a bug report and the Github repository here: https://yoast.com/help/how-to-write-a-good-bug-report/.

    Thank you in advance!

    Thread Starter fusses

    (@fusses)

    Well understood, you are a great team, thanks for the plugin
    Created requests everywhere, when there is information, I will let you know thanks

    Awesome, thank you for the lovely words!
    We’ll be happy to hear more. Thank you again.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘problem saving page with incomplete URI link’ is closed to new replies.