sunildhanda
Forum Replies Created
-
Forum: Plugins
In reply to: [DE Social Login] How not to allow new usersTry the stuff explained below, its working fine on my server.
Set safe_mode = Off in your php.ini file (it’s usually in /etc/ on the server). If that’s already off, then look around for the open_basedir stuff in the php.ini file, and change it accordingly.Basically, the follow location option has been disabled as a security measure, but PHP’s built-in security features are usually more annoying than secure. In fact, safe_mode is deprecated in PHP 5.3.
Forum: Plugins
In reply to: [DE Social Login] How not to allow new usersHello Peter
I have updated it for google, check that it works as you require or you need some more updation. If it fine, I will apply the same for another methods.
Forum: Plugins
In reply to: [DE Social Login] How not to allow new usersHello Peter,
Currently this plugin register the user forcely if not exists.
Give me some time to add the feature to stop the user registration.
Forum: Plugins
In reply to: [DE Social Login] Twitter login not loadingPlease On the debug and then check the error.
Forum: Plugins
In reply to: [DE Social Login] NULL NULL NULL FacebookStrange, can you contact me at skype “sunil-dhanda” or at dhanda.sunil@gmail.com, I want to look into deeply.
Forum: Plugins
In reply to: [DE Social Login] NULL NULL NULL FacebookTry to change site url
http://urbandelivery.com/login/Forum: Plugins
In reply to: [DE Social Login] NULL NULL NULL FacebookHi
This error trigger from facebook, it mean something left on App setting on facebook, please check the app setting again which you created.
Site Url (your site url, it will be used as callback)
and App domain which must be related to your site url.For example: Site url
http://softwaredevelopertricks.com/, and domain name issoftwaredevelopertricks.comYou can follow the some simple steps: http://softwaredevelopertricks.com/create-new-facebook-application/
Forum: Plugins
In reply to: [DE Social Login] NULL NULL NULL FacebookI got the bug, which is fixed, please check it.
Forum: Plugins
In reply to: [DE Social Login] NULL NULL NULL FacebookCan you give me the Site url on which you are facing this?
Forum: Plugins
In reply to: [DE Social Login] Error with facebook loginHi srolivella,
First check the codedefine('WP_DEBUG', true);in wp-config.php, it must befalseinstead oftrue.If the problem not resolve, then check the error reporting is ON in any other plugin or theme files.
Forum: Plugins
In reply to: [DE Social Login] settings for new facebook appTry to follow the http://softwaredevelopertricks.com/create-new-facebook-application/. Hope it will work for you.
Forum: Plugins
In reply to: [DE Social Login] Parse error causes website to not displayHi Stephen,
Sorry, Please check the php version, it must be 5.3+.Forum: Plugins
In reply to: [DE Social Login] Blank ScreenCan you contact me at skype “sunil-dhanda” (Chandigarh INDIA), so I look into?
Forum: Plugins
In reply to: [DE Social Login] Blank ScreenDid you check this after CURL on?
Forum: Plugins
In reply to: [DE Social Login] Google Login Failyes curl is required for this plugin.