olhirt
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cassify] Problem with php 8.1Doesn’t work with php8.2 …
Forum: Plugins
In reply to: [WP Cassify] Error 500 WP 5.8.1 PHP 7.4It was a bug in a table of the bdd with ////////////////////////////////////////// inifinite Name of the login servlet
Thanks a lotForum: Plugins
In reply to: [Authorizer] Block all emails of a domainYes i use an external login service LDAP and CAS.
I would like to allow @domain.com and block @subdomain.domain.com
Thanks !Forum: Plugins
In reply to: [Enable Media Replace] Multisite dosen’t work editor roleNo, the link display correctly. But when an editor click on, he doesn’t have the rights. There a message like “sorry you are not allow to…”
Forum: Plugins
In reply to: [Enable Media Replace] CapabilitiesHi,
On WP multisite, editors dosen’t have the rights to replace media. It works on single WordPress. So i need the list of the capabilities to edit them with the plugin “Capability Manager Enhanced”. And i hope it could fix the problem.Forum: Plugins
In reply to: [HAL] Activation impossibleGreat ! Thanks 🙂
Forum: Plugins
In reply to: [HAL] Activation impossibleHi there,
4.5.3 FR
Thanks
OlivierForum: Plugins
In reply to: [Enable Media Replace] Permissions for EditorsIs my bad. It’s a conflict with Adminimize. It’s resolved.
Thanks.Forum: Plugins
In reply to: [CAS Maestro] Multisiteit’s working. Trouble is not associate with Maestro CAS 🙂
Forum: Plugins
In reply to: [CAS Maestro] Troubles with LDAPHi,
There two errors syntax in views/metaboxes/registration.php (missing spaces) :
line 44 replace
<input type=”text” <?check_empty($this->settings[‘ldap_server’])?>
by
<input type=”text” <?php check_empty($this->settings[‘ldap_server’]) ?>and line 56 replace
<input type=”text” <?check_empty($this->settings[‘ldap_basedn’])?>
by
<input type=”text” <?php check_empty($this->settings[‘ldap_basedn’]) ?>Best regards,
Olivier