Commit a0ce9ce1 authored by Jerl1997's avatar Jerl1997

VALIDACION CAMPO ENLACE

parent 07022381
......@@ -8503,3 +8503,14 @@ Stack trace:
REQUEST_URI=/sirep-1/mzgtlibros/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep-1/mzgtlibros/69.html
---
2019/04/01 16:13:01 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'El sistema no ha podido encontrar la acción "sirep" solicitada.' in C:\xampp\htdocs\sirep-1\yii\framework\web\CController.php:486
Stack trace:
#0 C:\xampp\htdocs\sirep-1\yii\framework\web\CController.php(270): CController->missingAction('sirep')
#1 C:\xampp\htdocs\sirep-1\yii\framework\web\CWebApplication.php(282): CController->run('sirep')
#2 C:\xampp\htdocs\sirep-1\yii\framework\web\CWebApplication.php(141): CWebApplication->runController('mzgtlibros/sire...')
#3 C:\xampp\htdocs\sirep-1\yii\framework\base\CApplication.php(185): CWebApplication->processRequest()
#4 C:\xampp\htdocs\sirep-1\index.php(15): CApplication->run()
#5 {main}
REQUEST_URI=/sirep-1/mzgtlibros/sirep/images/banner.png
HTTP_REFERER=http://localhost/sirep-1/mzgtlibros/69.html
---
......@@ -59,6 +59,9 @@
<?php echo GxHtml::encode($data->getAttributeLabel('MZGTLIBROS_ANIO')); ?>:
<?php echo GxHtml::encode($data->MZGTLIBROS_ANIO); ?>
<br />
<?php echo GxHtml::encode($data->getAttributeLabel('MZGTLIBROS_ENLACE')); ?>:
<?php echo GxHtml::encode($data->MZGTLIBROS_ENLACE); ?>
<br />
<?php echo GxHtml::encode($data->getAttributeLabel('MZGTLIBROS_VOLUMEN')); ?>:
<?php echo GxHtml::encode($data->MZGTLIBROS_VOLUMEN); ?>
<br />
......
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