Created
December 13, 2014 13:23
-
-
Save timersys/759afb8352a662a47be9 to your computer and use it in GitHub Desktop.
Hybridauth - You cannot access this page directly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******* IN wp-config.php add the following: ******/ | |
| /* WSI HYBRIDAUTH SESSIONS HANDLING */ | |
| define('WSI_PHP_SESSION', dirname(__FILE__) . '/phpsession'); | |
| session_save_path(WSI_PHP_SESSION); | |
| /******* wp-content/plugins/wordpress-social-inivtations/wp-social-invitations.php and wp-content/plugins/wordpress-social-inivtations/hybridauth/index.php add the following: ******/ | |
| /* WSI HYBRIDAUTH SESSIONS HANDLING */ | |
| session_save_path(WSI_PHP_SESSION); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment