keke_exception[ 0 ]: Template[:shop/goods/tpl/fopo/index] not found

/usr/share/nginx/ext/platform/lib/inc/keke_tpl_class.php[ 213 ]

208 		foreach ($files as $file) {
209 			if (is_file(S_ROOT.$file.'.htm')) 
210 				return $file;
211 		}
212 		//return $tplname;
213 		throw new keke_exception("Template[:template] not found", array('template' => $tplname));
214 	}
215 	static function template($name) {
216 		global $_K;
217 		$tpl = keke_tpl_class::tpl_exists ( $name );
218 		$objfile = S_ROOT . 'data/tpl_c/' . str_replace ( '/', '_', $tpl ) . '.php';
  1. /usr/share/nginx/ext/platform/index.php [ 142 ] » require ( arguments )

  2. /usr/share/nginx/ext/platform/control/goods.php [ 94 ] » keke_tpl_class::template ( arguments )

  3. /usr/share/nginx/ext/platform/lib/inc/keke_tpl_class.php [ 217 ] » keke_tpl_class::tpl_exists ( arguments )

Environment