Forum Replies Created
-
AuthorPosts
-
RRowley
ParticipantWhat version of SI are you on (check the About info on the banner line)?
RRowley
ParticipantThank for finding the issue. I’ve fixed it for the next update I provide.
RRowley
ParticipantCheck the setting in system_defaults for the record with name “delete”. It must have a value of 0 or 1.
December 1, 2020 at 7:15 am in reply to: SqlPatchManager::runSqlPatch() error. See error log for more information. #1252RRowley
ParticipantOK, 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: 1The 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.
December 1, 2020 at 6:52 am in reply to: SqlPatchManager::runSqlPatch() error. See error log for more information. #1250RRowley
ParticipantMake sure you have all the Requirements specified to the right set.
-
This reply was modified 4 years, 2 months ago by
RRowley.
RRowley
ParticipantYou 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.
RRowley
ParticipantMake 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.
RRowley
ParticipantNot sure what you mean? The implementation of foreign key support some time back should fulfill this request. What am I missing?
RRowley
ParticipantSorry 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.
RRowley
ParticipantCouple 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.
RRowley
ParticipantThe templates.zip file is empty. Also, access the Inv Pref Invoice records in edit mode and give me that screen shot.
RRowley
ParticipantCan 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.
RRowley
ParticipantIn tpl files use urlSafe and htmlSafe with this letter case.
RRowley
ParticipantFixed in latest update.
RRowley
ParticipantLooked 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: ?{}|&~!()^”
-
This reply was modified 4 years, 2 months ago by
-
AuthorPosts
Recent Comments