Hi Wil

If it's any help, I get the same problem with my account. After the issue POST action I get the error. If I navigate back to the issue by using the URL then all's fine.

You can use my account to login if you like to see the problem - I noticed that Darby wasn't seeing this issue, so it's more than likely a permissions problem.

Cheers

Looks like JIRA was creating the issue but failing on rendering the
final action. I'll delete the duplicate issues and experiment with
creating issues to see if I can reproduce this.

,Wil

-----Original Message-----
From: Matthew Ratzloff [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2008 1:11 PM
To: fw-general@lists.zend.com
Subject: [fw-general] Can't file a bug; JIRA errors out

I am repeatedly encountering a bug while trying to file a bug with
Zend_Db_Statement.

   HTTP Status 404 - No view for result [error] exists for action
[ViewIssue]

This is annoying.

When someone from Zend fixes this, could you create the issue?  It's
minor, but it's something that should be fixed.

Thanks,

-Matt

--------------------

Subject:
Zend_Db_Statement::bindValue() doesn't pass the $type parameter on to
bindParam()

Priority: Minor

Body:
{code}
   public function bindParam($parameter, &$variable, $type = null,
$length = null, $options = null)
   {
       // ...
   }

   /**
    * Binds a value to a parameter.
    *
    * @param mixed $parameter Name the parameter, either integer or
string.
    * @param mixed $value     Scalar value to bind to the parameter.
    * @param mixed $type      OPTIONAL Datatype of the parameter.
    * @return bool
    */
   public function bindValue($parameter, $value, $type = null)
   {
       return $this->bindParam($parameter, $value);
   }
{code}

Affects Version: 1.5.0

Fix Version Priority: Should Have


--

Simon Mundy | Director | PEPTOLAB

""" " "" """""" "" "" """"""" " "" """"" " """"" "  """""" "" "

202/258 Flinders Lane | Melbourne | Victoria | Australia | 3000
Voice +61 (0) 3 9654 4324 | Mobile 0438 046 061 | Fax +61 (0) 3 9654 4124
http://www.peptolab.com

Reply via email to