Welcome, Guest
Username: Password: Remember me

TOPIC: [SOLVED] The Component is not being generated

[SOLVED] The Component is not being generated 30 Sep 2011 10:14 #44

  • griiettner
  • griiettner's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 12
  • Karma: 8
First of all... I have to congratulate you guys for the awesome tool... I came here only to see what this thing was up to, and I have to tell that I'm very impressed with what this tool can do.

French guys are making a revolution on Joomla... first with Seblod and now Cook...

Now let's go to my issue...

I created a component, and after everything was done, I can no longer download it, because the generation of file stops at "Build Project" step and does not go forward to next 2 remaining steps "Install component" and "Restore data set"

What could be wrong?

Thank you guys and keep up with the awesome work...
Paulo Griiettner
Last Edit: 15 Oct 2011 16:36 by admin.
The administrator has disabled public write access.

Re: The Component is not being generated 30 Sep 2011 11:16 #46

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
You are right,

your component blocks on the building step.



We look on that.


Regards


PS : Thanks for your review
Please post a review on the JED if you like this tool.
extensions.joomla.org/extensions/tools/development-tools/18128
Coding is now a piece of cake
The administrator has disabled public write access.

Re: The Component is not being generated 30 Sep 2011 12:23 #48

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Ok, solved.


Please try again.

Don't forget the [SOLVED] Tag if topic is closed.
Coding is now a piece of cake
The administrator has disabled public write access.

Re: The Component is not being generated 30 Sep 2011 17:35 #51

  • griiettner
  • griiettner's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 12
  • Karma: 8
Thanks for the quick answer...

If you don't mind to answer again... it was a bugg in your end, or was something that I did wrong... I would love to know, so I do not get the same mistake again...

Thanks again to this awesome tool and quick support
Paulo Griiettner
The administrator has disabled public write access.

Re: The Component is not being generated 30 Sep 2011 17:56 #53

  • doob
  • doob's Avatar
  • Offline
  • Junior Member
  • Posts: 22
  • Thank you received: 2
  • Karma: 5
Hey You are 100% right since I think 2,3 years Fench developers made so so much for Open Source i.e. Cook or Fabien from symfony.com !!! Merci !
Last Edit: 30 Sep 2011 17:59 by doob.
The administrator has disabled public write access.

Re: The Component is not being generated 01 Oct 2011 09:07 #60

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Thank you very much for this review.

Vive les français !!

Big up Seblod too.
... And Hikashop, by the way...
Coding is now a piece of cake
The administrator has disabled public write access.

Re: The Component is not being generated 06 Oct 2011 11:20 #120

  • zutiste
  • zutiste's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Thank you received: 1
  • Karma: 3
I can't build the project neither.
The administrator has disabled public write access.

Re: The Component is not being generated 06 Oct 2011 11:58 #125

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Exact, your project blocks without error.
For now, I don't see where the problem is.
I have to place your project on our debug plateform to understand better.

Give us some days.

Regards.


PS : Nice use of Cook, your project is using multiples layouts of same type.
ex : LotSaisie, LotMaj. (Are both front-item layouts of same table)
Coding is now a piece of cake
The administrator has disabled public write access.

Re: The Component is not being generated 06 Oct 2011 12:24 #127

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
It is a timeout error I think.

In debug plateform a got it.

We treat this as soon as possible.


PS : In your component, if you want an ordering system, you must create the 'ordering' field and link it to the wizard. Or you can automatize, cliccing the (+) button to the side of the 'Field' property of the wizard.
Coding is now a piece of cake
The administrator has disabled public write access.

Re: The Component is not being generated 06 Oct 2011 12:34 #128

  • zutiste
  • zutiste's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Thank you received: 1
  • Karma: 3
admin wrote:
Exact, your project blocks without error.
For now, I don't see where the problem is.
I have to place your project on our debug plateform to understand better.

Give us some days.

Regards.
Thanks, I'll wait.
admin wrote:
PS : Nice use of Cook, your project is using multiples layouts of same type.
ex : LotSaisie, LotMaj. (Are both front-item layouts of same table)
I am totally new to component design.
From what I understood, I won't be able to create the exact component I want with Cook. For example, I'd like to create a record "Lot" and then to be able to add items for this record. I found that it was possible to redirect to the right form, but I still need to understand how to get the foreign key value for the "Lot" record.
So my idea was to build all the views I need and then to go inside the code to complete the design.
Do you think it's a good way to use Cook ?

[btw, "item" seems to be a protected word, I had troubles with a table "item"]
The administrator has disabled public write access.

Re: The Component is not being generated 06 Oct 2011 12:46 #129

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Yes, that's right.

To add items in a 'Lot', you have to each time specify the 'Lot' key.
If you instance a filter in the items table (filter on Lot), the Lot key will be automatically predefined with the value of the filter.

Note that you can filter directly in the url. ex : &filter_lot=23

If you need more, you have to code inside.
Coding inside is highly recommended to understand the logic of Cook, and the logic of Joomla (for beginners)


You are right 'item' is a reserved ALIAS name. You must find another creative alias.
But, you can use "Item" as Table title or Layout title.
Coding is now a piece of cake
The administrator has disabled public write access.

Re: The Component is not being generated 06 Oct 2011 12:49 #130

  • zutiste
  • zutiste's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Thank you received: 1
  • Karma: 3
admin wrote:
PS : In your component, if you want an ordering system, you must create the 'ordering' field and link it to the wizard. Or you can automatize, cliccing the (+) button to the side of the 'Field' property of the wizard.
I don't understand the correct use of these features (the wizards).
What is the ordering wizard for ?
The administrator has disabled public write access.
Time to create page: 0.197 seconds

Get Started