Questions tagged [jobeet]

21 questions
55
votes
3 answers

Symfony 2.0 step by step tutorial required

I need tutorial about symfony 2.0. Any links or suggestion would be appreciated. Note: I just have a little knowledge about Jobeet tutorial and dont have a full fledged project developed on symfony.
Shaun
  • 2,313
  • 7
  • 36
  • 43
3
votes
2 answers

Symfony2 Jobeet tutorial day 3 error invalid mapping

When I generate bundle entities with code php app/console doctrine:generate:entities EnsJobeetBundle I'm getting this error [Doctrine\Common\Persistence\Mapping\MappingException] Invalid mapping file 'Ens.JobeetBundle.Entity.Affiliate.orm.yml'…
tasqyn
  • 33
  • 1
  • 5
2
votes
1 answer

Removing default routing in symfony causes internal server error

Error Message: The route "default" does not exist. Yes, it doesn't exist. But as described in the Doctrine version of "Practical Symfony | Day 5" everything should work well when default routing is removed, because all actions of the job module has…
lllolll
  • 23
  • 2
1
vote
2 answers

Issues with doctrine build in Symfony

I am getting stuck with this Symfony command after following the Jobeet tutorial on their site. After running the build model command, here's what I get: $ php symfony doctrine:build --model doctrine generating model classes file+ …
Alexander
  • 31
  • 6
1
vote
1 answer

Symfony 1.4 jobeet tutorial day 3 I can't make it work together

I have executed successfully - at least I could not detect any error messages - all the commands that were prompted in a tutorial I'm following, but when I try and test it on the browser, I can only display a rough table with no stylesheets or…
1
vote
2 answers

propel:build schema driver fails

I'm doing jobeet day 3 and I copied the schema.yml into the config directory and so I'm trying to create a database schema and I ran: $sudo php symfony propel:build-schema propel Running "reverse" phing task [propel-schema-reverse] There…
patrick
  • 16,091
  • 29
  • 100
  • 164
0
votes
1 answer

action.class for current user

i learn Symfony 1.4 with Jobeet. I made Jobeet and system login for user. Now i would like add possibility edit own affiliate.
0
votes
1 answer

Invalid schema element named "notnull" at path "JobeetCategory->columns->name"

I am running Symphony 1.4 and on the following tutorial: http://www.symfony-project.org/jobeet/1_4/Doctrine/en/03. However when I run './symfony doctrine:build --model' i get the error: Invalid schema element named "notnull" at path…
lucy
  • 1
0
votes
2 answers

Problem with ajax using symfony 1.4

I have a very strange problem when I using ajax in symfony 1.4. I've used the jobeet example (day 18) but it doesn't work This is my indexSuccess.php