Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ds 191 posts 223 karma points
    Jun 06, 2015 @ 23:26
    ds
    0

    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,

    enter image description here

    Is there something what I did wrong and how can I fix it?

    Thanks, deniz

  • Delly Mellas Nyman 64 posts 316 karma points
    Jun 08, 2015 @ 04:17
    Delly Mellas Nyman
    0

    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 

  • ds 191 posts 223 karma points
    Jun 11, 2015 @ 12:09
    ds
    0

    Hi Delly,

    Sorry for the late reply, I have got the following

    enter image description here

  • ds 191 posts 223 karma points
    Jun 11, 2015 @ 18:40
    ds
    0

    I also restored my database and tried again. I got the following error;

    enter image description here

  • Delly Mellas Nyman 64 posts 316 karma points
    Jun 12, 2015 @ 02:29
    Delly Mellas Nyman
    0

    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

  • ds 191 posts 223 karma points
    Jun 15, 2015 @ 09:05
    ds
    0

    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.

    enter image description here

  • ds 191 posts 223 karma points
    Jun 22, 2015 @ 11:58
    ds
    0

    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.

  • Delly Mellas Nyman 64 posts 316 karma points
    Jun 23, 2015 @ 02:20
    Delly Mellas Nyman
    0

    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

  • ds 191 posts 223 karma points
    Jul 01, 2015 @ 11:19
    ds
    0

    Hi Delly,

    I have fallen ill badly so I could not write.

    Here is answers to your question. Hope that you can help. 1)

    <system.net>
    <mailSettings>
      <smtp>
        <network host="mail.****.org" userName="***@****.org" password="*****" />
      </smtp>
    </mailSettings>
    

    2) There is no duplicate alias for contact. 3) I have installed many times

    but the end result is the same so far

  • Delly Mellas Nyman 64 posts 316 karma points
    Jul 01, 2015 @ 11:53
    Delly Mellas Nyman
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft