Hey
I dont know why the Rewards plugin is showing a blank page just saying Plugin Settings when clicked on its settings and all other pages of the rewards plugin are just showing th heading and inside they are blank
at first i tried uploading via add plugin method but the stupid thing was giving 777 permission error even though the plugins folder is set to 777
and then i tired uploading via ftp like u said and then i got that white screen
It's because you're on an older version of the core script. You need to open plugins/sociallogin/admin/settings.php and delete lines 5-7. Replace with this:
Code:
// includes and security
include_once('../../../admin/_local_auth.inc.php');
Thanks mate it works great
Btw is there a tutorial or something by which u can tell me what to change to update to the new version like i had uploaded the script some days ago ie the new version it messedup my custom made template so it would be great if you could help me out
Thanks