Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I edited stc.php at line 32 and added ini_set()

    function stc_init() {
    
      ini_set ('session.save_path', '/var/www/vhosts/twopixel.co.uk/.somefolder');
    
    ...

    Sign in for comments is now working (which is what I wanted)

    Thanks again for the help.

    Excellent thanks! I will have a go at getting the session support configured.

    if I turn on wp debugging, I get

    Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_g848d55kt0o1hll1auccpk9hc7, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 33

    Notice: Undefined index: stc_req_token in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 189

    Notice: Undefined index: stc_req_secret in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 189

    Notice: Undefined index: oauth_token in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/twitterOAuth.php on line 118

    Notice: Undefined index: oauth_token_secret in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/twitterOAuth.php on line 118

    Notice: Undefined index: oauth_token in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 193

    Notice: Undefined index: oauth_token_secret in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 194

    Notice: Undefined index: oauth_token in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 196

    Notice: Undefined index: oauth_token_secret in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 196

    Notice: Undefined index: stc_callback_action in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 199

    Notice: Undefined index: stc_callback in /var/www/vhosts/twopixel.co.uk/httpdocs/wp-content/plugins/simple-twitter-connect/stc.php on line 204

    Warning: Unknown: open(/var/lib/php/session/sess_g848d55kt0o1hll1auccpk9hc7, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0

    I’m having the same problem. Not sure where to start debugging this. I’ve switched to a simple wordpress .htaccess, so it isn’t that.

    My URL is

    http://twopixel.co.uk/?oauth_token=9lBa6eHgSxXCKl805LAXkXdQWKCTyqR8Ivs3GNRUDU&oauth_verifier=gNH2y8EQUesrSLQXwh1vDGUHRygOWzeDDjdlaSf2bt0

    Which generates a blank page with minimal HTML headers.

Viewing 4 replies - 1 through 4 (of 4 total)