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

    (@awfowler)

    Hi Andrew,

    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 of PHP which is 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

    <?php
    phpinfo();
    ?>

    You may want to consider contacting your host and upgrading to a much new version of PHP such as 5.6.

    Thanks,
    Alex

Viewing 1 replies (of 1 total)

The topic ‘Parse Error – class-spider.php on line 1005’ is closed to new replies.