• I have a very small wordpress site (two pages total) that I tried generating a static version of. But unfortunately, no matter what I try this is always the result:

    [2016-07-28 19:11:46] alexander.spieslechner has started generating static files
    [2016-07-28 19:11:46] Setting up
    [2016-07-28 19:11:48] Fetched 2 of 2 pages/files
    [2016-07-28 19:11:49] Destination URL: http://xxx
    [2016-07-28 19:11:51] Wrapping up
    [2016-07-28 19:11:52] Done! Finished in 00:00:06

    —-

    403 http://www.xxx.at/clients/xxx/
    403 http://www.xxx.at/clients/xxx/wp-includes/js/wp-emoji-release.min.js

    –> Empty Folder / ZIP

    Diagnostics greenlights everything. Tried saving to both zip and local destination. I moved my whole page locally on XAMPP and there it works like a charm. What could be the issue on my host?

    I have multiple wordpress installations on this server.

    https://wordpress.org/plugins/simply-static/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I had a similar problem, what solved it for me was to set PHP version to 5.4 (I was using 7) and to ensure that your build of PHP is running the multibyte string extension mbstring. Check phpinfo for this.

    Hope that helps. Will

    Hi kitsunekyo,

    I don’t have a good explanation for why that would be happening. Were you using PHP 7 as Will mentioned? I’ll make a note to try this with PHP 7 and see if I run into any issues.

    And thanks for your comment, Will!

    Best,
    Scott

    Hi Scott,

    Let me know your results as I would like to run the site I have this on on php7.

    cheers

    Will

    Sure thing!

    Hi,

    Quick update, I’ve tried out Simply Static with PHP 7.0 on both on my local dev machine as well as shared hosting and everything worked fine.

    Best,
    Scott

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Only two pages found, both 403’ is closed to new replies.