Guest User

Untitled

a guest
Jan 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. add_action ( 'init' , array ( $this , 'register_session' ) );
  2.  
  3. public function register_session() {
  4.  
  5. if( !session_id() ) {
  6.  
  7. session_start();
  8. }
  9.  
  10. }
  11.  
  12. Premature end of script headers: index.php
  13. (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
Add Comment
Please, Sign In to add comment