RRowley

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 328 total)
  • Author
    Posts
  • in reply to: Cannot add new customers #1266
    RRowley
    Participant

    What version of SI are you on (check the About info on the banner line)?

    in reply to: PDF generation urlsafe/htmlsafe #1261
    RRowley
    Participant

    Thank for finding the issue. I’ve fixed it for the next update I provide.

    in reply to: PDF generation urlsafe/htmlsafe #1258
    RRowley
    Participant

    Check the setting in system_defaults for the record with name “delete”. It must have a value of 0 or 1.

    RRowley
    Participant

    OK, better thought. What is the content of your si_index table? Typically, it will contain 1 record as follows:

    node: invoice
    sub_node: 1
    sub_node_2: 0
    domain_id: 1

    The key here are the sub_node and sub_node_2 values. I suspect one of them, probably sub_node_2, is equal to blank and needs to be numeric.

    RRowley
    Participant

    Make sure you have all the Requirements specified to the right set.

    • This reply was modified 4 years, 2 months ago by RRowley.
    in reply to: Problems upgrading to 2020 #1234
    RRowley
    Participant

    You should always disable check foreign key constraints when importing or deleting database content. This only removed the test for the import or delete process. Once data is imported, the constraints are enforced.

    in reply to: Class ‘NumberFormatter’ #1230
    RRowley
    Participant

    Make sure the intl extension is enabled in the php.ini file. Find the following line and uncomment it.

    extension=intl

    Then restart your apache (or whatever) server.

    in reply to: Problems upgrading to 2020 #1228
    RRowley
    Participant

    Not sure what you mean? The implementation of foreign key support some time back should fulfill this request. What am I missing?

    in reply to: PDF generation urlsafe/htmlsafe #1224
    RRowley
    Participant

    Sorry that edit is difficult. Not an issue for me.

    Anyway, wanted you to try something. Delete the tmp/pdf_tmp directory. Then generate a pdf. Should recreate the directory and set up new font data. Let me know how it works.

    • This reply was modified 4 years, 3 months ago by RRowley.
    in reply to: PDF generation urlsafe/htmlsafe #1214
    RRowley
    Participant

    Couple of questions:

    1) In the INV PREFS currency sign field, did you set the sign by entering this code: & # 163; (spaces suppressed)?
    2) Are you using the eg-invoice template from the zip file?

    I’ve done both these, set same values as you in custom.config.ini and set en_GB as Language and Locale fields in the INV PREFS. Using this both the default and the eg-invoice templates work correctly.

    • This reply was modified 4 years, 3 months ago by RRowley.
    • This reply was modified 4 years, 3 months ago by RRowley.
    in reply to: PDF generation urlsafe/htmlsafe #1209
    RRowley
    Participant

    The templates.zip file is empty. Also, access the Inv Pref Invoice records in edit mode and give me that screen shot.

    in reply to: PDF generation urlsafe/htmlsafe #1204
    RRowley
    Participant

    Can you zip and attach the template directory? Then I can test what you have. I need an image of your INV PREFS for Invoice record and the custom.config.ini settings for: localLocale, localCurrencyCode & localPrecision.

    in reply to: PDF generation urlsafe/htmlsafe #1194
    RRowley
    Participant

    In tpl files use urlSafe and htmlSafe with this letter case.

    in reply to: master_2020 Product custom fields = templates error #1191
    RRowley
    Participant

    Fixed in latest update.

    in reply to: Updating to 2020 – can not connect to database #1187
    RRowley
    Participant

    Looked into it further and find this list of special characters to avoid with the associated explanation:

    Note that these special characters are must NOT be used in the key and have special meaning in the value: ?{}|&~!()^”

Viewing 15 posts - 181 through 195 (of 328 total)