raveendrab → created an issue.
# instead of seems to solve the problem.
raveendrab → created an issue.
raveendrab → created an issue.
@abhishek_gupta1, could you please generate a patch file to test.
raveendrab → created an issue.
raveendrab → created an issue.
raveendrab → created an issue.
I am getting the following error after applying the patches.
Deprecated function: Creation of dynamic property LdapUserConf::$createLDAPAccounts is deprecated in LdapUserConf->load() (line 265 contrib/modules/ldap/ldap_user/LdapUserConf.class.php).
May be 8.2 specific.
Upgrading Drupal 7 on Debian 12 bookworm.
This is happening in drupal 10. On a second attempt, the theme is getting installed. However, the following errors are being displayed.
Warning: Array to string conversion in dempo_preprocess_html() (line 918
Warning: Array to string conversion in dempo_preprocess_html() (line 913
Patch @#3 works fine.
I managed to port the database to drupal 10 (composer installation) by removing the modules not available for drupal 10. Ofcourse, there we may need to re-create some of the views and re-configure layouts.
raveendrab → created an issue.
The function seems to be deprecated.
Check the following.
https://www.drupal.org/node/2940031 →
I got the similar error on a clean drupal 10 installation.
raveendrab → created an issue.
Hi,
I am trying to install the dev version on a clean drupal 10 using composer.
I am able to install authorization dev version as the drupal 10 patch has been applied. However, while installing ldap dev module using compser, i am getting the following errors.
- drupal/ldap 4.x-dev is an alias of drupal/ldap dev-4.x and thus requires it to be installed too.
- drupal/ldap dev-4.x requires drupal/ldap_servers * -> satisfiable by drupal/ldap_servers[4.0.0, 4.1.0, 4.2.0, 4.3.0].
- Root composer.json requires drupal/ldap 4.x-dev@dev -> satisfiable by drupal/ldap[4.x-dev (alias of dev-4.x)].