Hi there,
will there be any updates for WP >= v5.x? Or is this plugin EOL?
Thx & Cheers, Arthur
]]>Does this plug-in allow you to archive your complete site, or do you need to do it page by page? Thanks.
]]>Hey there.
I have been having problems saving my Primary Menu with Archiver installed and activated. It stalls on saving and after about a minute I get a server timeout.
]]>bbPress has a frontend edit screen for users. If I try to use it I get the error message:
Fatal error: Call to undefined function do_meta_boxes() in [...]/plugins/archiver/includes/class-archiver.php on line 462
I can see that do_meta_boxes() is an admin function, so it won’t work on the bbPress frontend edit screen. I’ve hacked line 462 to put an is_admin() test before the call.
No urgency for a permanent fix, as my workround seems to be working OK.
Thanks again for a very useful plugin.
]]>Archiver works fine on Multisite when Network Enabled. I tried installing on an independent single site. Activation failed with the error:
syntax error, unexpected '[' in [...] wp-content/plugins/archiver/includes/class-archiver.php on line 329
The same thing happened on 2 different independent single sites.
I located line 329 which is:
wp_send_json_error( $response->get_error_codes()[0] . ': ' . $response->get_error_messages()[0] );
I removed the 2 occurrences of [0], and plugin activated OK.
I don’t know enough about coding to understand what is going on here. But, with this change, Archiver functions as I expect it to.
It’s a great plugin. This is a very minor issue.
]]>