Re: Communication_Event table and Create new Customer

2021-01-17 Thread Pritam Kute
Hello Emad, In OOTB flow, after creating a customer, the system calls sendCreatePartyEmailNotification service asynchronously. This service is called to send an email notification to the customer about account creation. This causes the creation of a record in CommunicationEvent table. I feel that

Re: Installation on cPanel server

2021-01-17 Thread Pritam Kute
Hello Kim, Unfortunately, I do not have any experience installing Apache OFBiz on cPanel servers. If you have your dedicated physical server at the data centre then you can directly install OFBiz on that server without applying WHM and cPanel to it. For that, you can refer documents at the follow

Re: Table 'ofbiz.uom' doesn't exist

2021-01-17 Thread Deepak Dixit
Hi Emad, It might be related to mysql lower case table setting[1], You can set it to 1, restart mysql, create a database and load the data. [1] https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_lower_case_table_names https://dev.mysql.com/doc/refman/5.7/en/identifier-ca

Re: Table 'ofbiz.uom' doesn't exist

2021-01-17 Thread Emad Radwan
Hello Gents, I believe this issue is somehow related to MYSQL as when I re-installed Ofbiz with Derby things went fine. Any Idea what can cause a table like UOM not to be created? Also if you want to help, I use MySql while learning Ofbiz as via its tools - Workbench - I can search the whole D

Re: Installation on cPanel server

2021-01-17 Thread Ki Kim
Hi! Pritam, Thanks for your response and recommendation. I have a physical server in a data center. I have applied WHM and cPanel to it. Installation of Apache OFBiz on a plain OS based server will incur extra cost to me and I don't have any experience of managing a plain OS based server, so I n