You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Storage/Session.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public function __construct()
41
41
}
42
42
43
43
if (headers_sent()) {
44
-
thrownewRuntimeException('Hybridauth wasn\'t able to start PHP session. HTTP headers already sent.');
44
+
thrownewRuntimeException('HTTP headers already sent to browser and Hybridauth won\'t be able to start/resume PHP session. To resolve this, session_start() must be called before outputing any data.');
0 commit comments