My website php version is 7.0+, but i faced same issue also change array syntax in your config.php and analytics.php file.
Thanks,
M. Saqib Tariq
Sr. Software Engineer (PHP)
Hi Sovrn.
When you activate the plugin your config.php activation hook method return the syntax Expection this line
$wprp_mp->create_profile([], “wprp”); because most of the wordpress version not support this type of [] array initialize so please change [] to array() then problem resolved i found the 2 file and change this.
Thanks
M. Saqib Tariq
Sr. Software Engineer (PHP)
-
This reply was modified 8 years, 11 months ago by imzeesaqib.