To this subject:
An error occurred
User invalid inputs
Cannot access storage directory /tmp/root/openid/consumer
1) I have this test controller, and when i enable it, it shows error
<?php
class TestController extends Zend_Controller_Action
{
public function init()
{
error_reporting(E_ALL);
ini_set('display_errors',true);
$this->_helper->layout()->setLayout('views'); // use default
}
public function indexAction()
{
$consumer = new Zend_OpenId_Consumer();
//
// if (!$consumer->login($_POST['openid_identifier'],
'example-1_3.php')) {
//
// die("OpenID login failed.");
//
// }
}
}
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Zend-framework-How-to-do-the-openid-tp3173385p3173498.html
Sent from the Zend Framework mailing list archive at Nabble.com.