• Resolved umitdursoy

    (@umitdursoy)


    Hello. For a long time i am getting this error. Finally I decided to solve this issue but i can’t. The plugin says: Somehow, I cannot create database table for text link counter feature.

    Yoast plugin can’t create database table but all other plugin can? It mean it cannot be privilage issue.

    Manually create table

    Can i create database table in PHPMyadmin with sql query? Is it something we can do?

    If it is, what is proper sql query for it?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter umitdursoy

    (@umitdursoy)

    By the way here is my Database privilage. It set “All privileges”

    mysql> SHOW GRANTS FOR ‘sample’@’localhost’;
    +—————————————————————————–+
    | Grants for sample@localhost |
    +—————————————————————————–+
    | GRANT USAGE ON *.* TO sample@localhost |
    | GRANT ALL PRIVILEGES ON sample.* TO sample@localhost |
    +—————————————————————————–+

    Plugin Support devnihil

    (@devnihil)

    If the plugin is unable to make the two database tables, you can create the database tables yourself manually. The tables need to be called {WordPress_table_prefix}yoast_seo_links and {WordPress_table_prefix}yoast_seo_meta. ?We have additional information on this error and how to resolve this at the following link: https://kb.yoast.com/kb/error-link-statistics-disabled/

    Thread Starter umitdursoy

    (@umitdursoy)

    There are already database table. But somehow still im getting same error even after clear all server and browser cache.

    @umitdursoy

    We are not sure why that error continues even if you already have those {WordPress_table_prefix}yoast_seo_links and {WordPress_table_prefix}yoast_seo_meta made. We would like some more information.

    1. Can you confirm your server has all the right requirements? ?If you are not sure, speak to your host provider.?This guide explains more:?https://kb.yoast.com/kb/plugin-requirements/.

    2. We had another recent release. Can you confirm you are using the most recent Yoast SEO, v14.1? If you update, does the issue resolve?

    3. Are all your non-Yoast plugins and themes also updated?

    4. Can you confirm you are using WordPress 5.4.1? You can check by clicking on the W in the top left and selecting About. If you need to update, please check with your host provider.?Please know that if you are using an older version of WordPress Core you may experience unexpected behavior with Yoast.?This guide explains more:?https://yoast.com/why-we-dont-support-old-wordpress-versions/.

    We’re marking this issue as resolved due to inactivity. If you need more help, we ask you to create a new issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text link counter database table creation problem’ is closed to new replies.