site-importer
folder to the /wp-content/plugins/
directory of your wordpress siteSite Importer
menu that appears in your admin menuIt is possible to increase this limit depending on how responsive the site is, and if your web server can deal with the extra execution time. Increase the limit setting within the class-site-importer-admin.php file, You may need to increase the php execution time within php.ini or by adding the line set_time_limit(200);
This error is caused when using old versions of PHP which are less than version 5.3 and this plugin only works on versions of 5.3+. You are probably using version 5.2 or older of PHP which will be well over 4 years old and has now no longer supported by PHP http://php.net/eol.php. If you need to check your version of PHP you can try checking it by uploading the following code to the server <?php phpinfo(); ?>