Home
last modified time | relevance | path

Searched refs:startup_error (Results 1 – 2 of 2) sorted by relevance

/plugin/jukebox/id3/
H A Dgetid3.php53 $this->startup_error = '';
58 … $this->startup_error .= 'getID3() requires PHP v4.2.0 or higher - you are running v'.phpversion();
70 …$this->startup_error .= 'PHP has less than 3MB available memory and will very likely run out. Incr…
102 $this->startup_error .= 'getid3.lib.php is missing or corrupt';
117 …$this->startup_error .= '"'.$helperappsdir.'" cannot be defined as GETID3_HELPERAPPSDIR because it…
130 …$this->startup_error .= 'GETID3_HELPERAPPSDIR must not have any spaces in it - use 8dot3 naming co…
156 if (!empty($this->startup_error)) {
157 return $this->error($this->startup_error);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php253 protected $startup_error = ''; variable in getID3
271 …$this->startup_error .= 'getID3() requires PHP v'.$required_php_version.' or higher - you are runn…
289 …$this->startup_error .= 'PHP has less than 4MB available memory and will very likely run out. Incr…
311 …$this->startup_error .= 'magic_quotes_runtime must be disabled before running getID3(). Surround g…
317 …$this->startup_error .= 'magic_quotes_gpc must be disabled before running getID3(). Surround getid…
324 $this->startup_error .= 'getid3.lib.php is missing or corrupt'."\n";
373 if (!empty($this->startup_error)) {
374 echo $this->startup_error;
375 throw new getid3_exception($this->startup_error);
422 if (!empty($this->startup_error)) {
[all …]