It was post size issue

On Thu, Jun 11, 2009 at 08:59, Thomas Rabaix <thomas.rab...@gmail.com>wrote:

> well something is wrong in your code. It is not a Form issue. your action
> calls the forward with wrong parameters
>
>
> On Thu, Jun 11, 2009 at 3:49 AM, Sid Ferreira <sid....@gmail.com> wrote:
>
>> it is from propel admin generator.
>>
>> On Wed, Jun 10, 2009 at 19:51, Thomas Rabaix <thomas.rab...@gmail.com>wrote:
>>
>>> READ THE ERROR MESSAGE  :
>>> ** *Action "player/7" does not exist*
>>> ;)
>>>
>>> You are forwarding the request to the '7' action of the player module ...
>>>
>>>
>>> On Wed, Jun 10, 2009 at 9:10 PM, Sid Ferreira <sid....@gmail.com> wrote:
>>>
>>>> Hi folks!Im uploading a large file (10 to 30 mb) and symfony is getting
>>>> an error.
>>>> Any idea? Tried session timeout and upload sisze, no changes...
>>>>
>>>> *404 | Not Found | sfError404Exception**Action "player/7" does not
>>>> exist.* *stack trace*
>>>>
>>>>    - at ()
>>>>    in *SF_ROOT_DIR/lib/symfony/controller/sfController.class.php* line
>>>>    202 ... <http://gass.reikan.com.br/backend_dev.php/player/7>
>>>>
>>>>    1.         $this->dispatcher->notify(new sfEvent($this,
>>>>          'application.log', array(sprintf(
>>>>          'Action "%s/%s" does not exist', $moduleName, $actionName))));
>>>>          2.       }
>>>>          3.
>>>>          4.       throw new sfError404Exception(sprintf(
>>>>          'Action "%s/%s" does not exist.', $moduleName, $actionName));
>>>>          5.     }
>>>>          6.
>>>>          7.     // create an instance of the action
>>>>       - at *sfController->forward*('player', '7')
>>>>    in *
>>>>    SF_ROOT_DIR/lib/symfony/controller/sfFrontWebController.class.php* line
>>>>    48 ... <http://gass.reikan.com.br/backend_dev.php/player/7>
>>>>
>>>>
>>>>
>>>>    1.       }
>>>>          2.
>>>>          3.       // make the first request
>>>>          4.       $this->forward($moduleName, $actionName);
>>>>          5.     }
>>>>          6.     catch (sfException $e)
>>>>          7.     {
>>>>       - at *sfFrontWebController->dispatch*()
>>>>    in *SF_ROOT_DIR/lib/symfony/util/sfContext.class.php* line 159 
>>>> ...<http://gass.reikan.com.br/backend_dev.php/player/7>
>>>>
>>>>
>>>>
>>>>    1.    */
>>>>          2.   public function dispatch()
>>>>          3.   {
>>>>          4.     $this->getController()->dispatch();
>>>>          5.   }
>>>>          6.
>>>>          7.   /**
>>>>       - at *sfContext->dispatch*()
>>>>    in *SF_ROOT_DIR/web/backend_dev.php* line 13 
>>>> ...<http://gass.reikan.com.br/backend_dev.php/player/7>
>>>>
>>>>
>>>>
>>>>    1. require_once(dirname(__FILE__).
>>>>          '/../config/ProjectConfiguration.class.php');
>>>>          2.
>>>>          3. $configuration = ProjectConfiguration::
>>>>          getApplicationConfiguration('backend', 'dev', true);
>>>>          4. sfContext::createInstance($configuration)->dispatch();
>>>>          5.
>>>>
>>>>
>>>> --
>>>> Sidney G B Ferreira
>>>> Desenvolvedor Web
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Thomas Rabaix
>>> http://rabaix.net
>>>
>>>
>>>
>>
>>
>> --
>> Sidney G B Ferreira
>> Desenvolvedor Web
>>
>>
>>
>>
>
>
> --
> Thomas Rabaix
> http://rabaix.net
>
> >
>


-- 
Sidney G B Ferreira
Desenvolvedor Web

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

Reply via email to