fearless359

Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • in reply to: Owing calculation showing zero balances in error #793
    fearless359
    Keymaster

    The foreign key logic breaks the alternate domain logic. I need to do a deep dive on it for a fix.

    Concerning site thinking you are a bot, did you have and check the reCaptcha “I’m not a robot” box? It is something that I added recently to help assure that real people are signing up and sending messages on this site.

    in reply to: Owing calculation showing zero balances in error #768
    fearless359
    Keymaster

    I just uploaded an update that add a set_aging flag field to the si_preferences table. When loaded, the first access will update the database and set this field to 1 (true) for the preference ID of 1. All others will be 0 (false). You can then set the other preference records however you like to cause them to set the aging field. So no longer will the aging logic be tied to pref_id of 1, but to this new flag field setting.

    I’ll have to look at the domain_id write up. It was written before I added foreign keys and likely does need to be updated to account for this.

    in reply to: Export to pdf not working #704
    fearless359
    Keymaster

    What is the meta http-equiv line setting in your template?

    in reply to: Debugging email #631
    fearless359
    Keymaster

    I was able to send email through my comcast ISP account. Not that it used port 587 for SSL. You might try the SSL setting rather than TLS on yours.

    I did load some updates on github and recommend you pull them before you continue testing. The changes adds additional LOG statements to trace activity via the si.log file and also adds error handling in the case of thrown error messages that previously were not reported.

    Let me know how this works out.

    in reply to: Debugging email #629
    fearless359
    Keymaster

    I run my development system on Win 10 using xampp. I run my production system on a Namecheap server for a hosting package I have from which I host a number of websites including my production SI site. I currently use the smtp server through my namecheap site for both development and production. In the past, I have also used smtp through my Comcast and Gmail accounts. I haven’t tried those servers since switching to Swiftmailer but I will give them a try on my development system.

    in reply to: Debugging email #627
    fearless359
    Keymaster

    Anything I suggest you try is just throwing ideas against the wall and seeing if one sticks. For instance, you can try using port 587 and TLS which is semi-standard. However, the bottom line is what you host email provider requires. So again I suggest you contact them to have them review their logs and tell you why your authentication is being rejected.

    in reply to: Manage Products not working with current #441
    fearless359
    Keymaster

    Did you follow the four steps at http://datatables.net/tn/1 to find the data transmitted? What did it show?

    in reply to: Change currency symbol site wide #437
    fearless359
    Keymaster

    To upload the file, you will need to either put it in a zip file or (I think this will work) rename it to be a txt file rather than an sql file.

Viewing 8 posts - 31 through 38 (of 38 total)