mattbarnett79
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Twitter Connect] [Plugin: Simple Twitter Connect] The blank pageI 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.
Forum: Plugins
In reply to: [Simple Twitter Connect] [Plugin: Simple Twitter Connect] The blank pageExcellent thanks! I will have a go at getting the session support configured.
Forum: Plugins
In reply to: [Simple Twitter Connect] [Plugin: Simple Twitter Connect] The blank pageif 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
Forum: Plugins
In reply to: [Simple Twitter Connect] [Plugin: Simple Twitter Connect] The blank pageI’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
Which generates a blank page with minimal HTML headers.