Yes, I’ve just fixed this issue with version 2.0.2 of the plugin.
This error was occurring if your web hosting was running a PHP version older than 5.4 that didn’t support Array Dereferencing – I have removed array dereferencing from the Slide Anything PHP code and this issue is now resolved.
You will have to access your server via FTP (or cPanel File Manager), and remove the entire folder:
/wp-content/plugins/slide-anything/
And then your WP Dashboard will be functioning again, and you can then install Slide Anything 2.0.2.
Sorry about any inconvenience.
(This was a tough bug to foresee as I don’t have access to any web hosts running the older versions of PHP)
Thank you so much for your help and support!!
I’m glad we managed to sort it out 😉
Hi
Can you not update your version of PHP in your control panel?
With my hosting provider I can select different versions up to PHP 7, this version is obviously the latest version and it is suppose to be a lot faster as well.
Colin
Yes, actually in most cPanels you can change the version of PHP being used. That could have been another way of resolving this issue, but I would have told every person experiencing this issue in future to do that. Much easier to just amend my code so that it works on PHP 5.3 – it was a 1 line change 😉