Registros ordenados por el filtro "Escenario / Stage" (25)

photo count 4
Rentar propiedad de un tercero
CDMX
Galeria Bodega Concierto Espectaculos Escenario / Stage Estudio / Loft Industrial
Precio al preguntar
photo count 8
Rentar propiedad de un tercero
CDMX
Galeria Concierto Espectaculos Escenario / Stage Estudio / Loft Industrial
Precio al preguntar
photo count 32
Rentar propiedad de un tercero
CDMX
Salon de Eventos Escenario / Stage Ball Room / Salon Gala / Salon Grande
Precio al preguntar
photo count 11
Rentar propiedad de un tercero
CDMX
Piso de Domino Ajedrez Escenario / Stage Balcon
Precio al preguntar
photo count 60
Rentar propiedad de un tercero
CDMX
Plaza Publica / Square / Explanada Concierto Espectaculos Escenario / Stage
Precio al preguntar
photo count 2
Rentar propiedad de un tercero
CDMX
Galeria Escenario / Stage Estudio / Loft Industrial
Precio al preguntar
photo count 42
Rentar propiedad de un tercero
CDMX
Salon de Eventos Galeria Concierto Espectaculos Madera Brutalista Escenario / Stage Minimalista Ball Room / Salon Gala / Salon Grande
Precio al preguntar
photo count 54
Rentar propiedad de un tercero
CDMX
Bar Restaurante Jazz Bar Escenario / Stage
Precio al preguntar
photo count 132
Rentar propiedad de un tercero
CDMX
Bar Restaurante Ladrillo Western Escenario / Stage
Precio al preguntar
photo count 45
Rentar propiedad de un tercero
CDMX
Bar Restaurante Western Escenario / Stage
Precio al preguntar
photo count 15
Rentar propiedad de un tercero
CDMX
Salon de Eventos Concierto Espectaculos Escenario / Stage
Precio al preguntar
photo count 15
Rentar propiedad de un tercero
CDMX
Auditorio Concierto Espectaculos Escenario / Stage
Precio al preguntar
photo count 43
Rentar propiedad de un tercero
CDMX
Piso de Domino Ajedrez Bar Restaurante Salon de Eventos Escenario / Stage
Precio al preguntar
photo count 43
Rentar propiedad de un tercero
CDMX
Bar Restaurante Escenario / Stage
Precio al preguntar
photo count 69
Rentar propiedad de un tercero
CDMX
Bar Restaurante Jazz Bar Escenario / Stage
Precio al preguntar
photo count 28
Rentar propiedad de un tercero
CDMX
Concierto Espectaculos Escenario / Stage
Precio al preguntar
photo count 8
Rentar propiedad de un tercero
CDMX
Piso de Domino Ajedrez Salon de Eventos Concierto Espectaculos Escenario / Stage
Precio al preguntar
photo count 12
Rentar propiedad de un tercero
EDO MEX
Centro de Cultura Teatro Estacionamiento Concierto Espectaculos Escenario / Stage
El inmueble se encuentra dentro de las instalaciones del Centro Cultural Mexiquense Bicentenario. Cuenta con u...
Precio al preguntar
photo count 39
Rentar propiedad de un tercero
Toluca
Bar Restaurante Rodeo Antro Western Escenario / Stage
MXN $ Desde 80 K
photo count 9
Rentar propiedad de un tercero
CDMX
Bar Restaurante Madera Western Escenario / Stage
Precio al preguntar
photo count 26
Rentar propiedad de un tercero
CDMX
Bar Restaurante Escenario / Stage
Precio al preguntar
photo count 46
Rentar propiedad de un tercero
CDMX
Billar Bar Restaurante Madera Western Escenario / Stage
Precio al preguntar
photo count 15
Rentar propiedad de un tercero
CDMX
Piso Duela Parquet Bar Restaurante Western Escenario / Stage
MXN $ Desde 120 K
photo count 84
Rentar propiedad de un tercero
CDMX
Bar Restaurante Western Retro Vintage Deslavado Usado Gastado Escenario / Stage
MXN $ Desde 200 K
photo count 42
Rentar propiedad de un tercero
CDMX
Retro Vintage Deslavado Usado Gastado Escenario / Stage Neon
Precio al preguntar
 
^ Subir
PHP notice

PHP notice

unserialize(): Error at offset 8153 of 8192 bytes

/home/locaciones/public_html/protected/extensions/yii2-debug/Yii2Debug.php(268)

256         if (($fp = @fopen($indexFile, 'r+')) === false) {
257             throw new Exception("Unable to open debug data index file: $indexFile");
258         }
259         @flock($fp, LOCK_EX);
260         $manifest = '';
261         while (($buffer = fgets($fp)) !== false) {
262             $manifest .= $buffer;
263         }
264         if (!feof($fp) || empty($manifest)) {
265             // error while reading index data, ignore and create new
266             $manifest = array();
267         } else {
268             $manifest = unserialize($manifest);
269         }
270 
271         $manifest[$this->tag] = $summary;
272         $this->resizeHistory($manifest);
273 
274         ftruncate($fp, 0);
275         rewind($fp);
276         fwrite($fp, serialize($manifest));
277 
278         @flock($fp, LOCK_UN);
279         @fclose($fp);
280     }

Stack Trace

#0
+
 /home/locaciones/public_html/protected/extensions/yii2-debug/Yii2Debug.php(268): unserialize("a:54:{s:13:"690b64ac871c7";a:7:{s:3:"tag";s:13:"690b64ac871c7";s...")
263         }
264         if (!feof($fp) || empty($manifest)) {
265             // error while reading index data, ignore and create new
266             $manifest = array();
267         } else {
268             $manifest = unserialize($manifest);
269         }
270 
271         $manifest[$this->tag] = $summary;
272         $this->resizeHistory($manifest);
273 
#1
+
 /home/locaciones/public_html/protected/extensions/yii2-debug/Yii2Debug.php(243): Yii2Debug->updateIndexFile("/home/locaciones/public_html/protected/runtime/debug/index.data", array("tag" => "690b66210be76", "url" => "https://locaciones.mx/service-418", "ajax" => false, "method" => "GET", ...))
238 
239         $path = $this->logPath;
240         if (!is_dir($path)) mkdir($path);
241 
242         file_put_contents("$path/{$this->getTag()}.data", serialize($data));
243         $this->updateIndexFile("$path/index.data", $data['summary']);
244     }
245 
246     /**
247      * Updates index file with summary log data
248      *
#2
+
 /home/locaciones/public_html/protected/extensions/yii2-debug/Yii2Debug.php(217): Yii2Debug->processDebug()
212     /**
213      * @param CEvent $event
214      */
215     protected function onEndRequest($event)
216     {
217         $this->processDebug();
218     }
219 
220     /**
221      * Log processing routine.
222      */
2025-11-05 08:58:43 LiteSpeed Yii Framework/1.1.24