[Alba-usuario] Re: [Alba-gestion] error econtrado

Fernando Toledo ftoledo en docksud.com.ar
Mar Mayo 12 01:58:57 CEST 2009


El Monday 11 May 2009 11:55:19 fausto garcete escribió:
> Hola soy docente de informatica, he incorporado en mi materia el estudio
> del proyecto para una materia que tengo a cargo
>
> la mis es Recidencia laboral. en la localidad e Virasoro. El objetivo es
> implementar el proyecto para la gestion de alumnos en una escuela tecnica. 
> lo hemos instalado.
>
>
>
>     el enlace funciona en esta direccoion
> www.ifdvirasoro.dyndns.org/esctecnica/web .
>
>
>
> la consulta es la siguente cuando quiero entrar al modolo docente me tira
> el sgte error :
>
>
>
>                              me podria decir a que se debe ?
>
>
>
>
>
>
>
> [?php /** * autoDocente actions. * * @package ##PROJECT_NAME## *
> @subpackage autoDocente * @author Fabien Potencier * @version SVN: $Id:
> actions.class.php 3501 2007-02-18 10:28:17Z fabien $ */ class
> autoDocenteActions extends sfActions { public function executeIndex() {
> return $this->forward('docente', 'list'); } public function executeList() {
> $this->processSort(); $this->processFilters(); $this->filters =
> $this->getUser()->getAttributeHolder()->getAll('sf_admin/docente/filters');
> // pager $this->pager = new sfPropelPager('Docente', 20); $c = new
> Criteria(); $this->addSortCriteria($c); $this->addFiltersCriteria($c);
> $this->pager->setCriteria($c);
> $this->pager->setPage($this->getRequestParameter('page', 1));
> $this->pager->init(); } public function executeCreate() { return
> $this->forward('docente', 'edit'); } public function executeSave() { return
> $this->forward('docente', 'edit'); } public function executeEdit() {
> $this->docente = $this->getDocenteOrCreate(); if
> ($this->getRequest()->getMethod() == sfRequest::POST) {
> $this->updateDocenteFromRequest(); $this->saveDocente($this->docente);
> $this->setFlash('notice', 'Your modifications have been saved'); if
> ($this->getRequestParameter('save_and_add')) { return
> $this->redirect('docente/create'); } else if
> ($this->getRequestParameter('save_and_list')) { return
> $this->redirect('docente/list'); } else { return
> $this->redirect('docente/edit?id='.$this->docente->getId()); } } else {
> $this->labels = $this->getLabels(); } } public function executeDelete() {
> $this->docente =
> DocentePeer::retrieveByPk($this->getRequestParameter('id'));
> $this->forward404Unless($this->docente); try {
> $this->deleteDocente($this->docente); } catch (PropelException $e) {
> $this->getRequest()->setError('delete', 'Could not delete the selected
> Docente. Make sure it does not have any associated items.'); return
> $this->forward('docente', 'list'); } return
> $this->redirect('docente/list'); } public function handleErrorEdit() {
> $this->preExecute(); $this->docente = $this->getDocenteOrCreate();
> $this->updateDocenteFromRequest(); $this->labels = $this->getLabels();
> return sfView::SUCCESS; } protected function saveDocente($docente) {
> $docente->save();
>
>
>
hola fausto solo en ese modulo te pasa?
pareciera como que no te esta interpretando el archiv php 
revisa si dentro de ese modulo los archivos tiene los tag <?php ?> bien 
puestos.
que versión estas corriendo?


-- 
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /pipermail/alba-usuario/attachments/20090511/cc3795fd/attachment.pgp


Más información sobre la lista de distribución Alba-usuario