Hi all My dev-team are working in a symfony project with symfony 1.4.5, our revision control is through subversion.
Some days ago, We got an error «Catchable fatal error: Argument 3 passed to sfRoute::__construct() must be an array, string given in .../symfony/routing/sfRoute.class.php on line 55» while a programmer was testing on her local machine and she commited the project into the repository. Now all the programmers have the same version. The strange thing is that the error is only reproducible on some computers i.e.on my laptop the project works fine, but in other two computers doesn't. We have checked for incompatibilities on OS (we use debian and ubuntu systems), Apache and PHP versions. But We think the problem is related to the app's routing.yml. Today, We test on the CLI: $ php web/index.php and it works, We got the html rendered by symfony. However, from the web browser, localhost/index.php, We got the error previously mentioned. We are so confused, because We all have the same project version, but the error only occur on some computers. Has someone had a similar error We have? Can you explain us how you fix it? Another thing to mention, It is not a misconfiguration on the programmer local copy because We already made a checkout from the repository and the problem persist on some computers but in others (where made a checkout, too) it works fine. Of course, we have cleared the cache and others commons things. Cheers! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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