I think there's something wrong with installation, and there's must be an sql query to be executed for adding the uContactor setting. Can you find table for uContactor setting in your database? There's must be two table inside your database with name: - ContactMessage - ContactSettings And please make sure your contact settings table is not blank.
After your suggestion, I made it work. It was because of MSSQL database size limit but this time I configured all steps which included adding valid mail address to "Send Notification To:" and added code snippet to template.
I could see saved messages on contact tab but I do not get any notification to configured mail address and When I hit the send button, I give the folloeing error.
Have you set the smtp setting in your web.config?
Have you check there's no duplicate alias for contact?
Or have you try to re-install the package?
I think there's missing file because of the package is not installed correctly.
Unable to configure
Hi Delly Mellas Nyman,
During the first installation of your package, I got an error and uninstalled it. Second time, It was intsalled without any error.
But as your suggested to fill "Send Notification To", I just see empty tab as in the following,
Is there something what I did wrong and how can I fix it?
Thanks, deniz
Hi ds,
I think there's something wrong with installation, and there's must be an sql query to be executed for adding the uContactor setting.
Can you find table for uContactor setting in your database? There's must be two table inside your database with name:
- ContactMessage
- ContactSettings
And please make sure your contact settings table is not blank.
Thanks
Delly
Hi Delly,
Sorry for the late reply, I have got the following
I also restored my database and tried again. I got the following error;
Hi ds,
The problem is because there's nothing in the ContactSettings table.
Maybe you can try this query to generate the ContactSettings Option see here
Hi delly,
After your suggestion, I made it work. It was because of MSSQL database size limit but this time I configured all steps which included adding valid mail address to "Send Notification To:" and added code snippet to template.
I could see saved messages on contact tab but I do not get any notification to configured mail address and When I hit the send button, I give the folloeing error.
Hi Delly,
After some try, I still could not get over the bove probşem when I hit the send button.
Any help much appreciated.
Hi,
Have you set the smtp setting in your web.config?
Have you check there's no duplicate alias for contact?
Or have you try to re-install the package?
I think there's missing file because of the package is not installed correctly.
Thanks
Hi Delly,
I have fallen ill badly so I could not write.
Here is answers to your question. Hope that you can help. 1)
2) There is no duplicate alias for contact. 3) I have installed many times
but the end result is the same so far
Hi,
Have you try to debug what was the object that passed from view to controller? I think the problem is that the object not passed correctly.
Maybe you can try to build your own uContactor from this.
Hope this can help.
Thanks.
is working on a reply...