Skip to content

Undefined method seems to end with an infinite loop #1

@sglessard

Description

@sglessard

While working with sfMelodyPlugin, I experienced unobvious OAuth class fatal errors :


I found that when a sfMelody class does not exist, as if I mistype a method name, I get the error.

// Method sfTwitterMelody::retrieveByKeywords() exists
$results = $this->getUser()->getMelody('twitter')->retrieveByKyword(); // Mistyping Keyword

OAuth::__call seems to be called infinitely, causing memory error.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions