Errors with a Drupal Site On Windows

General discussion forum for the Zend Server - The full, commercial edition

Errors with a Drupal Site On Windows

Postby llbbl on Wed Jan 25, 2012 9:22 pm

On Windows. Installed the Apache that comes with Zend Server. Trying to setup a Drupal site to work when I am booted into windows. Nothing in error logs. Had to change permissions on the folder to allow modify privileges for Authenticated Users.

I added a Virtual Host to the httpd.conf file:

Code: Select all
NameVirtualHost *:80

<VirtualHost *:80>
   ServerName sitename.local
   ServerAlias othername.local

   DocumentRoot "C:/Users/Name/Web/site/drupal"
   
   <Directory "C:/Users/Name/Web/site/drupal">
      Order allow,deny
      Allow from all
      AllowOverride all
   </Directory>
   
</VirtualHost>



Php is working because I can login the Zend Server admin and run php files in the "drupal" folder. It is either giving me a 500 error "Service unavailable (with message)" or its a blank white screen.

Nothing in all the logs I checked.

.htaccess looks normal. Changed some other options in the httpd.conf to allow indexes and allowoverrides.

It is failing after this line in the drupal front controller.

Code: Select all
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);


Any ideas?
llbbl
 
Posts: 2
Joined: Sat Oct 22, 2011 3:34 am

Re: Errors with a Drupal Site On Windows

Postby llbbl on Wed Jan 25, 2012 9:56 pm

hmmm. perhaps it is the application because out of the box drupal core seems to be working fine. I added another virtual host for the clean drupal.
llbbl
 
Posts: 2
Joined: Sat Oct 22, 2011 3:34 am

Re: Errors with a Drupal Site On Windows

Postby nickma on Thu Jan 26, 2012 6:09 pm

For you information.Error 500 in Zend Server Windows version can be many things as well as Application error since PHP runs in Fast-cgi mode error behavior is different from PHP running as Apache PHP module.
User avatar
nickma
 
Posts: 137
Joined: Mon Dec 29, 2008 5:27 pm

Re: Errors with a Drupal Site On Windows

Postby amandam on Wed Feb 08, 2012 2:35 am

I haven't seen problems with drupal site, if you encounter the error 500 it might be that the .htaccess file is wrong.
amandam
 
Posts: 1
Joined: Wed Feb 08, 2012 2:22 am

Re: Errors with a Drupal Site On Windows

Postby muggsy12 on Mon Apr 16, 2012 10:44 am

Which version of windows are you installing into?

Have you installed SQL Express? And did you install it in mixed mode?
muggsy12
 
Posts: 2
Joined: Mon Apr 16, 2012 10:43 am


Return to Zend Server

Who is online

Users browsing this forum: No registered users and 3 guests