shayatik
Forum Replies Created
-
Thanks. For now I’ve solved it with the following snippet:
function custom_registration_error_message($translated_text, $text, $domain) {
if ($text == ‘This email is already registered. Please choose another one.’) {
? ? ? ? $translated_text = ‘This email is already registered. <strong><a style=”text-decoration: underline” href=”https://domain.com/login/”>Please login here</a></strong>’;
}
return $translated_text;
}
add_filter(‘gettext’, ‘custom_registration_error_message’, 20, 3);
If you reviewed my ticket you would notice it is NOT unique to MY environment because I SENT YOU A LINK TO SOMEONE WHO’S USING THE PLUGIN AND EXPERIENCING THE SAME ISSUE: https://www.reddit.com/r/pihole/comments/gs4q48/donating_blocked/fs3qrvz/
I already offered a way to help you solve it – by using Teamviewer and remote into my site, and you completely ignored my suggestion. Instead – you suggested to use site health check, which – again – deactivates all plugins, but I ALREADY DID THAT MYSELF, so what sense does it make to suggest it again??
1. No. I have my own user and I created an admin user for them as well.
2. Yes. It’s just easier to have them all under the same account.Thanks.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeGot it. Thanks!
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeSo I cleared the cache and it does show up, but it shows up twice:
father_name
and
_father_name
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeOk, just tested it. The field won’t show up in the list: https://imgur.com/a/OaVKL
Thanks anyway.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeOk, so it didn’t work with sandbox.
I tried connecting it to my production instance with no issue. I guess it has something to do with the sandbox instance.
A quick question. Does it support Advanced Custom Fields? Let’s say I want to import all of my contacts in SF into WP as users.
In WordPress I’ve used Advanced Custom Fields to add fields to the user record. For example – in WordPress’ user record I have a field called “Father Name”. I have this field in Salesforce as well. Will I be able to map them?
Thanks!
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeSo I installed everything from scratch. Didn’t work.
I created the tables manually in the DB using your SQL. No luck.
- This reply was modified 7 years, 4 months ago by shayatik.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeI think I’m gonna go in a different direction.
Instead of GoDaddy’s WordPress auto install, I’ll start from scratch. I’ll create a new DB, extract WordPress files on the server and see if it works. I’ll keep u posted.
Thanks!
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeThe user has all privileges: https://imgur.com/a/KkCnK
I tried deactivating / reactivating it. No Luck.
I’m hosted on GoDaddy.
Seems like my only option is to manually create those tables in the DB, which I’m not excited about :/
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeOK, PHP error log right after hitting “Connect To Salesforce”:
[16-Nov-2017 18:52:57 UTC] WordPress database error Table 'i4139082_wp1.wp_object_sync_sf_field_map' doesn't exist for query SELECT
id,
label,
wordpress_object,
salesforce_object,
salesforce_record_types_allowed,
salesforce_record_type_default,
fields,
pull_trigger_field,
sync_triggers,
push_async,
push_drafts,
weight` FROM wp_object_sync_sf_field_map made by require_once(‘wp-admin/admin.php’), do_action(‘settings_page_object-sync-salesforce-admin’), WP_Hook->do_action, WP_Hook->apply_filters, Object_Sync_Sf_Admin->show_admin_page, Object_Sync_Sf_Mapping->get_fieldmaps[16-Nov-2017 18:53:02 UTC] WordPress database error Table ‘i4139082_wp1.wp_object_sync_sf_field_map’ doesn’t exist for query SELECT
id
,label
,wordpress_object
,salesforce_object
,salesforce_record_types_allowed
,salesforce_record_type_default
,fields
,pull_trigger_field
,sync_triggers
,push_async
,push_drafts
,weight
FROM wp_object_sync_sf_field_map made by require_once(‘wp-admin/admin.php’), do_action(‘settings_page_object-sync-salesforce-admin’), WP_Hook->do_action, WP_Hook->apply_filters, Object_Sync_Sf_Admin->show_admin_page, Object_Sync_Sf_Mapping->get_fieldmaps[16-Nov-2017 18:53:03 UTC] WordPress database error Table ‘i4139082_wp1.wp_object_sync_sf_field_map’ doesn’t exist for query SELECT
id
,label
,wordpress_object
,salesforce_object
,salesforce_record_types_allowed
,salesforce_record_type_default
,fields
,pull_trigger_field
,sync_triggers
,push_async
,push_drafts
,weight
FROM wp_object_sync_sf_field_map made by require_once(‘wp-admin/admin.php’), do_action(‘settings_page_object-sync-salesforce-admin’), WP_Hook->do_action, WP_Hook->apply_filters, Object_Sync_Sf_Admin->show_admin_page, Object_Sync_Sf_Mapping->get_fieldmaps`Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeI gave it full access for now.
Gonna check out the PHP error logs.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Can’t AuthorizeIt does refresh the page, but it keeps showing me the “Connect to Salesforce” button.
My “logs” section is empty.
In Salesforce, however, I do see 1 user using the app: https://imgur.com/8zlQnWu
Forum: Plugins
In reply to: [Force Login] Plugin blocks uploadsI solved it by whitelisting the wp-admin:
if( in_array(‘wp-admin’, explode(‘/’, $_SERVER[‘REQUEST_URI’])) ) {
$whitelist[] = site_url($_SERVER[‘REQUEST_URI’]);
}Is it safe?
I’m having the same issue.
The a look here, or with any other post you try to share on LinkedIn from this blog: https://www.blonde20.com/blog.
Linkedin only shows the domain. No Title, no description, no image.