I am installing Domain Access on another client's site (Drupal 5.2, MySQL 4.1, php 4.4.7, modified Bluemarine/phptemplate theme). Domain Access seems to install correctly. Creating domain records works. However, the domain conf settings and the themes settings both produce blank pages. It's not even grabbing the site's favicons when it produces the blank page. I'm stumped. I'll upgrade to 5.3 but don't think that's the issue.

Comments

agentrickard’s picture

Memory limit issue?

agentrickard’s picture

Cannot replicate.

trailerparkopera’s picture

I increased my php settings to:

max_execution_time=1000
max_input_time=1000
max_memory_limit=250M

on this server. These settings on another site produced ok results, (though I haven't tried them with this version). I tried switching themes for admin pages, still no go. Any suggestions how I might troubleshoot this?

agentrickard’s picture

Check your server error log for the source of the error.

This is a fatal error somewhere in PHP.

Try http://drupal.org/Troubleshooting-FAQ and http://drupal.org/node/158043

trailerparkopera’s picture

Status: Active » Closed (fixed)

I found it. It had nothing to do with this module (I don't think). It had to do with how the client's DNS was setup. For some reason, their IT staff didn't setup a redirect to www.domain.name from domain.name

When I went to "settting" for domain.name I was coming up with a blank page.

Once I added a directory and settings in the Drupal "sites" folder, everything worked normally (that is, "settings" and "themes" navigated correctly).

Funky. I'm going to have to take a better look (or get their IT staff) at their Apache and DNS settings.

Thanks for your help!

agentrickard’s picture

It might also work if you set your 'root domain' to www.example.com instead of 'example.com' -- but I have no way to test that.