Drupal Easyphp Installation

  
  1. Drupal 8 Installation Guide
  2. Drupal Installation Error

I installed Drupal 7 in the root folder of my server. Now I would like to install another Drupal 7 website in a subfolder (/test), but when I run the /test/install.php script, I get: ' To start over, you must empty your existing database.

To install to a different database, edit the appropriate settings.php file in the sites folder. ' It seems that it is still loking at the database of the version in the root folder. In /test/sites/default/config.php I set the new db.

I installed EasyPHP and set up a Drupal installation and a virtual host, so that I could see my site at sitename.local in my browser. At first, it seemed like it was working, but it looked odd. Usually, the Visual C++ Redistributable is already installed (this install needs admin privileges). Why VC9 versions won't include PHP 5.5.x? PHP 5.4 is the last series to support Windows XP and Windows 2003.

I suspect that this is all related to.htacess and rewrite rules. Somebody can help?

Drupal 8 Installation Guide

Thank you in advance! I realize this post is old, however there is, in my opinion, a more thorough and lower risk option than creating a re-write rule to resolve this problem. Free download software resetter printer epson stylus photo r230. The alternate option for this situation is to use a virtual host entry in your.htaccess file. In order to do this properly you must create two virtual host entries. One entry for the original URL/Drupal 7 install (the one @ the site root).

Drupal Installation Error

The second virtual host entry will be for a second URL which points to the Drupal 7 site in the subdirectory. To do this correctly you must first enter the following line (or un-comment the line if it already exists): NameVirtualHost *:80 Next you must create the two virtual host entries.

One will be similar to the following: ServerName your.url.fortheroot ServerAlias alternate.url.fortheroot DocumentRoot '/path/to/webroot' The next entry would be similar to the following ServerName your.url.forthesubfoldertest ServerAlias alternate.url.forthesubfolder DocumentRoot '/path/to/webroot/test' If you do not use the virtual host method and you choose the rewrite method there is a possibility that you may need to modify the settings.php to reflect the correct base root of your Drupal 7 install for the one in the /test subdirectory. (try without but if you have problems with clicking on links giving you 404 errors then try with). NOTE: I still definitely recommend the virtual host path over the rewrite rule path.

Drupal 8 installation guide

I've downloaded Drupal 8.0.0-alpha14 to try on a local server with Xampp 1.8.3. I put the Drupal files in a subdirectory called 'd8' and go to localhost/d8/ to start the install.

Here's what I get: Additional uncaught exception thrown while handling exception. Original ReflectionException: Class Symfony Cmf Component Routing DynamicRouter does not exist in ReflectionMethod->__construct() (line 86 of C: xampp htdocs d8 core lib Drupal Core DependencyInjection Compiler TaggedHandlersPass.php).