We are running Drupal 6.69 under PHP 7.3.13 on Bluehost. Not sure what happened, but when I try to browse to update.php to perform database updates, I get the prompts as expected to update the database and code, and click Continue, but then it just goes back to the home page with no error message displayed.
Webform 7x-4.22 is installed and had been working. When I browse to a node that has a web form, or attempt to create a new web form, I have the standard tabs, including the text lead in), but no tabs displaying for fields for the form.
I am trying to get a D8 with drupal commerce site ready top open it to the public.
It is currently open to testers.
The site is an upgrade from D7 with ubercart. I have tried to run upgrades after the one I now use but those upgrades did not import orders which I do need to have as a reference.
I have had an wsod before which I was able to solve by comparing the view settings of an empty install with mine and I had changed stuff I should not have changed.
I succesfull installed the Drupal codebase with "composer create-project drupal/recommended-project".
Then I have "Fatal error: Cannot use Composer\Plugin\Capability\CommandProvider as CommandProvider because the name is already in use in phar:///usr/local/bin/composer/src/Composer/Plugin/PluginManager.php(196) : eval()'d code on line 10" after the "./composer.json has been updated" when I try to install DrupalConsole and Drush with "composer require drupal/console drush/drush".
i was trying to update drupal 8.1 to 8.2 using composer, but it fails with the following error
composer outdated "drupal/*"
#error ;
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Solver.php on line 220
i tried updating the memory_limit to -1 in php.ini, but the results were same.Any other workarounds to do this
i am using Mac.