<br><br><div class="gmail_quote">2011/7/27 Dante Bravo <span dir="ltr">&lt;<a href="mailto:danteobravo@gmail.com">danteobravo@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Alguien podria indicarme de porqué me aparece el sgte error cuando<br>
deseo ingresar en Docentes-&gt;Administrar<br>
<br>
[?php /** * autoDocente actions. * * @package ##PROJECT_NAME## *<br>
 @subpackage autoDocente * @author Fabien Potencier * @version SVN:<br>
$Id: actions.class.php 3501 2007-02-18 10:28:17Z fabien $ */ class<br>
autoDocenteActions extends sfActions { public function executeIndex()<br>
{ return $this-&gt;forward(&#39;docente&#39;, &#39;list&#39;); } public function<br>
executeList() { $this-&gt;processSort(); $this-&gt;processFilters();<br>
$this-&gt;filters =<br>
$this-&gt;getUser()-&gt;getAttributeHolder()-&gt;getAll(&#39;sf_admin/docente/filters&#39;);<br>
// pager $this-&gt;pager = new sfPropelPager(&#39;Docente&#39;, 20); $c = new<br>
Criteria(); $this-&gt;addSortCriteria($c); $this-&gt;addFiltersCriteria($c);<br>
$this-&gt;pager-&gt;setCriteria($c);<br>
$this-&gt;pager-&gt;setPage($this-&gt;getRequestParameter(&#39;page&#39;, 1));<br>
$this-&gt;pager-&gt;init(); } public function executeCreate() { return<br>
$this-&gt;forward(&#39;docente&#39;, &#39;edit&#39;); } public function executeSave() {<br>
return $this-&gt;forward(&#39;docente&#39;, &#39;edit&#39;); } public function<br>
executeEdit() { $this-&gt;docente = $this-&gt;getDocenteOrCreate(); if<br>
($this-&gt;getRequest()-&gt;getMethod() == sfRequest::POST) {<br>
$this-&gt;updateDocenteFromRequest(); $this-&gt;saveDocente($this-&gt;docente);<br>
$this-&gt;setFlash(&#39;notice&#39;, &#39;Your modifications have been saved&#39;); if<br>
($this-&gt;getRequestParameter(&#39;save_and_add&#39;)) { return<br>
$this-&gt;redirect(&#39;docente/create&#39;); } else if<br>
($this-&gt;getRequestParameter(&#39;save_and_list&#39;)) { return<br>
$this-&gt;redirect(&#39;docente/list&#39;); } else { return<br>
$this-&gt;redirect(&#39;docente/edit?id=&#39;.$this-&gt;docente-&gt;getId()); } } else<br>
{ $this-&gt;labels = $this-&gt;getLabels(); } } public function<br>
executeDelete() { $this-&gt;docente =<br>
DocentePeer::retrieveByPk($this-&gt;getRequestParameter(&#39;id&#39;));<br>
$this-&gt;forward404Unless($this-&gt;docente); try {<br>
$this-&gt;deleteDocente($this-&gt;docente); } catch (PropelException $e) {<br>
$this-&gt;getRequest()-&gt;setError(&#39;delete&#39;, &#39;Could not delete the selected<br>
Docente. Make sure it does not have any associated items.&#39;); return<br>
$this-&gt;forward(&#39;docente&#39;, &#39;list&#39;); } return<br>
$this-&gt;redirect(&#39;docente/list&#39;); } public function handleErrorEdit() {<br>
$this-&gt;preExecute(); $this-&gt;docente = $this-&gt;getDocenteOrCreate();<br>
$this-&gt;updateDocenteFromRequest(); $this-&gt;labels = $this-&gt;getLabels();<br>
return sfView::SUCCESS; } protected function saveDocente($docente) {<br>
$docente-&gt;save();<br>
<br>
<br>
Desde ya, muchisimas gracias<br>
<br>
_______________________________________________<br>
Alba-usuario mailing list<br>
<a href="mailto:Alba-usuario@lists.ourproject.org">Alba-usuario@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/alba-usuario" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/alba-usuario</a><br>
</blockquote></div><br>Hola buen día,<br>Fijate que el error aparece por que está mal el archivo php.. comienza con una [ y tiene que comenzar con &lt; <br><br>Tenés: <br>
[?php /*<br clear="all"><br>Y deberías tener:<br>&lt;?php <br><br><br>Te recomiendo que te actualices la versión del sitio, la 1.0, o por svn..<br><br>A alguien más le ocurre ese error??<br>-- <br>Sanchez Héctor<br>PressEnter - <a href="http://www.pressenter.com.ar" target="_blank">http://www.pressenter.com.ar</a><br>