0
votes

i developed a module from here http://www.symfony-project.org/askeet/1_0/en/2 but when i access it from http://askeet/contact it says Object not found!

1
Can I ask why you're doing a Symfony 1.0 tutorial? Symfony 1.4 (with its corresponding Jobeet rather than Askeet tutorial) is the current version... - Matt Gibson
I just searched tutorial for Symfony and got that..... Can you please tell me why this is happening? beacause everything went fine on the command line until i ran it on the browser. - Shaun
As Matt says, Symfony 1.0 is way out of date. If you're just starting a project, ditch it and use Symfony 1.4 instead. - richsage
i m doing it just for learning ... - Shaun
@user418232: Do you mean you're willing to learn how to code with Symfony 1.0 ? O_o - greg0ire

1 Answers

0
votes

As you were already told in the commands, do not learn symfony 1.0.

The most probable solution for your problem: you do not have mod_rewrite enabled for your virtualhost. Make sure you both enable it as an apache module and in your VH configuration.