If you get this error, You just can change the .htacces file with this small change.
Just add the ? sign after index.php in the .htaccess file
Just add the ? sign after index.php in the .htaccess file
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
Social Plugin