• Resolved andreu

    (@andreu)


    Hi,

    We’re trying to generate a package but it is always empty. We have all the things in Diagnostics in green. Checking the php error log and I can see this.
    Do you have any idea of what’s wrong with our site?

    Thanks

    2024/03/06 11:43:29 [error] 6932#6932: *1466 FastCGI sent in stderr: "PHP message: WordPress database error Unknown column 'site_id' in 'field list' for query INSERT INTO wp_simply_static_pages (found_on_id, site_id, url, status_message, created_at, updated_at) VALUES ('0', 1, 'https://domain.com/', 'Origin URL', '2024-03-06 12:43:29', '2024-03-06 12:43:29') made by do_action('wp_ajax_wp_archive_creation_job'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Background_Process->maybe_handle, WP_Background_Process->handle, Simply_Static\Archive_Creation_Job->task, Simply_Static\Setup_Task->perform, Simply_Static\Setup_Task::add_origin_and_additional_urls_to_db, Simply_Static\Model->savePHP message: WordPress database error Unknown column 'site_id' in 'field list' for query INSERT INTO wp_simply_static_pages (found_on_id, site_id, url, status_message, created_at, updated_at) VALUES ('0', 1, 'https://domain.com/en/', 'Additional URL', '2024-03-06 12:43:29', '2024-03-06 12:43:29') made by do_action('wp_ajax_wp_archive_creation_job'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Background_Process->maybe_handle, WP_Background_Process->handle, Simply_Static\Archive_Creation_Job->task, Simply_Static\Setup_Task->perform, Simply_Static\Setup_Task::add_origin_and_additional_urls_to_db, Simply_Static\Model->savePHP message: WordPress database error Unknown column 'site_id' in 'field list' for query INSERT INTO wp_simply_static_pages (found_on_id, site_id, url, status_message, handler, created_at, updated_at) VALUES ('0', 1, 'https://domain.com/sitemap.xml', 'Sitemap URL', 'Simply_Static\\Yoast_Sitemap_Handler', '2024-03-06 12:43:29', '2024-03-06 12:43:29') made by do_action('wp_ajax_wp_archive_creation_job'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Background_Process->maybe_handle, WP_Background_Process->handle, Simply_Static\Archive_Creation_Job->task, Simply_Static\Setup_Task->perform, do_action('ss_after_setu

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @andreu,

    thanks for reaching out!

    It looks like a column is missing in the database.
    I would probably reset the settings in Simply Static -> Settings -> Utilities->Reset Plugin Settings.

    This will not only reset the settings but also validate the database table and recreate it if something is wrong with it.

    Cheers,
    Patrick

    Thread Starter andreu

    (@andreu)

    Ok, thanks! This fixed the issue. I tried to clone the site in other servers but at the end I see this was the problem in all the environments ??
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Generated package is empty’ is closed to new replies.