Rewards Plugin Showing A Blank Page When Activated

msk19994

New Member
YetiShare User
Apr 16, 2013
40
0
0
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
 

msk19994

New Member
YetiShare User
Apr 16, 2013
40
0
0
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
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Try settings the permissions on the plugin folder to 755 instead. Some hosts throw a 500 error on 777 permissions.
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
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');
 

msk19994

New Member
YetiShare User
Apr 16, 2013
40
0
0
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 :)
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Sure, have a look at:

install/manual/upgrade.en.html

You'll need to migrate any custom changes you've done manually at the moment though.