I found what was the problem.

php.ini

upload_max_filesize was at 20m but i never saw post_max_size. it was
at 8m.




On 16 nov, 16:22, Simon <simonchevr...@gmail.com> wrote:
> I have a form where I can download a file to the server.
> When I create a new entry or when I change data
> in comics with the form everything works perfectly. I
> discovered an error this week. When I create a new
> entry with a file over 10MB I get an error that tells me
> I can not download the file because it is too big.
> Normal limits in php.ini is a 10mo.
> By cons, when I edit the data with the same file
> over 10mb I get the following error:
>
> 404 | Not Found | sfError404Exception
> Action "nouvelle/1" does not exist.
>
> stack trace
> at ()
> in SF_ROOT_DIR\symfony_lib_1_2\lib\controller\sfController.class.php
> line 202 ...
>         $this->dispatcher->notify(new sfEvent($this,
> 'application.log', array(sprintf('Action "%s/%s" does not exist',
> $moduleName, $actionName))));
>
>       }
>
>       throw new sfError404Exception(sprintf('Action "%s/%s" does not
> exist.', $moduleName, $actionName));
>
>     }
>
>     // create an instance of the action
> at sfController->forward('nouvelle', '1')
> in SF_ROOT_DIR\symfony_lib_1_2\lib\controller
> \sfFrontWebController.class.php line 48 ...
> at sfFrontWebController->dispatch()
> in SF_ROOT_DIR\symfony_lib_1_2\lib\util\sfContext.class.php line
> 159 ...
> at sfContext->dispatch()
> in SF_ROOT_DIR\web\backend_dev.php line 13 ...
>
> Does anyone have any idea why. The action is, if I do
> not change the file or try a smaller file while
> working properly.
>
> When this error occurs I have no additions to the log of
> symfony.
>
> thanks
--~--~---------~--~----~------------~-------~--~----~
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