RCold / drupal6

Drupal 6 with support for PHP 7
GNU General Public License v2.0
5 stars 1 forks source link

drupal 6 modified for php7.2 not working with drush 8 #2

Open cptX opened 5 years ago

cptX commented 5 years ago

Hi, I have an issue which I cannot solve: I have modified my drupal 6 installation to make it compatible to php7.2 and the site is actually working ok and is up and running. The only problem I found is that drush 8 cannot recognise the site and actually cannot connect to it's database. Did you have a similar problem? I have posted this question also here (https://github.com/drush-ops/drush/issues/3700) but as people don't consider drupal 6 working with php 7+ I don't expect to find any answer there... Any hint would be useful...

cptX commented 5 years ago

OK I managed to solve it by following this https://github.com/drush-ops/drush/pull/2002