I've just started a new Drupal 8 project and I'm implementing Unit Testing as part of continuous integration. However, when I did a default installation of Drupal 8.3.7, it shows a few failures already. I'm curious if this is normal? Could I have miss out a step?
When I peeked into the unit testing codes, some were just Windows Directory Seperator issue. Then there are genuine bugs, like the one I raise: https://github.com/drupal/core-datetime/pull/1
I have a Drupal 8 site, which was originally built on my MacBook Pro MAMP environment, and I am attempting to move it to a GoDaddy cPanel environment. I have copied over all of the necessary files, backed up the database in phpMyAdmin, and to this point, everything went smoothly. The problem was encountered when I attempted to import the database using phpMyAdmin on the GoDaddy side. I start the import, and it ends in an error 1050.
I've done a Google search, and the only thing I'm able to find is a mention here on Drupal.Org, but it is for a Drupal 6 Install.
Hi everyone,
Today i download Drupal 8.3.7 to install for my studying project. And i was find out a problem in our installation function.
Here is report of the error when install in xxamp localhost server: "Fatal error: Maximum execution time of 30 seconds exceeded"
"in ....\Drupal\Core\Database\Statement.php on line 59"