Commit 07bbfe61 authored by JULIO JARAMILLO's avatar JULIO JARAMILLO

subida error

parent d3a66ce7
<?php
/**
* This is the model class for table "mzgtbancoautores".
* This is the model base class for the table "mzgtbancoautores".
* DO NOT MODIFY THIS FILE! It is automatically generated by giix.
* If any changes are necessary, you must set or override the required
* property or method in class "Mzgtbancoautores".
*
* Columns in table "mzgtbancoautores" available as properties of the model,
* followed by relations of table "mzgtbancoautores" available as properties of the model.
*
* The followings are the available columns in table 'mzgtbancoautores':
* @property integer $PK_MZGTBANCOAUTORES
* @property string $MZGTBANCOAUTORES_TRATO
* @property string $MZGTBANCOAUTORES_APELLIDO_PATERNO
......@@ -17,117 +22,94 @@
* @property string $MZGTBANCOAUTORES_CODIGO
* @property string $MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO
*
* The followings are the available model relations:
* @property Mzgtpublicaciones[] $mzgtpublicaciones
* @property Mzgtlibros[] $mzgtlibroses
* @property Mzgtcarreras[] $mzgtcarrerases
*/
class baseMzgtbancoautores extends CActiveRecord
{
/**
* @return string the associated database table name
*/
public function tableName()
{
abstract class BaseMzgtbancoautores extends GxActiveRecord {
public static function model($className=__CLASS__) {
return parent::model($className);
}
public function tableName() {
return 'mzgtbancoautores';
}
/**
* @return array validation rules for model attributes.
*/
public function rules()
{
// NOTE: you should only define rules for those attributes that
// will receive user inputs.
public static function label($n = 1) {
return Yii::t('app', 'Mzgtbancoautores|Mzgtbancoautores', $n);
}
public static function representingColumn() {
return 'MZGTBANCOAUTORES_TRATO';
}
public function rules() {
return array(
array('FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK', 'required'),
array('FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK', 'numerical', 'integerOnly'=>true),
array('MZGTBANCOAUTORES_TRATO, MZGTBANCOAUTORES_TIPODOCUMENTO', 'length', 'max'=>100),
array('MZGTBANCOAUTORES_APELLIDO_PATERNO, MZGTBANCOAUTORES_APELLIDO_MATERNO, MZGTBANCOAUTORES_PRIMER_NOMBRE, MZGTBANCOAUTORES_SEGUNDO_NOMBRE, MZGTBANCOAUTORES_CEDULA, MZGTBANCOAUTORES_PAIS, MZGTBANCOAUTORES_CODIGO', 'length', 'max'=>255),
array('MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO', 'length', 'max'=>300),
// The following rule is used by search().
// @todo Please remove those attributes that should not be searched.
array('MZGTBANCOAUTORES_TRATO, MZGTBANCOAUTORES_APELLIDO_PATERNO, MZGTBANCOAUTORES_APELLIDO_MATERNO, MZGTBANCOAUTORES_PRIMER_NOMBRE, MZGTBANCOAUTORES_SEGUNDO_NOMBRE, MZGTBANCOAUTORES_TIPODOCUMENTO, MZGTBANCOAUTORES_CEDULA, MZGTBANCOAUTORES_PAIS, MZGTBANCOAUTORES_CODIGO, MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO', 'default', 'setOnEmpty' => true, 'value' => null),
array('PK_MZGTBANCOAUTORES, MZGTBANCOAUTORES_TRATO, MZGTBANCOAUTORES_APELLIDO_PATERNO, MZGTBANCOAUTORES_APELLIDO_MATERNO, MZGTBANCOAUTORES_PRIMER_NOMBRE, MZGTBANCOAUTORES_SEGUNDO_NOMBRE, MZGTBANCOAUTORES_TIPODOCUMENTO, MZGTBANCOAUTORES_CEDULA, FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK, MZGTBANCOAUTORES_PAIS, MZGTBANCOAUTORES_CODIGO, MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO', 'safe', 'on'=>'search'),
);
}
/**
* @return array relational rules.
*/
public function relations()
{
// NOTE: you may need to adjust the relation name and the related
// class name for the relations automatically generated below.
public function relations() {
return array(
'mzgtpublicaciones' => array(self::MANY_MANY, 'Mzgtpublicaciones', 'mzgtautores(PK_MZGTBANCOAUTORES, PK_MZGTPUBLICACIONES)'),
'mzgtlibroses' => array(self::MANY_MANY, 'Mzgtlibros', 'mzgtautoreslibros(PK_MZGTBANCOAUTORES, PK_MZGTLIBROS)'),
'mzgtcarrerases' => array(self::MANY_MANY, 'Mzgtcarreras', 'mzgtbancoautores_carreras(PK_MZGTBANCOAUTORES, PK_MZGTCARRERAS)'),
);
}
/**
* @return array customized attribute labels (name=>label)
*/
public function attributeLabels()
{
public function pivotModels() {
return array(
'PK_MZGTBANCOAUTORES' => 'Pk Mzgtbancoautores',
'MZGTBANCOAUTORES_TRATO' => 'Mzgtbancoautores Trato',
'MZGTBANCOAUTORES_APELLIDO_PATERNO' => 'Mzgtbancoautores Apellido Paterno',
'MZGTBANCOAUTORES_APELLIDO_MATERNO' => 'Mzgtbancoautores Apellido Materno',
'MZGTBANCOAUTORES_PRIMER_NOMBRE' => 'Mzgtbancoautores Primer Nombre',
'MZGTBANCOAUTORES_SEGUNDO_NOMBRE' => 'Mzgtbancoautores Segundo Nombre',
'MZGTBANCOAUTORES_TIPODOCUMENTO' => 'Mzgtbancoautores Tipodocumento',
'MZGTBANCOAUTORES_CEDULA' => 'Mzgtbancoautores Cedula',
'FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK' => 'Fk1 Mzgtbancoautores Inv Mzgtinstituciones Pk',
'MZGTBANCOAUTORES_PAIS' => 'Mzgtbancoautores Pais',
'MZGTBANCOAUTORES_CODIGO' => 'Mzgtbancoautores Codigo',
'MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO' => 'Mzgtbancoautores Departamento Centro',
'mzgtpublicaciones' => 'Mzgtautores',
'mzgtlibroses' => 'Mzgtautoreslibros',
'mzgtcarrerases' => 'MzgtbancoautoresCarreras',
);
}
/**
* Retrieves a list of models based on the current search/filter conditions.
*
* Typical usecase:
* - Initialize the model fields with values from filter form.
* - Execute this method to get CActiveDataProvider instance which will filter
* models according to data in model fields.
* - Pass data provider to CGridView, CListView or any similar widget.
*
* @return CActiveDataProvider the data provider that can return the models
* based on the search/filter conditions.
*/
public function search()
{
// @todo Please modify the following code to remove attributes that should not be searched.
public function attributeLabels() {
return array(
'PK_MZGTBANCOAUTORES' => Yii::t('app', 'Pk Mzgtbancoautores'),
'MZGTBANCOAUTORES_TRATO' => Yii::t('app', 'Mzgtbancoautores Trato'),
'MZGTBANCOAUTORES_APELLIDO_PATERNO' => Yii::t('app', 'Mzgtbancoautores Apellido Paterno'),
'MZGTBANCOAUTORES_APELLIDO_MATERNO' => Yii::t('app', 'Mzgtbancoautores Apellido Materno'),
'MZGTBANCOAUTORES_PRIMER_NOMBRE' => Yii::t('app', 'Mzgtbancoautores Primer Nombre'),
'MZGTBANCOAUTORES_SEGUNDO_NOMBRE' => Yii::t('app', 'Mzgtbancoautores Segundo Nombre'),
'MZGTBANCOAUTORES_TIPODOCUMENTO' => Yii::t('app', 'Mzgtbancoautores Tipodocumento'),
'MZGTBANCOAUTORES_CEDULA' => Yii::t('app', 'Mzgtbancoautores Cedula'),
'FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK' => Yii::t('app', 'Fk1 Mzgtbancoautores Inv Mzgtinstituciones Pk'),
'MZGTBANCOAUTORES_PAIS' => Yii::t('app', 'Mzgtbancoautores Pais'),
'MZGTBANCOAUTORES_CODIGO' => Yii::t('app', 'Mzgtbancoautores Codigo'),
'MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO' => Yii::t('app', 'Mzgtbancoautores Departamento Centro'),
'mzgtpublicaciones' => null,
'mzgtlibroses' => null,
'mzgtcarrerases' => null,
);
}
$criteria=new CDbCriteria;
public function search() {
$criteria = new CDbCriteria;
$criteria->compare('PK_MZGTBANCOAUTORES',$this->PK_MZGTBANCOAUTORES);
$criteria->compare('MZGTBANCOAUTORES_TRATO',$this->MZGTBANCOAUTORES_TRATO,true);
$criteria->compare('MZGTBANCOAUTORES_APELLIDO_PATERNO',$this->MZGTBANCOAUTORES_APELLIDO_PATERNO,true);
$criteria->compare('MZGTBANCOAUTORES_APELLIDO_MATERNO',$this->MZGTBANCOAUTORES_APELLIDO_MATERNO,true);
$criteria->compare('MZGTBANCOAUTORES_PRIMER_NOMBRE',$this->MZGTBANCOAUTORES_PRIMER_NOMBRE,true);
$criteria->compare('MZGTBANCOAUTORES_SEGUNDO_NOMBRE',$this->MZGTBANCOAUTORES_SEGUNDO_NOMBRE,true);
$criteria->compare('MZGTBANCOAUTORES_TIPODOCUMENTO',$this->MZGTBANCOAUTORES_TIPODOCUMENTO,true);
$criteria->compare('MZGTBANCOAUTORES_CEDULA',$this->MZGTBANCOAUTORES_CEDULA,true);
$criteria->compare('FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK',$this->FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK);
$criteria->compare('MZGTBANCOAUTORES_PAIS',$this->MZGTBANCOAUTORES_PAIS,true);
$criteria->compare('MZGTBANCOAUTORES_CODIGO',$this->MZGTBANCOAUTORES_CODIGO,true);
$criteria->compare('MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO',$this->MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO,true);
$criteria->compare('PK_MZGTBANCOAUTORES', $this->PK_MZGTBANCOAUTORES);
$criteria->compare('MZGTBANCOAUTORES_TRATO', $this->MZGTBANCOAUTORES_TRATO, true);
$criteria->compare('MZGTBANCOAUTORES_APELLIDO_PATERNO', $this->MZGTBANCOAUTORES_APELLIDO_PATERNO, true);
$criteria->compare('MZGTBANCOAUTORES_APELLIDO_MATERNO', $this->MZGTBANCOAUTORES_APELLIDO_MATERNO, true);
$criteria->compare('MZGTBANCOAUTORES_PRIMER_NOMBRE', $this->MZGTBANCOAUTORES_PRIMER_NOMBRE, true);
$criteria->compare('MZGTBANCOAUTORES_SEGUNDO_NOMBRE', $this->MZGTBANCOAUTORES_SEGUNDO_NOMBRE, true);
$criteria->compare('MZGTBANCOAUTORES_TIPODOCUMENTO', $this->MZGTBANCOAUTORES_TIPODOCUMENTO, true);
$criteria->compare('MZGTBANCOAUTORES_CEDULA', $this->MZGTBANCOAUTORES_CEDULA, true);
$criteria->compare('FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK', $this->FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK);
$criteria->compare('MZGTBANCOAUTORES_PAIS', $this->MZGTBANCOAUTORES_PAIS, true);
$criteria->compare('MZGTBANCOAUTORES_CODIGO', $this->MZGTBANCOAUTORES_CODIGO, true);
$criteria->compare('MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO', $this->MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO, true);
return new CActiveDataProvider($this, array(
'criteria'=>$criteria,
'criteria' => $criteria,
));
}
/**
* Returns the static model of the specified AR class.
* Please note that you should have this exact method in all your CActiveRecord descendants!
* @param string $className active record class name.
* @return baseMzgtbancoautores the static model class
*/
public static function model($className=__CLASS__)
{
return parent::model($className);
}
}
}
\ No newline at end of file
......@@ -7058,3 +7058,169 @@ Stack trace:
REQUEST_URI=/sirep/mzgtbancoautores/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/create.html
---
2019/03/22 18:16:47 [error] [exception.CException] CException: Mzgtbancoautores y sus behaviors no tienen un método o closure llamado "getRelationLabel". in C:\xampp2\htdocs\sirep\yii\framework\base\CComponent.php:266
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\db\ar\CActiveRecord.php(229): CComponent->__call('getRelationLabe...', Array)
#1 C:\xampp2\htdocs\sirep\protected\views\mzgtbancoautores\_form.php(129): CActiveRecord->__call('getRelationLabe...', Array)
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(126): require('C:\\xampp2\\htdoc...')
#3 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(95): CBaseController->renderInternal('C:\\xampp2\\htdoc...', Array, true)
#4 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(872): CBaseController->renderFile('C:\\xampp2\\htdoc...', Array, true)
#5 C:\xampp2\htdocs\sirep\protected\views\mzgtbancoautores\create.php(20): CController->renderPartial('_form', Array)
#6 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(126): require('C:\\xampp2\\htdoc...')
#7 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(95): CBaseController->renderInternal('C:\\xampp2\\htdoc...', Array, true)
#8 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(872): CBaseController->renderFile('C:\\xampp2\\htdoc...', Array, true)
#9 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(785): CController->renderPartial('create', Array, true)
#10 C:\xampp2\htdocs\sirep\protected\controllers\MzgtbancoautoresController.php(78): CController->render('create', Array)
#11 C:\xampp2\htdocs\sirep\yii\framework\web\actions\CInlineAction.php(49): MzgtbancoautoresController->actionCreate()
#12 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(308): CInlineAction->runWithParams(Array)
#13 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(286): CController->runAction(Object(CInlineAction))
#14 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#15 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('create')
#16 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#17 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#18 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#19 {main}
REQUEST_URI=/sirep/mzgtbancoautores/create.html
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/index.html
---
2019/03/22 18:16:47 [error] [exception.CHttpException.404] CHttpException: El sistema no ha podido encontrar la acción "sirep" solicitada. in C:\xampp2\htdocs\sirep\yii\framework\web\CController.php:486
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(270): CController->missingAction('sirep')
#1 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('sirep')
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#3 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#4 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#5 {main}
REQUEST_URI=/sirep/mzgtbancoautores/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/create.html
---
2019/03/22 18:16:51 [error] [exception.CException] CException: Mzgtbancoautores y sus behaviors no tienen un método o closure llamado "getRelationLabel". in C:\xampp2\htdocs\sirep\yii\framework\base\CComponent.php:266
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\db\ar\CActiveRecord.php(229): CComponent->__call('getRelationLabe...', Array)
#1 C:\xampp2\htdocs\sirep\protected\views\mzgtbancoautores\_form.php(129): CActiveRecord->__call('getRelationLabe...', Array)
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(126): require('C:\\xampp2\\htdoc...')
#3 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(95): CBaseController->renderInternal('C:\\xampp2\\htdoc...', Array, true)
#4 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(872): CBaseController->renderFile('C:\\xampp2\\htdoc...', Array, true)
#5 C:\xampp2\htdocs\sirep\protected\views\mzgtbancoautores\create.php(20): CController->renderPartial('_form', Array)
#6 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(126): require('C:\\xampp2\\htdoc...')
#7 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(95): CBaseController->renderInternal('C:\\xampp2\\htdoc...', Array, true)
#8 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(872): CBaseController->renderFile('C:\\xampp2\\htdoc...', Array, true)
#9 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(785): CController->renderPartial('create', Array, true)
#10 C:\xampp2\htdocs\sirep\protected\controllers\MzgtbancoautoresController.php(78): CController->render('create', Array)
#11 C:\xampp2\htdocs\sirep\yii\framework\web\actions\CInlineAction.php(49): MzgtbancoautoresController->actionCreate()
#12 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(308): CInlineAction->runWithParams(Array)
#13 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(286): CController->runAction(Object(CInlineAction))
#14 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#15 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('create')
#16 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#17 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#18 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#19 {main}
REQUEST_URI=/sirep/mzgtbancoautores/create.html
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/create.html
---
2019/03/22 18:16:52 [error] [exception.CHttpException.404] CHttpException: El sistema no ha podido encontrar la acción "sirep" solicitada. in C:\xampp2\htdocs\sirep\yii\framework\web\CController.php:486
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(270): CController->missingAction('sirep')
#1 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('sirep')
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#3 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#4 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#5 {main}
REQUEST_URI=/sirep/mzgtbancoautores/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/create.html
---
2019/03/22 18:16:56 [error] [exception.CException] CException: Mzgtbancoautores y sus behaviors no tienen un método o closure llamado "getRelationLabel". in C:\xampp2\htdocs\sirep\yii\framework\base\CComponent.php:266
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\db\ar\CActiveRecord.php(229): CComponent->__call('getRelationLabe...', Array)
#1 C:\xampp2\htdocs\sirep\protected\views\mzgtbancoautores\_form.php(129): CActiveRecord->__call('getRelationLabe...', Array)
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(126): require('C:\\xampp2\\htdoc...')
#3 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(95): CBaseController->renderInternal('C:\\xampp2\\htdoc...', Array, true)
#4 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(872): CBaseController->renderFile('C:\\xampp2\\htdoc...', Array, true)
#5 C:\xampp2\htdocs\sirep\protected\views\mzgtbancoautores\create.php(20): CController->renderPartial('_form', Array)
#6 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(126): require('C:\\xampp2\\htdoc...')
#7 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(95): CBaseController->renderInternal('C:\\xampp2\\htdoc...', Array, true)
#8 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(872): CBaseController->renderFile('C:\\xampp2\\htdoc...', Array, true)
#9 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(785): CController->renderPartial('create', Array, true)
#10 C:\xampp2\htdocs\sirep\protected\controllers\MzgtbancoautoresController.php(78): CController->render('create', Array)
#11 C:\xampp2\htdocs\sirep\yii\framework\web\actions\CInlineAction.php(49): MzgtbancoautoresController->actionCreate()
#12 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(308): CInlineAction->runWithParams(Array)
#13 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(286): CController->runAction(Object(CInlineAction))
#14 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#15 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('create')
#16 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#17 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#18 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#19 {main}
REQUEST_URI=/sirep/mzgtbancoautores/create.html
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/create.html
---
2019/03/22 18:16:56 [error] [exception.CHttpException.404] CHttpException: El sistema no ha podido encontrar la acción "sirep" solicitada. in C:\xampp2\htdocs\sirep\yii\framework\web\CController.php:486
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(270): CController->missingAction('sirep')
#1 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('sirep')
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#3 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#4 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#5 {main}
REQUEST_URI=/sirep/mzgtbancoautores/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/create.html
---
2019/03/22 18:17:00 [error] [exception.CHttpException.404] CHttpException: El sistema no ha podido encontrar la acción "sirep" solicitada. in C:\xampp2\htdocs\sirep\yii\framework\web\CController.php:486
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(270): CController->missingAction('sirep')
#1 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('sirep')
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtpublicacion...')
#3 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#4 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#5 {main}
REQUEST_URI=/sirep/mzgtpublicaciones/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep/mzgtpublicaciones/create.html
---
2019/03/22 18:17:01 [error] [exception.CException] CException: Mzgtbancoautores y sus behaviors no tienen un método o closure llamado "getRelationLabel". in C:\xampp2\htdocs\sirep\yii\framework\base\CComponent.php:266
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\db\ar\CActiveRecord.php(229): CComponent->__call('getRelationLabe...', Array)
#1 C:\xampp2\htdocs\sirep\protected\views\mzgtbancoautores\_form.php(129): CActiveRecord->__call('getRelationLabe...', Array)
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(126): require('C:\\xampp2\\htdoc...')
#3 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(95): CBaseController->renderInternal('C:\\xampp2\\htdoc...', Array, true)
#4 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(872): CBaseController->renderFile('C:\\xampp2\\htdoc...', Array, true)
#5 C:\xampp2\htdocs\sirep\protected\views\mzgtbancoautores\create.php(20): CController->renderPartial('_form', Array)
#6 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(126): require('C:\\xampp2\\htdoc...')
#7 C:\xampp2\htdocs\sirep\yii\framework\web\CBaseController.php(95): CBaseController->renderInternal('C:\\xampp2\\htdoc...', Array, true)
#8 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(872): CBaseController->renderFile('C:\\xampp2\\htdoc...', Array, true)
#9 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(785): CController->renderPartial('create', Array, true)
#10 C:\xampp2\htdocs\sirep\protected\controllers\MzgtbancoautoresController.php(78): CController->render('create', Array)
#11 C:\xampp2\htdocs\sirep\yii\framework\web\actions\CInlineAction.php(49): MzgtbancoautoresController->actionCreate()
#12 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(308): CInlineAction->runWithParams(Array)
#13 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(286): CController->runAction(Object(CInlineAction))
#14 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#15 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('create')
#16 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#17 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#18 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#19 {main}
REQUEST_URI=/sirep/mzgtbancoautores/create.html
HTTP_REFERER=http://localhost/sirep/mzgtpublicaciones/create.html
---
2019/03/22 18:17:01 [error] [exception.CHttpException.404] CHttpException: El sistema no ha podido encontrar la acción "sirep" solicitada. in C:\xampp2\htdocs\sirep\yii\framework\web\CController.php:486
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(270): CController->missingAction('sirep')
#1 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('sirep')
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#3 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#4 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#5 {main}
REQUEST_URI=/sirep/mzgtbancoautores/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/create.html
---
2019/03/22 18:18:22 [error] [exception.CHttpException.404] CHttpException: El sistema no ha podido encontrar la acción "sirep" solicitada. in C:\xampp2\htdocs\sirep\yii\framework\web\CController.php:486
Stack trace:
#0 C:\xampp2\htdocs\sirep\yii\framework\web\CController.php(270): CController->missingAction('sirep')
#1 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(282): CController->run('sirep')
#2 C:\xampp2\htdocs\sirep\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtbancoautore...')
#3 C:\xampp2\htdocs\sirep\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#4 C:\xampp2\htdocs\sirep\index.php(15): CApplication->run()
#5 {main}
REQUEST_URI=/sirep/mzgtbancoautores/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep/mzgtbancoautores/create.html
---
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment