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

--~--~---------~--~----~------------~-------~--~----~
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