Hi,
Ok.
I can see that it complains about a line where the splat operator is used. It was introduced in PHP 5.6.
It probably means that you are using a version of PHP which is older than PHP 5.6.
I shall change that specific line of code so it works in older PHP but I must warn that I’m only testing the plugin in PHP 5.6+ – and there may be other problems.
I shall recommend that you upgrade PHP on the server, or ask your hosting company to do that. Not only to get WebP Express going, but you will probably experience other problems with an old version of PHP. WordPress 5.2 in fact has a minimum requirement of PHP 5.6.20
-
This reply was modified 6 years, 9 months ago by
rosell.dk.
-
This reply was modified 6 years, 9 months ago by
rosell.dk.
Created an issue for it here
-
This reply was modified 6 years, 9 months ago by
rosell.dk.
Thread Starter
Andrei
(@andreikalinin)
Thanks,
problem solved by upgrading php version )