Lines Matching refs:errors

122 	public $errors             = array();  variable in getid3_writetags
140 $this->errors[] = 'filename is undefined in getid3_writetags';
143 $this->errors[] = 'filename set to non-existant file "'.$this->filename.'" in getid3_writetags';
148 $this->errors[] = 'tagformats must be an array in getid3_writetags';
162 $this->errors[] = 'tagformats must not contain more than one version of ID3v2';
206 $this->errors[] = 'metaflac is not (yet) compatible with OggFLAC files';
212 $this->errors[] = 'metaflac is not (yet) compatible with Ogg files other than OggVorbis';
226 $this->errors[] = $errormessage;
259 $GETID3_ERRORARRAY = &$this->errors;
268 $GETID3_ERRORARRAY = &$this->errors;
276 $GETID3_ERRORARRAY = &$this->errors;
281 $this->errors[] = 'unknown tag format "'.$tagformat.'" in $tagformats in WriteTags()';
289 $this->errors[] = '$this->tag_data is not an array in WriteTags()';
331 …s->errors[] = 'WriteAPEtag() failed with message(s):<pre><ul><li>'.str_replace("\n", '</li><li>', …
334 $this->errors[] = 'FormatDataForAPE() failed';
343 …s->errors[] = 'WriteID3v1() failed with message(s):<pre><ul><li>'.str_replace("\n", '</li><li>', h…
346 $this->errors[] = 'FormatDataForID3v1() failed';
362 …s->errors[] = 'WriteID3v2() failed with message(s):<pre><ul><li>'.str_replace("\n", '</li><li>', h…
365 $this->errors[] = 'FormatDataForID3v2() failed';
374errors[] = 'WriteVorbisComment() failed with message(s):<pre><ul><li>'.str_replace("\n", '</li><li…
377 $this->errors[] = 'FormatDataForVorbisComment() failed';
386errors[] = 'WriteMetaFLAC() failed with message(s):<pre><ul><li>'.str_replace("\n", '</li><li>', h…
389 $this->errors[] = 'FormatDataForMetaFLAC() failed';
398 …is->errors[] = 'WriteReal() failed with message(s):<pre><ul><li>'.str_replace("\n", '</li><li>', h…
401 $this->errors[] = 'FormatDataForReal() failed';
406 $this->errors[] = 'Invalid tag format to write: "'.$tagformat.'"';
430 …$this->errors[] = 'RemoveID3v1() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>', $…
438 …$this->errors[] = 'RemoveID3v2() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>', $…
446 …$this->errors[] = 'DeleteAPEtag() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>', …
454 …$this->errors[] = 'DeleteVorbisComment() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI>…
462 …$this->errors[] = 'DeleteMetaFLAC() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>'…
470 …$this->errors[] = 'DeleteLyrics3() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>',…
478 …$this->errors[] = 'RemoveReal() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>', $r…
483 $this->errors[] = 'Invalid tag format to delete: "'.$DeleteTagFormat.'"';
593 $this->errors[] = 'ID3v2 APIC data is not properly structured';
605 $this->errors[] = 'ID3v2 POPM data is not properly structured';
618 $this->errors[] = 'ID3v2 GRID data is not properly structured';
628 $this->errors[] = 'ID3v2 UFID data is not properly structured';
638 $this->errors[] = 'ID3v2 TXXX data is not properly structured';
645 …$this->errors[] = 'ID3v2: Skipping "'.$tag_key.'" because cannot match it to a known ID3v2 frame t…