flecha El tiempo en Peñiscola

  1. Portada

Missing controller

You are seeing this error because controller SController could not be found.

Notice: this error is being rendered by the app/views/errors/missing_controller.thtml view file, a user-customizable error page for handling invalid controller dispatches.

Fatal: Unable to load controller SController

Fatal: Create Class:


<?php
class SController extends AppController
{
    var $name = 'S';
}
?>

in file : app/controllers/s_controller.php

Peñiscola - Sede ElectrónicaTurismo Peñiscola
8 queries took 26 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT table_name as name FROM INFORMATION_SCHEMA.tables WHERE table_schema = 'public';61613
2SELECT DISTINCT column_name AS name, character_maximum_length as longitud, numeric_precision as precision, numeric_precision_radix as base_precision, numeric_scale as decimales, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position FROM information_schema.columns WHERE table_name ='nodos' ORDER BY ordinal_position25255
3SELECT DISTINCT column_name AS name, character_maximum_length as longitud, numeric_precision as precision, numeric_precision_radix as base_precision, numeric_scale as decimales, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position FROM information_schema.columns WHERE table_name ='textos' ORDER BY ordinal_position11113
4SELECT DISTINCT column_name AS name, character_maximum_length as longitud, numeric_precision as precision, numeric_precision_radix as base_precision, numeric_scale as decimales, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position FROM information_schema.columns WHERE table_name ='imagenes' ORDER BY ordinal_position552
5SELECT DISTINCT column_name AS name, character_maximum_length as longitud, numeric_precision as precision, numeric_precision_radix as base_precision, numeric_scale as decimales, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position FROM information_schema.columns WHERE table_name ='archivos' ORDER BY ordinal_position12123
6SELECT DISTINCT column_name AS name, character_maximum_length as longitud, numeric_precision as precision, numeric_precision_radix as base_precision, numeric_scale as decimales, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position FROM information_schema.columns WHERE table_name ='videos' ORDER BY ordinal_position11113
7SELECT DISTINCT column_name AS name, character_maximum_length as longitud, numeric_precision as precision, numeric_precision_radix as base_precision, numeric_scale as decimales, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position FROM information_schema.columns WHERE table_name ='enlaces' ORDER BY ordinal_position772
8SELECT "Nodo"."id" AS "Nodo__id", "Nodo"."parent_id" AS "Nodo__parent_id", "Nodo"."tipo" AS "Nodo__tipo", "Nodo"."publicado" AS "Nodo__publicado", "Nodo"."nombre_texto_id" AS "Nodo__nombre_texto_id", "Nodo"."sin_acentos_texto_id" AS "Nodo__sin_acentos_texto_id", "Nodo"."contenido_texto_id" AS "Nodo__contenido_texto_id", "Nodo"."orden" AS "Nodo__orden", "Nodo"."created" AS "Nodo__created", "Nodo"."cabecera_archivo_id" AS "Nodo__cabecera_archivo_id", "Nodo"."subtitulo_texto_id" AS "Nodo__subtitulo_texto_id", "Nodo"."color" AS "Nodo__color", "Nodo"."temporal" AS "Nodo__temporal", "Nodo"."borrable" AS "Nodo__borrable", "Nodo"."movible" AS "Nodo__movible", "Nodo"."editable" AS "Nodo__editable", "Nodo"."mostrar_en_menu" AS "Nodo__mostrar_en_menu", "Nodo"."comentable" AS "Nodo__comentable", "Nodo"."etiqueta_texto_id" AS "Nodo__etiqueta_texto_id", "Nodo"."enviado_boletin" AS "Nodo__enviado_boletin", "Nodo"."title_texto_id" AS "Nodo__title_texto_id", "Nodo"."keywords_texto_id" AS "Nodo__keywords_texto_id", "Nodo"."description_texto_id" AS "Nodo__description_texto_id", "Nodo"."filename_texto_id" AS "Nodo__filename_texto_id", "Nodo"."url_mapa" AS "Nodo__url_mapa" FROM "nodos" AS "Nodo" WHERE (id=947) AND (( "Nodo"."temporal" IS NULL OR "Nodo"."temporal"=false) AND "Nodo"."publicado"=true) LIMIT 1005