• Resolved shazzahmad786

    (@shazzahmad786)


    I have got an error on Simply Static Plugin version Version 2.1.5.2, and I am running the same version on another website, and its deployed correctly without any javascript issue, now I have problem with my domain and the plugin is not working correctly, please help me solve this issue asap.

    [2023-06-21 08:19:20] Fehler: (1) Uncaught Exception: Column doesn’t exist for Simply_Static\Page in /home/po/web/xxx/public_html/wp-content/plugins/simply-static/src/models/class-ss-model.php:92 Stack trace: #0 /home/po/web/xx/public_html/wp-content/plugins/simply-static/src/models/class-ss-model.php(148): Simply_Static\Model->__set() #1 /home/po/web/xx/public_html/wp-content/plugins/simply-static/src/models/class-ss-model.php(136): Simply_Static\Model->attributes() #2 /home/po/web/xx/public_html/wp-content/plugins/simply-static/src/class-ss-query.php(70): Simply_Static\Model::initialize() #3 /home/po/web/xx/public_html/wp-content/plugins/simply-static/src/tasks/class-ss-fetch-urls-task.php(39): Simply_Static\Query->find() #4 /home/po/web/xx/public_html/wp-content/plugins/simply-static/src/class-ss-archive-creation-job.php(122): Simply_Static\Fetch_Urls_Task->perform() #5 /home/po/web/xx/public_htm in /home/po/web/xxx/public_html/wp-content/plugins/simply-static/src/models/class-ss-model.php on line 92

    I got this error as well after deployment to my live website: following is the link to the error image

    https://postimg.cc/G8nkdTMV

    If I switch to latest version, the plugin has never ending loop, and it says to increase allocated memory, I am really pissed off and this plugin is having problems day by day.

    I would really appreciate if you could help me asap.

Viewing 1 replies (of 1 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @shazzahmad786,

    thanks for reaching out and sorry you got trouble exporting!

    I must mention that we don’t provide support for older versions of Simply Static, so we can’t help with a specific version.

    Database issue:

    To fix the error mentioned, you need the latest version (as the missing column wasn’t part of the plugin before 2.6), so upgrading and (optionally) resetting the plugin (Simply Static -> Settings -> Advanced) should help in that case.

    Memory Issues:

    Simply Static is running with WP-Cron by default to avoid that. However, in your particular case, it doesn’t seem to be an issue with WP-Cron, but because of invalid HTML produced by other plugins (The solution is mentioned below).

    Missing assets:

    It seems that the website mentioned doesn’t produce valid HTML which causes problems with the crawling engine implemented in Simply Static.

    The better the quality of the code of the WordPress website, the better the result of the static website is.

    The best way to handle that would be to fix these bugs in WP before running the export.

    A great tool to quickly find errors in your HTML is the W3C Validator here: https://validator.w3.org/

    Add the URL and click “Check” – if your websites passes the tests there you will have almost no problem with the static generated version of Simply Static.

    Cheers,

    Patrick

Viewing 1 replies (of 1 total)

The topic ‘Error in the class-ss-model.php’ is closed to new replies.