Buses Pullman Ruta 5 es una empresa de transporte de pasajeros con cobertura de sus servicios en la zona Sur de Chile. Dentro de las ciudades a las cuales esta empresa realiza sus servicios se destacan Santiago, Osorno, Purranque, Temuco, Río Bueno, Futrono, Riñinahue, entre otras más.

Desde la ciudad de Santiago realiza sus salidas desde la Terminal Sur y desde Osorno desde la Terminal Osorno. Actualmente otras empresas que ofrecen servicios simlares son Turbus, Pullman Bus, Buses ETM y Thaebus.

Horario de Buses Ruta 5

Los horarios y rutas de la empresa son los siguientes:

RutaPrecioHorario de Salida
Santiago a Temuco Desde $8,900 proximamente
Temuco a Santiago Desde $9,000 proximamente
Santiago a Osorno Desde $16,800 proximamente
Osorno a Santiago Desde $16,800 proximamente
Santiago a Purranque Desde $20,000 proximamente
Purranque a Santiago Desde $20,000 proximamente
Temuco a Osorno Desde $8,800 proximamente
Osorno a Temuco Desde $8,800 proximamente

Contacto de Buses Ruta 5

Telefono: 02-27648304
Correo: Esta dirección de correo electrónico está siendo protegida contra los robots de spam. Necesita tener JavaScript habilitado para poder verlo.
Facebook: facebook.com/busesruta5/

Oficinas y teléfonos de Buses Ruta 5

Oficina Santiago

Terminal Sur
Dirección: Av. Bernardo O’Higgins 3850
Teléfono: +56 2 2764 8304

Oficina Temuco

Terminal de Temuco
Dirección: Vicente Pérez Rosales 01609
Teléfono: 045-222 3637

Oficina Osorno

Terminal de Osorno
Dirección: Errázuriz 1400
Teléfono: 064-231 7040

Asientos Buses Ruta 5

Clásico

asientos con una reclinación en 55°, baño, aire acondicionado y calefacción, tv/dvd, servicio de asistente a bordo, circuito cerrado de televisión y tv móvil.




Warning: include(/home/horariod/public_html/libraries/vendor/composer/../symfony/var-dumper/Dumper/CliDumper.php): Failed to open stream: No such file or directory in /home/horariod/public_html/libraries/vendor/composer/ClassLoader.php on line 576

Warning: include(): Failed opening '/home/horariod/public_html/libraries/vendor/composer/../symfony/var-dumper/Dumper/CliDumper.php' for inclusion (include_path='.:/opt/cpanel/ea-php82/root/usr/share/pear') in /home/horariod/public_html/libraries/vendor/composer/ClassLoader.php on line 576
Attempted to load class "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper". Did you forget a "use" statement for another namespace? (500 Whoops, looks like something went wrong.)

ClassNotFoundError

HTTP 500 Whoops, looks like something went wrong.

Attempted to load class "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1.      * DataFormatter constructor.
  2.      */
  3.     public function __construct()
  4.     {
  5.         $this->cloner = new VarCloner();
  6.         $this->dumper = new CliDumper();
  7.     }
  8.     /**
  9.      * @param $data
  10.      * @return string
  1.      * @return DataFormatter
  2.      */
  3.     public static function getDefaultDataFormatter(): DataFormatter
  4.     {
  5.         if (self::$defaultDataFormatter === null) {
  6.             self::$defaultDataFormatter = new DataFormatter();
  7.         }
  8.         return self::$defaultDataFormatter;
  9.     }
AbstractDataCollector::getDefaultDataFormatter() in /home/horariod/public_html/plugins/system/debug/src/AbstractDataCollector.php (line 65)
  1.      * @return DataFormatter
  2.      */
  3.     public function getDataFormatter(): DataFormatter
  4.     {
  5.         if ($this->dataFormater === null) {
  6.             $this->dataFormater self::getDefaultDataFormatter();
  7.         }
  8.         return $this->dataFormater;
  9.     }
  1.                 $value '***redacted***';
  2.             });
  3.             foreach ($data as $key => $value) {
  4.                 $this->sessionData[$key] = $this->getDataFormatter()->formatVar($value);
  5.             }
  6.         }
  7.         return ['data' => $this->sessionData];
  8.     }
  1.     public function __construct($params$collect false)
  2.     {
  3.         parent::__construct($params);
  4.         if ($collect) {
  5.             $this->collect();
  6.         }
  7.     }
  8.     /**
  9.      * Called by the DebugBar when data needs to be collected
SessionCollector->__construct(object(Registry), true) in /home/horariod/public_html/plugins/system/debug/src/Extension/Debug.php (line 307)
  1.             if ($this->params->get('request'1)) {
  2.                 $this->debugBar->addCollector(new RequestDataCollector());
  3.             }
  4.             if ($this->params->get('session'1)) {
  5.                 $this->debugBar->addCollector(new SessionCollector($this->paramstrue));
  6.             }
  7.             if ($this->params->get('profile'1)) {
  8.                 $this->debugBar->addCollector((new ProfileCollector($this->params))->setRequestEndTime($endTime));
  9.             }
  1.             foreach ($this->listeners[$event->getName()] as $listener) {
  2.                 if ($event->isStopped()) {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.             $dispatcher $this->getDispatcher();
  2.         } catch (\UnexpectedValueException $exception) {
  3.             return null;
  4.         }
  5.         return $dispatcher->dispatch($eventName$event ?: new ApplicationEvent($eventName$this));
  6.     }
  7.     /**
  8.      * Method to run the application routines.
  9.      *
AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent)) in /home/horariod/public_html/libraries/src/Application/CMSApplication.php (line 347)
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->dispatchEvent(
  5.             'onAfterRespond',
  6.             new AfterRespondEvent('onAfterRespond', ['subject' => $this])
  7.         );
  8.     }
CMSApplication->execute() in /home/horariod/public_html/includes/app.php (line 58)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/horariod/public_html/includes/app.php') in /home/horariod/public_html/index.php (line 54)
  1.     // ... die
  2.     die();
  3. }
  4. // Run the application - All executable code should be triggered through this file
  5. require_once __DIR__ '/includes/app.php';

Stack Trace

ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper".
Did you forget a "use" statement for another namespace?

  at /home/horariod/public_html/libraries/vendor/php-debugbar/php-debugbar/src/DebugBar/DataFormatter/DataFormatter.php:28
  at DebugBar\DataFormatter\DataFormatter->__construct()
     (/home/horariod/public_html/plugins/system/debug/src/AbstractDataCollector.php:80)
  at Joomla\Plugin\System\Debug\AbstractDataCollector::getDefaultDataFormatter()
     (/home/horariod/public_html/plugins/system/debug/src/AbstractDataCollector.php:65)
  at Joomla\Plugin\System\Debug\AbstractDataCollector->getDataFormatter()
     (/home/horariod/public_html/plugins/system/debug/src/DataCollector/SessionCollector.php:87)
  at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->collect()
     (/home/horariod/public_html/plugins/system/debug/src/DataCollector/SessionCollector.php:58)
  at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->__construct(object(Registry), true)
     (/home/horariod/public_html/plugins/system/debug/src/Extension/Debug.php:307)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond(object(AfterRespondEvent))
     (/home/horariod/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onAfterRespond', object(AfterRespondEvent))
     (/home/horariod/public_html/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent))
     (/home/horariod/public_html/libraries/src/Application/CMSApplication.php:347)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/horariod/public_html/includes/app.php:58)
  at require_once('/home/horariod/public_html/includes/app.php')
     (/home/horariod/public_html/index.php:54)