• Resolved Mordechaj

    (@mordechaj)


    Hi

    When I click on the edit page, I get an error:

    “Warning: Undefined property: AIOSEO\Plugin\Common\Models\Post::$limit_modified_date in /…. …./wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Vue.php on line 228”

    After a while, the edit page loads normally and everything works.
    Any conflict with revision control?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Shivam Tyagi

    (@shivamtyagi)

    Hi @mordechaj,

    It looks like your database does not have the limit_modified_date column and that’s the reason why you’re getting this error. This could be due to a failed migration and generally happens when the database user doesn’t have access to modify tables.

    Can you please make sure that your database user has permission to modify tables and then rerun migrations?

    To rerun migrations, you’d have to follow these steps:
    1. Log in to your site as an Administrator.
    2. Open?https://your-domain.com/wp-admin/admin.php?page=aioseo-tools&aioseo-dev. Please change “your-domain.com” with your domain.
    3. Click on the?Debug?tab on the?Tools?page.
    4. Click on the?Rerun Migrations?button.

    Thread Starter Mordechaj

    (@mordechaj)

    Thank you for the answer, the error does not appear anymore.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit page error’ is closed to new replies.