Hello symfony users,

 I am new to symfony..

1) Step 1:-

As I have creted new tables in schema.yml

test:
    _attributes: { idMethod: native }
    t_id: { type: INTEGER, required: true, autoIncrement: true,
primaryKey: true }
    test_name: { type: VARCHAR, size: '20', required: true, default:
'' }
    test_description: { type: LONGVARCHAR }
    rescaling_factor: { type: INTEGER, required: true, default: '0' }

2) Step 2 :-

  After this, I executed the cmd

     php symfony propel:build-all

3) Step 3 :-

    Executed the following cmd for creation of new module -

    php symfony propel:generate-crud frontend test Test

4) Step 4 :-

    Finally got this error

   "Unable to scaffold nonexistent model "Test"

Kindly help me out,Since I need to create the new module called Test.

Any mistakes..please let me asap.

Advance Thanks

Regards,
Rashmi.D.R






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

Reply via email to