[ Video Sharing CMS v4 ] Twitter login error

Started by Abraham,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AbrahamTopic starter

When I try to create an account for login with Twitter, there is an white screen.
  •  

AbrahamTopic starter

Twitter API key and  API secret is OK
  •  

PHPVibe A.

Enable error_reporting on top of the file that has the error.

From
error_reporting(0);


to
error_reporting(E_ALL);


Post the error.

AbrahamTopic starter

  •  

PHPVibe A.

The file you have a white screen in (you never told me which one).

AbrahamTopic starter

  •  

PHPVibe A.

Then it's probably an issue with the keys (doesn't get the url for the login with those keys).
I'm not sure, on the development list I've received twitter login has to be removed since it no longer offers the user's e-mail address.

Similar topics (7)