speckmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze Cache] API Authentification resulting in 403 ForbiddenHey owaisalam,
I reset the key and I still get the result “Access Denied”.
Furthermore, I checked the stored values in the database:
- There is on breeze-api-token stored in the breeze_advanced_settings, which is the value shown in the frontend
- in the breeze_file_settings option there is also a breeze-api-token set to a different value.
- I tested this value and my request works.
- Can I delete the breeze-api-token from the breeze_file_settings?
Best,
Christoph
Forum: Plugins
In reply to: [Object Sync for Salesforce] Field Map Objects not showing iupUpdate and could fix it:
tl;dr: Check your salesforce user properties for special characters and add utf8mb4 support to your database.Re-authorization didn’t work unfortunately. I compared all fields in the wp_options table side-by-side and there was one entry missing in the non-working-environment:
object_sync_for_salesforce_identityI tried to copy over the option_value from the working environment but couldn’t save it in the database.
Error: #1366 – Incorrect string value: ‘\xF0\x9F\x90\xBB\xE2\x80…’ for column ‘option_value’ at row 1I tried to google this issue and if understand it correctly, this error is due no support of utf8mb4 characters of the database. https://stackoverflow.com/questions/20411440/incorrect-string-value-xf0-x9f-x8e-xb6-xf0-x9f-mysql
After I removed this character from the salesforce user profile I could authorize salesforce again and everyone works now as excepted.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Field Map Objects not showing iupHey @jonathanstegall,
I could narrow down the problem a little bit:
You plugin works like a charm on a fresh installation and even on the same server.I reinstalled the plugin and deleted the two corresponding tables manually in the database. However, the options seemed to be stored somewhere else? Do you know where? I couldn’t find it in the plugin docs.
Otherwise, here is a comparison between the working and non-working environment:
Working environment:
API call to Salesforce: https://tam-akademie.my.salesforce.com/services/data/v53.0/query?q=SELECT+Name%2C+Id+from+Contact+LIMIT+100Environment, where it is not working:
API call to Salesforce:http://query?q=SELECT+Name%2C+Id+from+Contact+LIMIT+100Do you know where [mycompany].my.salesforce.com is set? I guess I could find the source of the error in this place.
Thanks a lot in advance,
Christoph