kcomphlint
Forum Replies Created
-
Forum: Plugins
In reply to: [ShareThis Share Buttons] Can’t view settings in adminAny ideas on this issue?
Still not able to view settings in wp-admin, still getting the “Sorry, you are not allowed to access this page” message. No longer getting Deprecated errors though.
Forum: Plugins
In reply to: [Account Engagement] 504 Gateway Time-out after updated to 1.5.7Any update on this issue? I was able to pull this code from the file mentioned in the error. It looks like an issue communicating with Salesforce?
$url = self::OAUTH_URL; $body = [ 'grant_type' => 'refresh_token', 'client_id' => $this->client_id, 'client_secret' => $this->client_secret, 'refresh_token' => $this->refresh_token, ]; $args = [ 'body' => $body, 'timeout' => '5', 'redirection' => '5', 'httpversion' => '1.0', 'blocking' => true, 'headers' => ["Content-type: application/json"], 'cookies' => [], ]; $response = wp_remote_post($url, $args); $response = json_decode(wp_remote_retrieve_body($response));
Forum: Plugins
In reply to: [Font Awesome] Guttenberg Editor error After update to 4.0 from 4.0.0-rc23Seeing same issue on WP 5.8 running the Astra theme along with ACF. Disabling the FontAwesome 4.0 plugin fixes the issue.
Worked like a charm. Thanks!
Forum: Plugins
In reply to: [Classic Editor] No longer compatible with 4.9.8??Would like clarification on this as well. We have been advising clients to install Classic Editor before upgrading. Now they see that it is unsupported in 4.9.8.
What was your resolution to this error?
I am having the same issue on a site that runs the iThemes Security plugin. Even after disabling and deleting the plugin, I am still getting the error. Any other ideas?
This looks like it might actually be a conflict with the WP Mailto Links plugin that this site is also running. If I disable that plugin, I do not get the *protected email* output.
Any estimate on when that update will get released? Any advise to bypass this issue in the meantime? Revert to older version of plugin? Only use WP editor?
Same thing happened to me on a site that auto-updated to the 1.8.6 release early this morning. Deleting the plugin was the only way I could access wp-admin without crashing the entire server. Looked like something was causing PHP to eat up all the available memory.
Forum: Plugins
In reply to: [Simple Download Monitor] Search IntegrationSo we have a couple of sites currently using WP-Filebase. We are looking for another file/download manager option as development on that plugin seems to have ceased.
These sites are also currently using Google Site Search, which has been killed off. We never really had to worry about anything from within WordPress indexing and search the documents that were being uploaded because Google basically handled it.
Now we are looking at switching back to WordPress based search. We like to use SearchWP because of its indexing, weighing of various content pieces, and support for indexing contents of files (word, pdf, xcel, etc). It was not compatible with Filebase because it created its own database tables and stored uploads outside of the default WP media folder.
Does SDM follow the same methods as Filebase? If we use basic WP search, will files managed by SDM be in those results? Can we use a plugin like SearchWP to index files managed by SDM?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sub site maps are emptyIs this issue similar to empty sitemap files created when using “Page Links To”? This thread was posted about 7 years ago, but seems to be a similar issue –
Forum: Plugins
In reply to: [Active Directory Integration] Error Accessing Sub User Group in ADNM, we were trying to use OUs instead of Groups. All is well.
More information. This shows up in my server error_log when I try to change the sorting of a property listing page:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UNDEFINED LIMIT 0, 10' at line 5 for query SELECT p.ID , (SELECT pm.meta_value FROM wp_postmeta AS pm WHERE pm.post_id = p.ID AND pm.meta_key = 'area' LIMIT 1 ) as meta_value FROM wp_posts AS p WHERE p.ID IN ( 2009,4297,4478,4476,4697,4716,4872,5027,5028,5030,5050,5051,5054,5056,5059,5061,5074,5085,5088,5090,5092,5094,5096,5086,5122,5224,5338,5382,5457,5446,5488,5588,5234,5599,5601,5602,5656,5448,5659,5735,1347,1394,1418,1429,1435,1446,1458,1457,1460,1462,1464,1466,1468,1470,1477,1479,1494,1506,1547,1550,1589,1612,1603,1672,1673,1698,1724,1741,1752,1763,1806,1816,1818,1844,1862,1870,1876,1878,1888,1899,1919,1957,1966,1998,2023,2056,2071,2073,2075,2077,2079,2081,2083,2086,2088,2090,2092,2094,2204,2117,2219,2261,2267,2271,2284,2285,2308,2318,2330,2399,2342,2467,2503,2544,2556,2607,2648,2663,2715,2757,2759,2768,2794,2799,2800,2843,2853,2932,2957,3005,3010,2995,3011,3016,3051,3110,3117,3145,3147,3150,3156,3161,3164,3167,3174,3195,3215,3242,3313,3329,3359,3365,3392,3469,3483,3540,3547,3555,3556,3569,3658,3672,3753,3755,3760,3773,3814,3831,3834,3884,3932,3938,3973,3976,3978,3980,4023,4025,4035,4058,4093,4109,4144,4158,4195,4205,4239,4267,4269,4270,4287,4301,4313,4315,4385,4405,4413,4415,4451,4454,4456,4460,4462,4466,4468,4474,4480,4482,4484,4486,4488,4516,4517,4464,4520,4565,4632,4634,4679,4702,4703,4713,4720,4867,4929,4932,5034,5047,5062,5082,5207,5227,5228,5230,5231,5232,5380,5450,5451,5454) AND p.post_status = 'publish' ORDER BY meta_value UNDEFINED LIMIT 0, 10; made by do_action('wp_ajax_wpp_property_overview_pagination'), call_user_func_array, WPP_Core->ajax_property_overview, WPP_Core::shortcode_property_overview, WPP_F::get_properties
Did you ever get custom image sizes to work with the plugin?