I have been trying to create a web-to-lead form in SuiteCRM version 7.6.4 and the only thing I found was :
marketing --> Campaign --> create person form.
I assume this is the same as web-to-lead form.
Here are my two questions and would appreciate any help from the community:
I am getting the following warning during the process of creating the person form. I am getting it at the beginning and it never disappears:
Warning: Creating default object from empty value in /homexxxx/public_html/suitecrm/modules/Campaigns/WebToLeadCreation.php on line 136
Can someone please tell me how to get rid of it?
during the process of creating the person form, I have to select a campaign.It is a required field. I just installed the SuiteCRM and have no campaigns.
Can someone please explain the relationship between the campaign and the person form? Can I turn this required field off?
I am using a shared server of a webhosting company. I checked my CPanel and I the only php.ini I saw is a file in my root directory with lines starting with “;”. If I understand correctly, using “;” means comments.
as you are uisng shared hosting you probably wont have control of your php.ini settings try adding this line to Suite’s index.php at the top right after the <?php
One question: will this have impact on other error messages for debugging purposes?
I mean, if I make some customization and there are some errors in my coding, will I get error messages?