Skip to content

Instantly share code, notes, and snippets.

@timersys
Created December 13, 2014 13:23
Show Gist options
  • Select an option

  • Save timersys/759afb8352a662a47be9 to your computer and use it in GitHub Desktop.

Select an option

Save timersys/759afb8352a662a47be9 to your computer and use it in GitHub Desktop.
Hybridauth - You cannot access this page directly
/******* 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