[Warning] include_once(WP_Error.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory (@line 96 in file /srv/www/lss/prado-3.1.2.r2448/framework/PradoBase.php).
/srv/www/lss/prado-3.1.2.r2448/framework/PradoBase.php (96)
0085: */
0086: set_exception_handler(array('PradoBase','exceptionHandler'));
0087: }
0088:
0089: /**
0090: * Class autoload loader.
0091: * This method is provided to be invoked within an __autoload() magic method.
0092: * @param string class name
0093: */
0094: public static function autoload($className)
0095: {
0096: include_once($className.self::CLASS_FILE_EXT);
0097: if(!class_exists($className,false) && !interface_exists($className,false))
0098: self::fatalError("Class file for '$className' cannot be found.");
0099: }
0100:
0101: /**
0102: * @param integer the type of "powered logo". Valid values include 0 and 1.
0103: * @return string a string that can be displayed on your Web page showing powered-by-PRADO information
0104: */
0105: public static function poweredByPrado($logoType=0)
0106: {
0107: $logoName=$logoType==1?'powered2':'powered';
0108: if(self::$_application!==null)
#0 /srv/www/lss/prado-3.1.2.r2448/framework/PradoBase.php(96): PradoBase::phpErrorHandler(2, 'include_once(WP...', '/srv/www/lss/pr...', 96, Array)
#1 /srv/www/lss/prado-3.1.2.r2448/framework/PradoBase.php(96): PradoBase::autoload()
#2 [internal function]: PradoBase::autoload('WP_Error')
#3 [internal function]: spl_autoload_call('WP_Error')
#4 /srv/www/lss/wordpress-mu-2.6.5.bak/wp-includes/wp-db.php(987): class_exists('WP_Error')
#5 /srv/www/lss/wordpress-mu-2.6.5.bak/wp-includes/wp-db.php(346): wpdb->bail('?<h1>Error esta...')
#6 /srv/www/lss/wordpress-mu-2.6.5.bak/wp-includes/wp-db.php(1069): wpdb->__construct('lss_lss', 'lss_lss_lss01', 'lss_lss', 'localhost')
#7 /srv/www/lss/protected/Common/MWPIntegration.php(91): require_once('/srv/www/lss/wo...')
#8 /srv/www/lss/prado-3.1.2.r2448/framework/TApplication.php(880): MWPIntegration->init(Object(TXmlElement))
#9 /srv/www/lss/prado-3.1.2.r2448/framework/TApplication.php(927): TApplication->applyConfiguration(Object(TApplicationConfiguration), false)
#10 /srv/www/lss/prado-3.1.2.r2448/framework/TApplication.php(364): TApplication->initApplication()
#11 /srv/www/lss/index.php(21): TApplication->run()
#12 {main}