• Resolved dmwc

    (@dmwc)


    Hello,

    maybe I simply don’t get it ?? But it didn’t find anything in the instructions and the forum to solve my problem.

    The downloaded only has the wp-content and the wp-includes folder an the index.html, but all the other HTML files are missing.

    What I am doing wrong?

    Thanks!
    Dirk

Viewing 3 replies - 1 through 3 (of 3 total)
  • the likely issue is the php version you’re running.

    simply static in the wordpress repo will work on php 7.2 but not 7.3 (and up). this is due to a regex bug.

    check this github repo for a forked version that has the fix. (Use as your own risk)

    https://github.com/grrr-amsterdam/simply-static

    Thread Starter dmwc

    (@dmwc)

    Hello, thanks for that. I worked, but the design is broken completely. Looks like the CSS is nor working at all.

    Thread Starter dmwc

    (@dmwc)

    Hello again ?? In a second test on the page that I want to export, it worked, so we can skip the broken design issue on my testpage.

    I had to create a copy of the webpage on another server because I need to adjust some dynamic functions before exporting the webpage.

    But, on the migrated site it doesn’t work.

    When I try to generate the files, the Activity Log says:

    [2020-12-10 12:08:19] Setting up
    [2020-12-10 12:08:19] An error occurred:
    [2020-12-10 12:08:19] Cancelling job

    When I go to Diagnostics I have 3 errors:

    Checking if web server can read from Temp Files Directory: /var/www/html/wp-content/plugins/simply-static-master/static-files/ ? x Fail

    Checking if web server can write to Temp Files Directory: /var/www/html/wp-content/plugins/simply-static-master/static-files/ ? x Fail

    Checking if Additional File/Dir /var/www/html/wp-content/uploads/ is valid ? x Not a valid path

    I checked the permission for these folders and they are all 755.

    I created an error log as well:

    [2020-12-10 12:08:18] [class-ss-plugin.php:238] Received request to start generating a static archive
    [2020-12-10 12:08:18] [class-ss-archive-creation-job.php:61] Starting a job; no job is presently running
    [2020-12-10 12:08:18] [class-ss-archive-creation-job.php:62] Here’s our task list: setup, fetch_urls, create_zip_archive, wrapup
    [2020-12-10 12:08:18] [class-ss-archive-creation-job.php:76] Pushing first task to queue: setup
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:105] Current task: setup
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:120] Performing task: setup
    [2020-12-10 12:08:19] [class-ss-task.php:38] Status message: [setup] Setting up
    [2020-12-10 12:08:19] [class-ss-setup-task.php:23] Creating archive directory: /var/www/html/wp-content/plugins/simply-static-master/static-files/simply-static-1-1607602098/
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:132] We encountered a WP_Error
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:299] An error occurred:
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:300] object(WP_Error)#1956 (3) { [“errors”]=> array(1) { [“cannot_create_archive_dir”]=> array(1) { [0]=> string(0) “” } } [“error_data”]=> array(0) { } [“additional_data”:protected]=> array(0) { }}
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:271] Status message: [error] An error occurred:
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:105] Current task: cancel
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:120] Performing task: cancel
    [2020-12-10 12:08:19] [class-ss-task.php:38] Status message: [cancel] Cancelling job
    [2020-12-10 12:08:19] [class-ss-wrapup-task.php:17] Keeping temporary files
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:138] This task is done and there are no more tasks, time to complete the job
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:161] Completing the job
    [2020-12-10 12:08:19] [class-ss-archive-creation-job.php:271] Status message: [done] Done! Finished in 00:00:01

    I appreciate your help very much!
    Dirk

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTML Files are missing’ is closed to new replies.