Sudhanshu Mishra
Forum Replies Created
-
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Since contact form 7 v5.4 – send issueFacing the same problem after the upgrade. It seems the package is missing script.js file.
Getting 404 error in console.
/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.3.2
/wp-content/plugins/contact-form-7/modules/recaptcha/script.js?ver=5.3.2Forum: Plugins
In reply to: [WebP Express] How to remove all WebP files and symlinks?Hi,
This plugin has generated approx. 10GB+ files on disk. Can I use “Delete converted files” option to delete all the files without causing any impact on the site?
Thank you
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Can’t update Locations@flippercode Support: Thanks.
Forum: Fixing WordPress
In reply to: Unattached MediaI have thousands of unattached media images. Covering around 50+ GB of space. Please advise about any approach which is suitable for this job?
Hi gsteixei,
I was facing a similar kind of issue while configuring the plugin with oam.
After debugging, I found that the issue was related to the configurations in the service provider section.
I simply updated the fields and the issue was resolved.
What I did?
Updated – Attribute to be used as username – userId
Updated – Attribute to be used as First Name – givenName
Updated – Attribute to be used as Last Name – sn
Updated – Attribute to be used as E-mail – email
Updated – Attribute to be used as Groups – groupsOFConcerned File(s):
…\wp-content\plugins\saml-20-single-sign-on\lib\classes\saml_client.php$attrs = $this->saml->getAttributes(); if(array_key_exists($this->settings->get_attribute('username'), $attrs) ) { $username = $attrs[$this->settings->get_attribute('username')][0]; if(get_user_by('login',$username)) { $this->simulate_signon($username); } else { $this->new_user($attrs); } } else { die('A username was not provided.'); }
Hope this might help you or our new friends.
Thanks!!
SR