PHP warning

require_once(Console/Getopt.php): failed to open stream: No such file or directory

/opt/srv/www/htdocs/umfrage/vendor/pear/pear-core-minimal/src/System.php(20)

08  * @package    System
09  * @author     Tomas V.V.Cox <cox@idecnet.com>
10  * @copyright  1997-2009 The Authors
11  * @license    http://opensource.org/licenses/bsd-license.php New BSD License
12  * @link       http://pear.php.net/package/PEAR
13  * @since      File available since Release 0.1
14  */
15
16 /**
17  * base class
18  */
19 require_once 'PEAR.php';
20 require_once 'Console/Getopt.php';
21
22 $GLOBALS['_System_temp_files'] = array();
23
24 /**
25 * System offers cross platform compatible system functions
26 *
27 * Static functions for different operations. Should work under
28 * Unix and Windows. The names and usage has been taken from its respectively
29 * GNU commands. The functions will return (bool) false on error and will
30 * trigger the error with the PHP trigger_error() function (you can silence
31 * the error by prefixing a '@' sign after the function call, but this
32 * is not recommended practice.  Instead use an error handler with

Stack Trace

#0
+
 /opt/srv/www/htdocs/umfrage/vendor/pear/pear-core-minimal/src/System.php(20): require_once()
15
16 /**
17  * base class
18  */
19 require_once 'PEAR.php';
20 require_once 'Console/Getopt.php';
21
22 $GLOBALS['_System_temp_files'] = array();
23
24 /**
25 * System offers cross platform compatible system functions
#1
+
 /opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(582): include("/opt/srv/www/htdocs/umfrage/vendor/pear/pear-core-minimal/src/Sy...")
577          *
578          * @param  string $file
579          * @return void
580          */
581         self::$includeFile = \Closure::bind(static function($file) {
582             include $file;
583         }, null, null);
584     }
585 }
#2
+
 /opt/srv/www/htdocs/umfrage/vendor/composer/ClassLoader.php(433): Composer\Autoload\{closure}("/opt/srv/www/htdocs/umfrage/vendor/composer/../pear/pear-core-mi...")
428      */
429     public function loadClass($class)
430     {
431         if ($file = $this->findFile($class)) {
432             $includeFile = self::$includeFile;
433             $includeFile($file);
434
435             return true;
436         }
437
438         return null;
2023-11-03 11:12:25 Apache Yii Framework/1.1.28