Zend Framework

Exception thrown 'The parameter volumeId is not recognized'.

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.10.4
  • Fix Version/s: 1.10.6
  • Labels:
    None

Description

An exception is thrown because of an incorrect parameter on Line 245 of class Zend_Service_Amazon_Ec2_Ebs (File: Ebs.php)

It currently has a small v as follows:
$params['volumeId'] = $volumeId;

this throws an exception and when it's changed to VolumeId with a capital V it works:
$params['VolumeId'] = $volumeId;

Activity

Hide
Chris van Vuuren added a comment -

Apologies, in the latest version (1.10.6) this has already been fixed.

Show
Chris van Vuuren added a comment - Apologies, in the latest version (1.10.6) this has already been fixed.
Hide
Dolf Schimmel (Freeaqingme) added a comment -

Resolving per the comment above.

Show
Dolf Schimmel (Freeaqingme) added a comment - Resolving per the comment above.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: