×
Yao App

Descarga Yao APP

Disfruta de un -10% OFF desde la Yao APP

Instalar
Logo
  • Nosotros
  • Sucursales
  • Reservas
  • Blog
  • Contacto
Acceder
Santo Domingo
RD$0.00 + imp
×
×
Logo
Yao Asian Cuisine
Menú
  • Ofertas
  • Bebidas
  • Aperitivos
  • Carnes
  • Sushi
  • Sopas
  • Ensaladas
  • Mariscos
  • Yao
  • Postres
  • Nosotros
  • Sucursales
  • Reservas
  • Blog
  • Contacto
+ sobre YAO Asian Cuisine
Servicio al cliente
  • Ofertas
  • Bebidas
  • Aperitivos
  • Carnes
  • Sushi
  • Sopas
  • Ensaladas
  • Mariscos
  • Yao
  • Postres
Menú nuevo - 2025  -  Restaurantes YAO Asian Cuisine
Fiesta navideña  -  Restaurantes YAO Asian Cuisine
Descarga la app  -  Restaurantes YAO Asian Cuisine
Combo Ninja  -  Restaurantes YAO Asian Cuisine
  • Ofertas
  • Bebidas
  • Aperitivos
  • Carnes
  • Sushi
  • Sopas
  • Ensaladas
  • Mariscos
  • Yao
  • Postres

No se encontraron productos que coincidan con su selección.

Santo Domingo Bávaro + Sobre YAO Asian Cuisine Cómo llegar Empleo
  • Ofertas
  • Bebidas
  • Aperitivos
  • Carnes
  • Sushi
  • Sopas
  • Ensaladas
  • Mariscos
  • Yao
  • Postres
Credit cards
Lunes a Domingo 11:30am-10:00pm
Servicio al Cliente +1 809-472-2011 ó [email protected]

Políticas de Privacidad | Términos y Condiciones

© 2025 Todos los derechos reservados Yao Asian Cuisine Av. Rómulo Betancourt 1566, Santo Domingo 10114, República Dominicana.

Desarrollado con
♥
by   Quimbamba Ecommerce Lab
Total
0
Tu orden
rmdir(/www/wwwroot/yao.com.do/wp-content/litespeed/css/20251227): Success (500 Internal Server Error)

Symfony Exception

Symfony Docs

ErrorException

HTTP 500 Internal Server Error

rmdir(/www/wwwroot/yao.com.do/wp-content/litespeed/css/20251227): Success

Exception

ErrorException

Show exception properties
ErrorException {#97592
  #severity: E_WARNING
}
in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/file.cls.php (line 46)
  1. foreach ($files as $file) {
  2. is_dir("$dir/$file") ? self::rrmdir("$dir/$file") : unlink("$dir/$file");
  3. }
  4. return rmdir($dir);
  5. }
  6. public static function count_lines( $filename ) {
  7. if (!file_exists($filename)) {
  8. return 0;
litespeed_exception_handler()
rmdir() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/file.cls.php (line 46)
  1. foreach ($files as $file) {
  2. is_dir("$dir/$file") ? self::rrmdir("$dir/$file") : unlink("$dir/$file");
  3. }
  4. return rmdir($dir);
  5. }
  6. public static function count_lines( $filename ) {
  7. if (!file_exists($filename)) {
  8. return 0;
File::rrmdir() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimizer.cls.php (line 221)
  1. $file_path_prefix = $this->_build_filepath_prefix($file_type);
  2. $folder_name = LITESPEED_STATIC_DIR . $file_path_prefix;
  3. $to_be_deleted_folder = $folder_name . date('Ymd', strtotime('-2 days'));
  4. if (file_exists($to_be_deleted_folder)) {
  5. Debug2::debug('[Optimizer] ❌ Clearing folder [name] ' . $to_be_deleted_folder);
  6. File::rrmdir($to_be_deleted_folder);
  7. }
  8. $today_file = $folder_name . date('Ymd') . '/' . md5($url);
  9. if (file_exists($today_file)) {
  10. return File::read($today_file);
Optimizer->load_cached_file() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimizer.cls.php (line 258)
  1. $real_file = Utility::is_internal_file($src);
  2. $postfix = pathinfo(parse_url($src, PHP_URL_PATH), PATHINFO_EXTENSION);
  3. if (!$real_file || $postfix != $file_type) {
  4. Debug2::debug2('[CSS] Load Remote [' . $file_type . '] ' . $src);
  5. $this_url = substr($src, 0, 2) == '//' ? set_url_scheme($src) : $src;
  6. $con = $this->load_cached_file($this_url, $file_type);
  7. if ($file_type == 'css') {
  8. $dirname = dirname($this_url) . '/';
  9. $con = Lib\UriRewriter::prepend($con, $dirname);
Optimizer->load_file() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimizer.cls.php (line 125)
  1. if (!empty($src_info['inl'])) {
  2. // Load inline
  3. $content = $src_info['src'];
  4. } else {
  5. // Load file
  6. $content = $this->load_file($src_info['src'], $file_type);
  7. if (!$content) {
  8. continue;
  9. }
Optimizer->serve() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimize.cls.php (line 842)
  1. $src_list[$k]['src'] = $this->_preserve_esi($v['src']);
  2. }
  3. }
  4. $minify = $file_type === 'css' ? $this->cfg_css_min : $this->cfg_js_min;
  5. $filename_info = $this->__optimizer->serve($this->_request_url, $file_type, $minify, $src_list);
  6. if (!$filename_info) {
  7. return false; // Failed to generate
  8. }
Optimize->_build_hash_url() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimize.cls.php (line 338)
  1. $this->content = str_replace($html_list, '', $this->content);
  2. }
  3. }
  4. if (!$this->_ucss) {
  5. $url = $this->_build_hash_url($src_list);
  6. if ($url) {
  7. // Handle css async load
  8. if ($this->cfg_css_async) {
  9. $this->html_head .=
Optimize->_optimize() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimize.cls.php (line 265)
  1. self::debug('start');
  2. $this->content_ori = $this->content = $content;
  3. $this->_optimize();
  4. return $this->content;
  5. }
  6. /**
  7. * Optimize css src
Optimize->_finalize() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimize.cls.php (line 226)
  1. * @since 1.2.2
  2. * @access public
  3. * @return string The content that is after optimization
  4. */
  5. public function finalize( $content ) {
  6. $content = $this->_finalize($content);
  7. // Fallback to replace dummy css placeholder
  8. if (false !== preg_match(self::DUMMY_CSS_REGEX, $content)) {
  9. self::debug('Fallback to drop dummy CSS');
  10. $content = preg_replace( self::DUMMY_CSS_REGEX, '', $content );
  11. }
Optimize->finalize() in /www/wwwroot/yao.com.do/wp-includes/class-wp-hook.php (line 324)
  1. // Avoid the array_slice() if possible.
  2. if ( 0 === $the_['accepted_args'] ) {
  3. $value = call_user_func( $the_['function'] );
  4. } elseif ( $the_['accepted_args'] >= $num_args ) {
  5. $value = call_user_func_array( $the_['function'], $args );
  6. } else {
  7. $value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) );
  8. }
  9. }
  10. } while ( false !== next( $this->iterations[ $nesting_level ] ) );
WP_Hook->apply_filters() in /www/wwwroot/yao.com.do/wp-includes/plugin.php (line 205)
  1. }
  2. // Pass the value to WP_Hook.
  3. array_unshift( $args, $value );
  4. $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
  5. array_pop( $wp_current_filter );
  6. return $filtered;
  7. }
apply_filters() in /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/core.cls.php (line 464)
  1. * Optimize
  2. * CDN
  3. */
  4. if ( ! defined( 'LITESPEED_NO_OPTM' ) || ! LITESPEED_NO_OPTM ) {
  5. Debug2::debug( '[Core] run hook litespeed_buffer_finalize' );
  6. $buffer = apply_filters( 'litespeed_buffer_finalize', $buffer );
  7. }
  8. /**
  9. * Replace ESI preserved list
  10. *
Core->send_headers_force()
ob_end_flush() in /www/wwwroot/yao.com.do/wp-includes/functions.php (line 5471)
  1. * @since 2.2.0
  2. */
  3. function wp_ob_end_flush_all() {
  4. $levels = ob_get_level();
  5. for ( $i = 0; $i < $levels; $i++ ) {
  6. ob_end_flush();
  7. }
  8. }
  9. /**
  10. * Loads custom DB error or display WordPress DB error.
wp_ob_end_flush_all() in /www/wwwroot/yao.com.do/wp-includes/class-wp-hook.php (line 324)
  1. // Avoid the array_slice() if possible.
  2. if ( 0 === $the_['accepted_args'] ) {
  3. $value = call_user_func( $the_['function'] );
  4. } elseif ( $the_['accepted_args'] >= $num_args ) {
  5. $value = call_user_func_array( $the_['function'], $args );
  6. } else {
  7. $value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) );
  8. }
  9. }
  10. } while ( false !== next( $this->iterations[ $nesting_level ] ) );
WP_Hook->apply_filters() in /www/wwwroot/yao.com.do/wp-includes/class-wp-hook.php (line 348)
  1. *
  2. * @param array $args Parameters to pass to the callback functions.
  3. */
  4. public function do_action( $args ) {
  5. $this->doing_action = true;
  6. $this->apply_filters( '', $args );
  7. // If there are recursive calls to the current action, we haven't finished it until we get to the last one.
  8. if ( ! $this->nesting_level ) {
  9. $this->doing_action = false;
  10. }
WP_Hook->do_action() in /www/wwwroot/yao.com.do/wp-includes/plugin.php (line 517)
  1. } elseif ( is_array( $arg[0] ) && 1 === count( $arg[0] ) && isset( $arg[0][0] ) && is_object( $arg[0][0] ) ) {
  2. // Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
  3. $arg[0] = $arg[0][0];
  4. }
  5. $wp_filter[ $hook_name ]->do_action( $arg );
  6. array_pop( $wp_current_filter );
  7. }
  8. /**
do_action() in /www/wwwroot/yao.com.do/wp-includes/load.php (line 1304)
  1. /**
  2. * Fires just before PHP shuts down execution.
  3. *
  4. * @since 1.2.0
  5. */
  6. do_action( 'shutdown' );
  7. wp_cache_close();
  8. }
  9. /**
shutdown_action_hook()

Stack Trace

ErrorException
ErrorException:
rmdir(/www/wwwroot/yao.com.do/wp-content/litespeed/css/20251227): Success

  at /www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/file.cls.php:46
  at litespeed_exception_handler()
  at rmdir()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/file.cls.php:46)
  at LiteSpeed\File::rrmdir()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimizer.cls.php:221)
  at LiteSpeed\Optimizer->load_cached_file()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimizer.cls.php:258)
  at LiteSpeed\Optimizer->load_file()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimizer.cls.php:125)
  at LiteSpeed\Optimizer->serve()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimize.cls.php:842)
  at LiteSpeed\Optimize->_build_hash_url()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimize.cls.php:338)
  at LiteSpeed\Optimize->_optimize()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimize.cls.php:265)
  at LiteSpeed\Optimize->_finalize()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/optimize.cls.php:226)
  at LiteSpeed\Optimize->finalize()
     (/www/wwwroot/yao.com.do/wp-includes/class-wp-hook.php:324)
  at WP_Hook->apply_filters()
     (/www/wwwroot/yao.com.do/wp-includes/plugin.php:205)
  at apply_filters()
     (/www/wwwroot/yao.com.do/wp-content/plugins/litespeed-cache/src/core.cls.php:464)
  at LiteSpeed\Core->send_headers_force()
  at ob_end_flush()
     (/www/wwwroot/yao.com.do/wp-includes/functions.php:5471)
  at wp_ob_end_flush_all()
     (/www/wwwroot/yao.com.do/wp-includes/class-wp-hook.php:324)
  at WP_Hook->apply_filters()
     (/www/wwwroot/yao.com.do/wp-includes/class-wp-hook.php:348)
  at WP_Hook->do_action()
     (/www/wwwroot/yao.com.do/wp-includes/plugin.php:517)
  at do_action()
     (/www/wwwroot/yao.com.do/wp-includes/load.php:1304)
  at shutdown_action_hook()