Hello,

I have successfully installed the Subdomain Manager, but when I go to Administer->Subdomain to create the domain and hit the create button all I get is blank page.

I'm using Drupal 5.2 and my Subdomain Manager settings are:
cPanel skin name: x
cPanel Extension: html
cPanel domain name: neighbors4peace.org (note this is a cPanel Addon Domain)

Any ideas as to what is going wrong?
Thanks,
Steve

Comments

vm’s picture

Blank pages are typically assocaited with not enough memory on the server. Try adjusting your max_memory in php.ini or ask your host to do so.

vm’s picture

gloscon’s picture

Status: Active » Fixed

@wickwood

please set the group bit of your document root.

group must be your apache group like nobody or apache

chgrp nobody <document_root>
chmod -R g+srwx <document_root>
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.