Yes, latest version as of yesterday night.

I solved the problem, I deleted the sympal application and executed
the sympal install task again, this time with the interactive param.

Thanks.

On 5/15/09, Jonathan Wage <[email protected]> wrote:
> Are you using the latest version of symfony from SVN?
>
> - Jon
>
> On Fri, May 15, 2009 at 4:39 AM, Gandalf <[email protected]> wrote:
>
>>
>> Hello
>>
>> I followed the sympal setup instructions, but I got this error:
>>
>> 404 | Not Found | sfError404Exception
>> Unable to find the <pre>
>> Component : Content
>> Table : content
>> </pre><br> object with the following parameters "array ()").
>> stack trace
>>
>>    * at ()
>>      in SF_SYMFONY_LIB_DIR/routing/sfObjectRoute.class.php line 111 ...
>>             108.     // check the related object
>>             109.     if (!($this->object =
>> $this->getObjectForParameters($this->parameters)) &&
>> (!isset($this->options['allow_empty']) ||
>> !$this->options['allow_empty']))
>>             110.     {
>>             111.       throw new sfError404Exception(sprintf('Unable
>> to find the %s object with the following parameters "%s").',
>> $this->options['model'], str_replace("\n", '',
>> var_export($this->filterParameters($this->parameters), true))));
>>             112.     }
>>             113.
>>             114.     return $this->object;
>>    * at sfObjectRoute->getObject()
>>      in SF_ROOT_DIR/plugins/sfSympalPlugin/lib/context/sfSympalContext.php
>> line 50 ...
>>              47.     $request = $actions->getRequest();
>>              48.     $response = $actions->getResponse();
>>              49.
>>              50.     $content = $actions->getRoute()->getObject();
>>              51.
>>              52.     $actions->forward404Unless($content);
>>              53.     $actions->getUser()->checkContentSecurity($content);
>>    * at
>> sfSympalContext->getActionsRenderer(object('sympal_content_rendererActions'))
>>      in
>> SF_ROOT_DIR/plugins/sfSympalPlugin/modules/sympal_content_renderer/lib/Basesympal_content_rendererActions.class.php
>> line 8 ...
>>               5.   public function executeIndex(sfWebRequest $request)
>>               6.   {
>>               7.     $sympalContext = sfSympalContext::getInstance();
>>               8.     $this->renderer =
>> $sympalContext->getActionsRenderer($this);
>>               9.   }
>>              10. }
>>    * at
>> Basesympal_content_rendererActions->executeIndex(object('sfWebRequest'))
>>      in SF_SYMFONY_LIB_DIR/action/sfActions.class.php line 53 ...
>>              50.     }
>>              51.
>>              52.     // run action
>>              53.     return $this->$actionToRun($request);
>>              54.   }
>>              55. }
>>  56.
>>    * at sfActions->execute(object('sfWebRequest'))
>>      in SF_SYMFONY_LIB_DIR/filter/sfExecutionFilter.class.php line 90 ...
>>              87.   {
>>              88.     // execute the action
>>              89.     $actionInstance->preExecute();
>>              90.     $viewName =
>> $actionInstance->execute($this->context->getRequest());
>>              91.     $actionInstance->postExecute();
>>              92.
>>              93.     return is_null($viewName) ? sfView::SUCCESS :
>> $viewName;
>>    * at
>> sfExecutionFilter->executeAction(object('sympal_content_rendererActions'))
>>      in SF_SYMFONY_LIB_DIR/filter/sfExecutionFilter.class.php line 76 ...
>>              73.       return sfView::SUCCESS;
>>              74.     }
>>              75.
>>              76.     return $this->executeAction($actionInstance);
>>              77.   }
>>              78.
>>              79.   /**
>>    * at sfExecutionFilter->handleAction(object('sfFilterChain'),
>> object('sympal_content_rendererActions'))
>>      in SF_SYMFONY_LIB_DIR/filter/sfExecutionFilter.class.php line 42 ...
>>              39.     {
>>              40.       $timer =
>> sfTimerManager::getTimer(sprintf('Action "%s/%s"',
>> $actionInstance->getModuleName(), $actionInstance->getActionName()));
>>              41.
>>              42.       $viewName = $this->handleAction($filterChain,
>> $actionInstance);
>>              43.
>>              44.       $timer->addTime();
>>              45.       $timer =
>> sfTimerManager::getTimer(sprintf('View "%s" for "%s/%s"', $viewName,
>> $actionInstance->getModuleName(), $actionInstance->getActionName()));
>>    * at sfExecutionFilter->execute(object('sfFilterChain'))
>>      in SF_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
>>              50.       }
>>              51.
>>              52.       // execute the next filter
>>              53.       $this->chain[$this->index]->execute($this);
>>              54.     }
>>              55.   }
>>  56.
>>    * at sfFilterChain->execute()
>>      in SF_SYMFONY_LIB_DIR/filter/sfCommonFilter.class.php line 29 ...
>>              26.   public function execute($filterChain)
>>              27.   {
>>              28.     // execute next filter
>>              29.     $filterChain->execute();
>>              30.
>>              31.     // execute this filter only once
>>              32.     $response = $this->context->getResponse();
>>    * at sfCommonFilter->execute(object('sfFilterChain'))
>>      in SF_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
>>              50.       }
>>              51.
>>              52.       // execute the next filter
>>              53.       $this->chain[$this->index]->execute($this);
>>              54.     }
>>              55.   }
>>  56.
>>    * at sfFilterChain->execute()
>>      in SF_SYMFONY_LIB_DIR/filter/sfRenderingFilter.class.php line 33 ...
>>              30.   public function execute($filterChain)
>>              31.   {
>>              32.     // execute next filter
>>              33.     $filterChain->execute();
>>              34.
>>              35.     // get response object
>>              36.     $response = $this->context->getResponse();
>>    * at sfRenderingFilter->execute(object('sfFilterChain'))
>>      in SF_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
>>              50.       }
>>              51.
>>              52.       // execute the next filter
>>              53.       $this->chain[$this->index]->execute($this);
>>              54.     }
>>              55.   }
>>  56.
>>    * at sfFilterChain->execute()
>>      in SF_SYMFONY_LIB_DIR/controller/sfController.class.php line 245 ...
>>             242.       }
>>             243.
>>             244.       // process the filter chain
>>             245.       $filterChain->execute();
>>             246.     }
>>             247.     else
>>             248.     {
>>    * at sfController->forward('sympal_content_renderer', 'index')
>>      in SF_SYMFONY_LIB_DIR/controller/sfFrontWebController.class.php
>> line 48 ...
>>              45.       }
>>              46.
>>              47.       // make the first request
>>              48.       $this->forward($moduleName, $actionName);
>>              49.     }
>>              50.     catch (sfException $e)
>>              51.     {
>>    * at sfFrontWebController->dispatch()
>>      in SF_SYMFONY_LIB_DIR/util/sfContext.class.php line 159 ...
>>             156.    */
>>             157.   public function dispatch()
>>             158.   {
>>             159.     $this->getController()->dispatch();
>>             160.   }
>>             161.
>>             162.   /**
>>    * at sfContext->dispatch()
>>      in SF_ROOT_DIR/web/sympal_dev.php line 13 ...
>>
>> >
>>
>
>
> --
> Jonathan H. Wage (+1 415 992 5468)
> Open Source Software Developer & Evangelist
> sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to