Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • I just copied drupal 8.0.6 to the public directory on the web server, but now I get a 500 "Internal Server Error". Looking at the server logs: [Fri Apr 08 14:11:53.710451 2016] [core:error] [pid 54807:tid 34478458880] [client 172.17.240.6:45115] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. Commented Apr 8, 2016 at 14:20
  • It seems to me like drupal devs are a bit liberal with their definition of "stable". As a drupal beginner, should I be using Drupal 7 instead? Commented Apr 8, 2016 at 14:25
  • @quant: Drupal 7 is way stable than 8 (and a bit faster). Also, since D8 is new, there are not many modules ported for it, unlike D7. If you can, I advise to wait up with using D8. Keep an eye on it for a few months and then try it again. As for the error, check stackoverflow.com/questions/19071324/… Commented Apr 10, 2016 at 17:57
  • I upgraded to 8.0.6 and got the same error. I'm giving up and going with Drupal 7. Commented Apr 13, 2016 at 1:50
  • Drupal 7 gives me 500 errors. Posted this same question on the drupal site instead: drupal.org/node/2705087 Commented Apr 13, 2016 at 2:37