Forums
(@thuglee)
12 years, 5 months ago
Check if your php version is 5.4 because the plugin uses a deprecated call by reference and causes PHP FATAL ERROR. I solved by replacing all &$ to $ in all php files of the plugin.