Embed
Embed copied to clipboard
Syntax error: 'Crawler' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Hi, Its working fine on my local pc but server is showing this error. 'Crawler' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) line 12 in embed/embed/src/Embed.php
local pc and server both have php 7.4
Looks like the php on your server doesn't support typed properties. Are you sure you're using php 7.4?
Yes Its php 7.4.12 on my server
No idea. I think it's a server configuration thing, but I cannot help you.