Inscribir a congreso

(Ingrese SÓLO LOS NÚMEROS.
Si su documento tiene letras, puntos, guiones, barras, etc., ignórelos)
CongresoModel: Current client filters:
Array
(
)


GlobalFilterManager->setFilterTitle
SELECT 
*
FROM
`congreso`
WHERE
`id` = ?; -- Query executed;

CongresoModel: Current client filters:
Array
(
)


FactoryField->getSelectField
SELECT 
id,
nombre label,
sin_cargo
FROM
`congreso` labels
WHERE
1 = 1
ORDER BY
id DESC; -- Query executed;

Affected rows: 8

: Declaration of IndividuoManager::getCallbackAction() should be compatible with TableManager::getCallbackAction($action = '') in /home/tuofihost/domains/asociacion.tuoficinaweb.com/public_html/modules/individuo/IndividuoManager.class.php on line 14
SingleStorageModel: Current client filters:
Array
(
)


SingleStorageModel->getAllProperties
SELECT 
`property`,
`value`,
`type`
FROM
`fwk_single_storage`
WHERE
`entity` = ?; -- Query executed;

: Declaration of IndividuoModel::getDefaultListQuery() should be compatible with TableModelMySql::getDefaultListQuery($params = Array) in /home/tuofihost/domains/asociacion.tuoficinaweb.com/public_html/modules/individuo/IndividuoModel.class.php on line 0
: Declaration of IndividuoModel::getEntityListQuery() should be compatible with TableModelMySql::getEntityListQuery($params = Array) in /home/tuofihost/domains/asociacion.tuoficinaweb.com/public_html/modules/individuo/IndividuoModel.class.php on line 0
SingleStorageModel: Current client filters:
Array
(
)


SingleStorageModel->get
SELECT 
`value`,
`type`
FROM
`fwk_single_storage`
WHERE
`entity` = ?
AND `property` = ?; -- Query executed;

Hidden Form Fields for CongresoInscripcion
Array
(
[0] => ponente
)

SingleStorageModel: Current client filters:
Array
(
)


SingleStorageModel->get
SELECT 
`value`,
`type`
FROM
`fwk_single_storage`
WHERE
`entity` = ?
AND `property` = ?; -- Query executed;

Hidden Form Fields for Individuo
Array
(
)

IndividuoManager: Removing enabled action Individuo->modify.
IndividuoManager: Removing enabled action Individuo->modifyField.
IndividuoManager: Removing enabled action Individuo->delete.
IndividuoManager: Removing enabled action Individuo->showAddForm.
IndividuoManager: Removing enabled action Individuo->showAddDuplicateForm.
IndividuoManager: Removing enabled action Individuo->showEditForm.
IndividuoManager: Removing enabled action Individuo->showViewForm.
IndividuoManager: Removing enabled action Individuo->showAll.
IndividuoManager: Removing enabled action Individuo->showSubmenus.
IndividuoManager: Removing enabled action Individuo->showId.
IndividuoManager: Removing enabled action Individuo->showStatistics.
IndividuoManager: Removing enabled action Individuo->showAsociados.
IndividuoManager: Removing enabled action Individuo->showDeudores.
IndividuoManager: Detected valid action: showInscripcionCongresoForm
TableManager::executeRequest: showInscripcionCongresoForm start
IndividuoModel: Current client filters:
Array
(
)


IndividuoManager->showInscripcionCongresoForm
SELECT 
*
FROM
`individuo`
WHERE
`id` = ?; -- Query executed;

CongresoInscripcionModel: Current client filters:
Array
(
)


IndividuoManager->showInscripcionCongresoForm
SELECT 
*
FROM
`congreso_inscripcion`
WHERE
`id` = ?; -- Query executed;

Warning: array_merge(): Argument #1 is not an array in /home/tuofihost/domains/asociacion.tuoficinaweb.com/public_html/modules/individuo/IndividuoManager.class.php on line 139

: Declaration of PaisModel::getDefaultListQuery() should be compatible with TableModelMySql::getDefaultListQuery($params = Array) in /home/tuofihost/domains/asociacion.tuoficinaweb.com/public_html/modules/pais/PaisModel.class.php on line 0
PaisModel: Current client filters:
Array
(
)


FactoryField->getSelectField
SELECT 
id,
nombre label
FROM
`pais` labels
WHERE
1 = 1; -- Query executed;

Affected rows: 240

: Declaration of ProfesionModel::getDefaultListQuery() should be compatible with TableModelMySql::getDefaultListQuery($params = Array) in /home/tuofihost/domains/asociacion.tuoficinaweb.com/public_html/modules/profesion/ProfesionModel.class.php on line 0
ProfesionModel: Current client filters:
Array
(
)


FactoryField->getSelectField
SELECT 
id,
nombre label
FROM
`profesion` labels
WHERE
1 = 1; -- Query executed;

Affected rows: 22

CongresoModel: Current client filters:
Array
(
)


FactoryField->getSelectField
SELECT 
id,
nombre label,
sin_cargo
FROM
`congreso` labels
WHERE
fecha_cierre_inscripcion IS NULL
OR fecha_cierre_inscripcion >= DATE(NOW())
ORDER BY
id DESC; -- Query executed;

Affected rows: 5

TableManager::executeRequest: showInscripcionCongresoForm end