Having problems installing Drupal? See the Installation Guide for more information.
Problem: updating Drupal core from D7.42 to 7.43 onto a duplicate of my original and the new site doesn't see my database entries.
I am attempting to Install Drupal 8 on FreeBSD using Apache and Postgresql.
When running drupal/core/install.php Apache responds:
xxx.xxx.xxx.xxx is currently unable to handle this request.
500
httpd-error.log shows:
[:error] [pid xxxxxx] [client xxxxxxx] PHP fatal error: Call to undefined function Symfony//Component//Yaml//ctype_digit() in ****
/usr/local/www/apache24/data/drupal/vendor/symfony/yaml/Inline.php on line 504
that line contains:
case ctype_digit($scalar):
Can anyone tell me what I need to do at this point?
Truble getting sites to load correclt after drupal 8 install.
Hi,
I have a project that is built using Drupal 7 running on Apache. I need to move it on a windows Server running IIS 7.5.
My server already have php installed. I currently have another project that is running which is using Laravel framework.
What I have done so far, is copied my "sites" folder from the lunix box into windows in the following directory
C:\inetpub\wwwroot\Drupal
Then from IIS I converted my "Drupal" folder to application by right clicking on it and clicking "Convert To application"
I am trying to install Drupal on localhost MAMP as I cannot install it on my server or on a windows machine
I get the error:
In the past with Drupal 6 (I have skipped 7 so far), I ran various sites with a common codebase using the following structure:
sitename.com | |--cms (symbolic link to drupal directory) | |--Other stuff I might want on the site
i.e. in each site, there was a subdirectory called CMS that was actually a redirect to the base Drupal folder.
I liked doing things this way, as it let me (if required) install other stuff on the same domain without it messing with the main Drupal install.