Tractis Logo Tractis Identity Verifications FAQ

Allow your users to proof their real identity in your blog. Your users will be able to identify in your blog using their electronic ID and they will show their verified identity in their comments.

Q: I activated the plugin and nothings happen

A: You need to integrate the plugin in your theme, see install document for more info.

Q: When Tractis return to my blog I see lot of php errors

If you see error messages like this:
Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://www.tractis.com:443 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?)

A:You need php_openssl module working on your php installation in order to comunicate with tractis services in https.

Q: The plugin changes the database model of Wordpress?

A: Yes, in order to store the user information the plugin makes the next database changes:
  1. "ALTER TABLE $prefix+comments ADD `tractis_auth_user` varchar(50) NOT NULL DEFAULT '0'"
  2. "ALTER TABLE $prefix+users ADD `tractis_auth_lastlogin` int(14) NOT NULL DEFAULT '0'"
  3. "ALTER TABLE $prefix+users ADD `tractis_auth_userid` varchar(250) NOT NULL DEFAULT '0'"