From walid.saad at lipn.univ-paris13.fr Fri Apr 22 11:07:28 2016 From: walid.saad at lipn.univ-paris13.fr (saad) Date: Fri, 22 Apr 2016 11:07:28 +0200 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal Message-ID: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> Hi, An error occured when adding a Post, in the last step (Create Thread and Post) of this tutorial: https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view I did correctly all previous steps. 2 screenshot are attached below. Best Regards. -------------- next part -------------- A non-text attachment was scrubbed... Name: Images.zip Type: application/zip Size: 289343 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Step1.png Type: image/png Size: 149398 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Step2-error.png Type: image/png Size: 148186 bytes Desc: not available URL: From yusei at nexedi.com Fri Apr 22 11:15:32 2016 From: yusei at nexedi.com (Yusei TAHARA) Date: Fri, 22 Apr 2016 18:15:32 +0900 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal In-Reply-To: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> References: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> Message-ID: <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> Hi, Can you paste an entire traceback? In the error screen, there is a link "Show Error Log Entry". Click it, you can find a traceback. As the error message says "maximum recursion depth exceeded..." so there is an infinite loop. Regards, Yusei On Fri, 22 Apr 2016 11:07:28 +0200 saad wrote: > Hi, > An error occured when adding a Post, in the last step (Create Thread and > Post) of this tutorial: > https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view > I did correctly all previous steps. > 2 screenshot are attached below. > Best Regards. -- Yusei TAHARA Nexedi: Consulting and Development of Free / Open Source Software http://www.nexedi.co.jp/ ERP5: Full Featured High End Open Source ERP http://www.erp5.com/ Our Source Code https://lab.nexedi.com/explore From walid.saad at lipn.univ-paris13.fr Fri Apr 22 11:41:49 2016 From: walid.saad at lipn.univ-paris13.fr (saad) Date: Fri, 22 Apr 2016 11:41:49 +0200 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal In-Reply-To: <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> References: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> Message-ID: <4eadc2c1dc5ff5e86ec2ad330446e70d@lipn-imap.lipn.univ-paris13.fr> Hi, I attach here the traceback screenshot. I'm using an ERP5 VM (VBox). Many Thanks Le 2016-04-22 11:15, Yusei TAHARA a ?crit?: > Hi, > > Can you paste an entire traceback? In the error screen, there > is a link "Show Error Log Entry". Click it, you can find a > traceback. > > As the error message says "maximum recursion depth exceeded..." > so there is an infinite loop. > > Regards, > Yusei > > On Fri, 22 Apr 2016 11:07:28 +0200 > saad wrote: > >> Hi, >> An error occured when adding a Post, in the last step (Create Thread >> and >> Post) of this tutorial: >> https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view >> I did correctly all previous steps. >> 2 screenshot are attached below. >> Best Regards. > > > -- > Yusei TAHARA > Nexedi: Consulting and Development of Free / Open Source Software > http://www.nexedi.co.jp/ > ERP5: Full Featured High End Open Source ERP > http://www.erp5.com/ > Our Source Code > https://lab.nexedi.com/explore > _______________________________________________ > Erp5-dev mailing list > Erp5-dev at erp5.org > https://mail.tiolive.com/mailman/listinfo/erp5-dev > > !DSPAM:10342,5719ebbc311172040750990! -------------- next part -------------- A non-text attachment was scrubbed... Name: traceback.png Type: image/png Size: 179335 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: traceback2.png Type: image/png Size: 149649 bytes Desc: not available URL: From yusei at nexedi.com Fri Apr 22 11:50:52 2016 From: yusei at nexedi.com (Yusei TAHARA) Date: Fri, 22 Apr 2016 18:50:52 +0900 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal In-Reply-To: <4eadc2c1dc5ff5e86ec2ad330446e70d@lipn-imap.lipn.univ-paris13.fr> References: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> <4eadc2c1dc5ff5e86ec2ad330446e70d@lipn-imap.lipn.univ-paris13.fr> Message-ID: <20160422185052.c4b5df1e7e16f0aa92253bc4@nexedi.com> Hi, Your screenshot is not enough because it shows only the first part of the traceback. More screenshot is needed. Regards, Yusei On Fri, 22 Apr 2016 11:41:49 +0200 saad wrote: > Hi, > I attach here the traceback screenshot. > I'm using an ERP5 VM (VBox). > Many Thanks > Le 2016-04-22 11:15, Yusei TAHARA a ?crit?: > > Hi, > > > > Can you paste an entire traceback? In the error screen, there > > is a link "Show Error Log Entry". Click it, you can find a > > traceback. > > > > As the error message says "maximum recursion depth exceeded..." > > so there is an infinite loop. > > > > Regards, > > Yusei > > > > On Fri, 22 Apr 2016 11:07:28 +0200 > > saad wrote: > > > >> Hi, > >> An error occured when adding a Post, in the last step (Create Thread > >> and > >> Post) of this tutorial: > >> https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view > >> I did correctly all previous steps. > >> 2 screenshot are attached below. > >> Best Regards. > > > > > > -- > > Yusei TAHARA > > Nexedi: Consulting and Development of Free / Open Source Software > > http://www.nexedi.co.jp/ > > ERP5: Full Featured High End Open Source ERP > > http://www.erp5.com/ > > Our Source Code > > https://lab.nexedi.com/explore > > _______________________________________________ > > Erp5-dev mailing list > > Erp5-dev at erp5.org > > https://mail.tiolive.com/mailman/listinfo/erp5-dev > > > > !DSPAM:10342,5719ebbc311172040750990! -- Yusei TAHARA Nexedi: Consulting and Development of Free / Open Source Software http://www.nexedi.co.jp/ ERP5: Full Featured High End Open Source ERP http://www.erp5.com/ Our Source Code https://lab.nexedi.com/explore From walid.saad at lipn.univ-paris13.fr Fri Apr 22 12:06:04 2016 From: walid.saad at lipn.univ-paris13.fr (saad) Date: Fri, 22 Apr 2016 12:06:04 +0200 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal In-Reply-To: <20160422185052.c4b5df1e7e16f0aa92253bc4@nexedi.com> References: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> <4eadc2c1dc5ff5e86ec2ad330446e70d@lipn-imap.lipn.univ-paris13.fr> <20160422185052.c4b5df1e7e16f0aa92253bc4@nexedi.com> Message-ID: Hi, I attach the last lines of the traceback. The same error is repeated in all traces: ModuleProducts.ERP5Type.Base, line 2417 in view result=......... ModuleProducts.ERP5Type.Base, line 2412 in _renderDefaultView Le 2016-04-22 11:50, Yusei TAHARA a ?crit?: > Hi, > > Your screenshot is not enough because it shows only > the first part of the traceback. More screenshot is needed. > > Regards, > Yusei > > On Fri, 22 Apr 2016 11:41:49 +0200 > saad wrote: > >> Hi, >> I attach here the traceback screenshot. >> I'm using an ERP5 VM (VBox). >> Many Thanks >> Le 2016-04-22 11:15, Yusei TAHARA a ?crit?: >> > Hi, >> > >> > Can you paste an entire traceback? In the error screen, there >> > is a link "Show Error Log Entry". Click it, you can find a >> > traceback. >> > >> > As the error message says "maximum recursion depth exceeded..." >> > so there is an infinite loop. >> > >> > Regards, >> > Yusei >> > >> > On Fri, 22 Apr 2016 11:07:28 +0200 >> > saad wrote: >> > >> >> Hi, >> >> An error occured when adding a Post, in the last step (Create Thread >> >> and >> >> Post) of this tutorial: >> >> https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view >> >> I did correctly all previous steps. >> >> 2 screenshot are attached below. >> >> Best Regards. >> > >> > >> > -- >> > Yusei TAHARA >> > Nexedi: Consulting and Development of Free / Open Source Software >> > http://www.nexedi.co.jp/ >> > ERP5: Full Featured High End Open Source ERP >> > http://www.erp5.com/ >> > Our Source Code >> > https://lab.nexedi.com/explore >> > _______________________________________________ >> > Erp5-dev mailing list >> > Erp5-dev at erp5.org >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev >> > >> > > > > -- > Yusei TAHARA > Nexedi: Consulting and Development of Free / Open Source Software > http://www.nexedi.co.jp/ > ERP5: Full Featured High End Open Source ERP > http://www.erp5.com/ > Our Source Code > https://lab.nexedi.com/explore > _______________________________________________ > Erp5-dev mailing list > Erp5-dev at erp5.org > https://mail.tiolive.com/mailman/listinfo/erp5-dev > > !DSPAM:10342,5719f40f25121171012499! -------------- next part -------------- A non-text attachment was scrubbed... Name: last-trace.png Type: image/png Size: 182358 bytes Desc: not available URL: From yusei at nexedi.com Fri Apr 22 12:18:05 2016 From: yusei at nexedi.com (Yusei TAHARA) Date: Fri, 22 Apr 2016 19:18:05 +0900 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal In-Reply-To: References: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> <4eadc2c1dc5ff5e86ec2ad330446e70d@lipn-imap.lipn.univ-paris13.fr> <20160422185052.c4b5df1e7e16f0aa92253bc4@nexedi.com> Message-ID: <20160422191805.b1096a4d794b8ee6423b49b1@nexedi.com> Hi, I think that an action definition of Discussion Post portal type is incorrect. Can you show me a screenshot of Actions tab of Discussion Post portal type? Regards, Yusei On Fri, 22 Apr 2016 12:06:04 +0200 saad wrote: > Hi, > I attach the last lines of the traceback. > The same error is repeated in all traces: > ModuleProducts.ERP5Type.Base, line 2417 in view > result=......... > ModuleProducts.ERP5Type.Base, line 2412 in _renderDefaultView > > Le 2016-04-22 11:50, Yusei TAHARA a ?crit?: > > Hi, > > > > Your screenshot is not enough because it shows only > > the first part of the traceback. More screenshot is needed. > > > > Regards, > > Yusei > > > > On Fri, 22 Apr 2016 11:41:49 +0200 > > saad wrote: > > > >> Hi, > >> I attach here the traceback screenshot. > >> I'm using an ERP5 VM (VBox). > >> Many Thanks > >> Le 2016-04-22 11:15, Yusei TAHARA a ?crit?: > >> > Hi, > >> > > >> > Can you paste an entire traceback? In the error screen, there > >> > is a link "Show Error Log Entry". Click it, you can find a > >> > traceback. > >> > > >> > As the error message says "maximum recursion depth exceeded..." > >> > so there is an infinite loop. > >> > > >> > Regards, > >> > Yusei > >> > > >> > On Fri, 22 Apr 2016 11:07:28 +0200 > >> > saad wrote: > >> > > >> >> Hi, > >> >> An error occured when adding a Post, in the last step (Create Thread > >> >> and > >> >> Post) of this tutorial: > >> >> https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view > >> >> I did correctly all previous steps. > >> >> 2 screenshot are attached below. > >> >> Best Regards. > >> > > >> > > >> > -- > >> > Yusei TAHARA > >> > Nexedi: Consulting and Development of Free / Open Source Software > >> > http://www.nexedi.co.jp/ > >> > ERP5: Full Featured High End Open Source ERP > >> > http://www.erp5.com/ > >> > Our Source Code > >> > https://lab.nexedi.com/explore > >> > _______________________________________________ > >> > Erp5-dev mailing list > >> > Erp5-dev at erp5.org > >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev > >> > > >> > > > > > > > -- > > Yusei TAHARA > > Nexedi: Consulting and Development of Free / Open Source Software > > http://www.nexedi.co.jp/ > > ERP5: Full Featured High End Open Source ERP > > http://www.erp5.com/ > > Our Source Code > > https://lab.nexedi.com/explore > > _______________________________________________ > > Erp5-dev mailing list > > Erp5-dev at erp5.org > > https://mail.tiolive.com/mailman/listinfo/erp5-dev > > > > !DSPAM:10342,5719f40f25121171012499! -- Yusei TAHARA Nexedi: Consulting and Development of Free / Open Source Software http://www.nexedi.co.jp/ ERP5: Full Featured High End Open Source ERP http://www.erp5.com/ Our Source Code https://lab.nexedi.com/explore From walid.saad at lipn.univ-paris13.fr Fri Apr 22 12:30:53 2016 From: walid.saad at lipn.univ-paris13.fr (saad) Date: Fri, 22 Apr 2016 12:30:53 +0200 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal In-Reply-To: <20160422191805.b1096a4d794b8ee6423b49b1@nexedi.com> References: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> <4eadc2c1dc5ff5e86ec2ad330446e70d@lipn-imap.lipn.univ-paris13.fr> <20160422185052.c4b5df1e7e16f0aa92253bc4@nexedi.com> <20160422191805.b1096a4d794b8ee6423b49b1@nexedi.com> Message-ID: <9d11074eb182471a719a35c09575cb8b@lipn-imap.lipn.univ-paris13.fr> I attach here all portal-types and Discussion Post details. Le 2016-04-22 12:18, Yusei TAHARA a ?crit?: > Hi, > > I think that an action definition of Discussion Post portal type > is incorrect. Can you show me a screenshot of Actions tab of > Discussion Post portal type? > > Regards, > Yusei > > > On Fri, 22 Apr 2016 12:06:04 +0200 > saad wrote: > >> Hi, >> I attach the last lines of the traceback. >> The same error is repeated in all traces: >> ModuleProducts.ERP5Type.Base, line 2417 in view >> result=......... >> ModuleProducts.ERP5Type.Base, line 2412 in _renderDefaultView >> >> Le 2016-04-22 11:50, Yusei TAHARA a ?crit?: >> > Hi, >> > >> > Your screenshot is not enough because it shows only >> > the first part of the traceback. More screenshot is needed. >> > >> > Regards, >> > Yusei >> > >> > On Fri, 22 Apr 2016 11:41:49 +0200 >> > saad wrote: >> > >> >> Hi, >> >> I attach here the traceback screenshot. >> >> I'm using an ERP5 VM (VBox). >> >> Many Thanks >> >> Le 2016-04-22 11:15, Yusei TAHARA a ?crit?: >> >> > Hi, >> >> > >> >> > Can you paste an entire traceback? In the error screen, there >> >> > is a link "Show Error Log Entry". Click it, you can find a >> >> > traceback. >> >> > >> >> > As the error message says "maximum recursion depth exceeded..." >> >> > so there is an infinite loop. >> >> > >> >> > Regards, >> >> > Yusei >> >> > >> >> > On Fri, 22 Apr 2016 11:07:28 +0200 >> >> > saad wrote: >> >> > >> >> >> Hi, >> >> >> An error occured when adding a Post, in the last step (Create Thread >> >> >> and >> >> >> Post) of this tutorial: >> >> >> https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view >> >> >> I did correctly all previous steps. >> >> >> 2 screenshot are attached below. >> >> >> Best Regards. >> >> > >> >> > >> >> > -- >> >> > Yusei TAHARA >> >> > Nexedi: Consulting and Development of Free / Open Source Software >> >> > http://www.nexedi.co.jp/ >> >> > ERP5: Full Featured High End Open Source ERP >> >> > http://www.erp5.com/ >> >> > Our Source Code >> >> > https://lab.nexedi.com/explore >> >> > _______________________________________________ >> >> > Erp5-dev mailing list >> >> > Erp5-dev at erp5.org >> >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev >> >> > >> >> > >> > >> > >> > -- >> > Yusei TAHARA >> > Nexedi: Consulting and Development of Free / Open Source Software >> > http://www.nexedi.co.jp/ >> > ERP5: Full Featured High End Open Source ERP >> > http://www.erp5.com/ >> > Our Source Code >> > https://lab.nexedi.com/explore >> > _______________________________________________ >> > Erp5-dev mailing list >> > Erp5-dev at erp5.org >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev >> > >> > > > > -- > Yusei TAHARA > Nexedi: Consulting and Development of Free / Open Source Software > http://www.nexedi.co.jp/ > ERP5: Full Featured High End Open Source ERP > http://www.erp5.com/ > Our Source Code > https://lab.nexedi.com/explore > _______________________________________________ > Erp5-dev mailing list > Erp5-dev at erp5.org > https://mail.tiolive.com/mailman/listinfo/erp5-dev > > !DSPAM:10342,5719fa6767302983918824! -------------- next part -------------- A non-text attachment was scrubbed... Name: discussion-post-actions-tab.png Type: image/png Size: 151937 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: discussion-post-portal.png Type: image/png Size: 168253 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: discussion-post-portal-2.png Type: image/png Size: 148958 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: portal-types.png Type: image/png Size: 153201 bytes Desc: not available URL: From yusei at nexedi.com Fri Apr 22 12:37:20 2016 From: yusei at nexedi.com (Yusei TAHARA) Date: Fri, 22 Apr 2016 19:37:20 +0900 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal In-Reply-To: <9d11074eb182471a719a35c09575cb8b@lipn-imap.lipn.univ-paris13.fr> References: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> <4eadc2c1dc5ff5e86ec2ad330446e70d@lipn-imap.lipn.univ-paris13.fr> <20160422185052.c4b5df1e7e16f0aa92253bc4@nexedi.com> <20160422191805.b1096a4d794b8ee6423b49b1@nexedi.com> <9d11074eb182471a719a35c09575cb8b@lipn-imap.lipn.univ-paris13.fr> Message-ID: <20160422193720.13aeecbea83afa7a35b7e23a@nexedi.com> Hi, Sorry my previous message was not appropriate. I would like to check the content of action definitions of Discussion Post. I saw that there are 2 actions, Title 1 and Title 2. I think that the action of Title 1 must cause this problem. What is the value of Action input field of Action Title 1? It should be string:${object_url}/DiscussionPost_view Please send a screenshot. Regards, Yusei On Fri, 22 Apr 2016 12:30:53 +0200 saad wrote: > I attach here all portal-types and Discussion Post details. > Le 2016-04-22 12:18, Yusei TAHARA a ?crit?: > > Hi, > > > > I think that an action definition of Discussion Post portal type > > is incorrect. Can you show me a screenshot of Actions tab of > > Discussion Post portal type? > > > > Regards, > > Yusei > > > > > > On Fri, 22 Apr 2016 12:06:04 +0200 > > saad wrote: > > > >> Hi, > >> I attach the last lines of the traceback. > >> The same error is repeated in all traces: > >> ModuleProducts.ERP5Type.Base, line 2417 in view > >> result=......... > >> ModuleProducts.ERP5Type.Base, line 2412 in _renderDefaultView > >> > >> Le 2016-04-22 11:50, Yusei TAHARA a ?crit?: > >> > Hi, > >> > > >> > Your screenshot is not enough because it shows only > >> > the first part of the traceback. More screenshot is needed. > >> > > >> > Regards, > >> > Yusei > >> > > >> > On Fri, 22 Apr 2016 11:41:49 +0200 > >> > saad wrote: > >> > > >> >> Hi, > >> >> I attach here the traceback screenshot. > >> >> I'm using an ERP5 VM (VBox). > >> >> Many Thanks > >> >> Le 2016-04-22 11:15, Yusei TAHARA a ?crit?: > >> >> > Hi, > >> >> > > >> >> > Can you paste an entire traceback? In the error screen, there > >> >> > is a link "Show Error Log Entry". Click it, you can find a > >> >> > traceback. > >> >> > > >> >> > As the error message says "maximum recursion depth exceeded..." > >> >> > so there is an infinite loop. > >> >> > > >> >> > Regards, > >> >> > Yusei > >> >> > > >> >> > On Fri, 22 Apr 2016 11:07:28 +0200 > >> >> > saad wrote: > >> >> > > >> >> >> Hi, > >> >> >> An error occured when adding a Post, in the last step (Create Thread > >> >> >> and > >> >> >> Post) of this tutorial: > >> >> >> https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view > >> >> >> I did correctly all previous steps. > >> >> >> 2 screenshot are attached below. > >> >> >> Best Regards. > >> >> > > >> >> > > >> >> > -- > >> >> > Yusei TAHARA > >> >> > Nexedi: Consulting and Development of Free / Open Source Software > >> >> > http://www.nexedi.co.jp/ > >> >> > ERP5: Full Featured High End Open Source ERP > >> >> > http://www.erp5.com/ > >> >> > Our Source Code > >> >> > https://lab.nexedi.com/explore > >> >> > _______________________________________________ > >> >> > Erp5-dev mailing list > >> >> > Erp5-dev at erp5.org > >> >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev > >> >> > > >> >> > > >> > > >> > > >> > -- > >> > Yusei TAHARA > >> > Nexedi: Consulting and Development of Free / Open Source Software > >> > http://www.nexedi.co.jp/ > >> > ERP5: Full Featured High End Open Source ERP > >> > http://www.erp5.com/ > >> > Our Source Code > >> > https://lab.nexedi.com/explore > >> > _______________________________________________ > >> > Erp5-dev mailing list > >> > Erp5-dev at erp5.org > >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev > >> > > >> > > > > > > > -- > > Yusei TAHARA > > Nexedi: Consulting and Development of Free / Open Source Software > > http://www.nexedi.co.jp/ > > ERP5: Full Featured High End Open Source ERP > > http://www.erp5.com/ > > Our Source Code > > https://lab.nexedi.com/explore > > _______________________________________________ > > Erp5-dev mailing list > > Erp5-dev at erp5.org > > https://mail.tiolive.com/mailman/listinfo/erp5-dev > > > > !DSPAM:10342,5719fa6767302983918824! -- Yusei TAHARA Nexedi: Consulting and Development of Free / Open Source Software http://www.nexedi.co.jp/ ERP5: Full Featured High End Open Source ERP http://www.erp5.com/ Our Source Code https://lab.nexedi.com/explore From walid.saad at lipn.univ-paris13.fr Fri Apr 22 14:17:31 2016 From: walid.saad at lipn.univ-paris13.fr (saad) Date: Fri, 22 Apr 2016 14:17:31 +0200 Subject: [Erp5-dev] Error in Tutorial 2: How to create a new portal In-Reply-To: <20160422193720.13aeecbea83afa7a35b7e23a@nexedi.com> References: <444beb51e122facd43e429bfdc7a1175@lipn-imap.lipn.univ-paris13.fr> <20160422181532.64b6fd32d6c7324c32d61177@nexedi.com> <4eadc2c1dc5ff5e86ec2ad330446e70d@lipn-imap.lipn.univ-paris13.fr> <20160422185052.c4b5df1e7e16f0aa92253bc4@nexedi.com> <20160422191805.b1096a4d794b8ee6423b49b1@nexedi.com> <9d11074eb182471a719a35c09575cb8b@lipn-imap.lipn.univ-paris13.fr> <20160422193720.13aeecbea83afa7a35b7e23a@nexedi.com> Message-ID: <229136d0acb968100e4d00099a85e87d@lipn-imap.lipn.univ-paris13.fr> Hi, It works now, just I set the Action value of the Dicussion Post to string:${object_url}/DiscussionPost_view and category to object_view. It is not well explained in the tutorial, it lacks same screenshot. Many thanks for your help. Le 2016-04-22 12:37, Yusei TAHARA a ?crit?: > Hi, > > Sorry my previous message was not appropriate. I would like to > check the content of action definitions of Discussion Post. I > saw that there are 2 actions, Title 1 and Title 2. I think that > the action of Title 1 must cause this problem. What is the value > of Action input field of Action Title 1? It should be > > string:${object_url}/DiscussionPost_view > > Please send a screenshot. > > Regards, > Yusei > > > On Fri, 22 Apr 2016 12:30:53 +0200 > saad wrote: > >> I attach here all portal-types and Discussion Post details. >> Le 2016-04-22 12:18, Yusei TAHARA a ?crit?: >> > Hi, >> > >> > I think that an action definition of Discussion Post portal type >> > is incorrect. Can you show me a screenshot of Actions tab of >> > Discussion Post portal type? >> > >> > Regards, >> > Yusei >> > >> > >> > On Fri, 22 Apr 2016 12:06:04 +0200 >> > saad wrote: >> > >> >> Hi, >> >> I attach the last lines of the traceback. >> >> The same error is repeated in all traces: >> >> ModuleProducts.ERP5Type.Base, line 2417 in view >> >> result=......... >> >> ModuleProducts.ERP5Type.Base, line 2412 in _renderDefaultView >> >> >> >> Le 2016-04-22 11:50, Yusei TAHARA a ?crit?: >> >> > Hi, >> >> > >> >> > Your screenshot is not enough because it shows only >> >> > the first part of the traceback. More screenshot is needed. >> >> > >> >> > Regards, >> >> > Yusei >> >> > >> >> > On Fri, 22 Apr 2016 11:41:49 +0200 >> >> > saad wrote: >> >> > >> >> >> Hi, >> >> >> I attach here the traceback screenshot. >> >> >> I'm using an ERP5 VM (VBox). >> >> >> Many Thanks >> >> >> Le 2016-04-22 11:15, Yusei TAHARA a ?crit?: >> >> >> > Hi, >> >> >> > >> >> >> > Can you paste an entire traceback? In the error screen, there >> >> >> > is a link "Show Error Log Entry". Click it, you can find a >> >> >> > traceback. >> >> >> > >> >> >> > As the error message says "maximum recursion depth exceeded..." >> >> >> > so there is an infinite loop. >> >> >> > >> >> >> > Regards, >> >> >> > Yusei >> >> >> > >> >> >> > On Fri, 22 Apr 2016 11:07:28 +0200 >> >> >> > saad wrote: >> >> >> > >> >> >> >> Hi, >> >> >> >> An error occured when adding a Post, in the last step (Create Thread >> >> >> >> and >> >> >> >> Post) of this tutorial: >> >> >> >> https://www.erp5.com/documentation/developer/developer-Forum.Create.Portal.Type/view >> >> >> >> I did correctly all previous steps. >> >> >> >> 2 screenshot are attached below. >> >> >> >> Best Regards. >> >> >> > >> >> >> > >> >> >> > -- >> >> >> > Yusei TAHARA >> >> >> > Nexedi: Consulting and Development of Free / Open Source Software >> >> >> > http://www.nexedi.co.jp/ >> >> >> > ERP5: Full Featured High End Open Source ERP >> >> >> > http://www.erp5.com/ >> >> >> > Our Source Code >> >> >> > https://lab.nexedi.com/explore >> >> >> > _______________________________________________ >> >> >> > Erp5-dev mailing list >> >> >> > Erp5-dev at erp5.org >> >> >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev >> >> >> > >> >> >> > >> >> > >> >> > >> >> > -- >> >> > Yusei TAHARA >> >> > Nexedi: Consulting and Development of Free / Open Source Software >> >> > http://www.nexedi.co.jp/ >> >> > ERP5: Full Featured High End Open Source ERP >> >> > http://www.erp5.com/ >> >> > Our Source Code >> >> > https://lab.nexedi.com/explore >> >> > _______________________________________________ >> >> > Erp5-dev mailing list >> >> > Erp5-dev at erp5.org >> >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev >> >> > >> >> > >> > >> > >> > -- >> > Yusei TAHARA >> > Nexedi: Consulting and Development of Free / Open Source Software >> > http://www.nexedi.co.jp/ >> > ERP5: Full Featured High End Open Source ERP >> > http://www.erp5.com/ >> > Our Source Code >> > https://lab.nexedi.com/explore >> > _______________________________________________ >> > Erp5-dev mailing list >> > Erp5-dev at erp5.org >> > https://mail.tiolive.com/mailman/listinfo/erp5-dev >> > >> > > > > -- > Yusei TAHARA > Nexedi: Consulting and Development of Free / Open Source Software > http://www.nexedi.co.jp/ > ERP5: Full Featured High End Open Source ERP > http://www.erp5.com/ > Our Source Code > https://lab.nexedi.com/explore > _______________________________________________ > Erp5-dev mailing list > Erp5-dev at erp5.org > https://mail.tiolive.com/mailman/listinfo/erp5-dev > > !DSPAM:10342,5719fef289061283391811! -------------- next part -------------- A non-text attachment was scrubbed... Name: discussion-post-action1.png Type: image/png Size: 154923 bytes Desc: not available URL: