Hi,

I tried upgrading from beta5 to beta6.
I got a blank screen immidiately after I want to select the admin/build/domain.
I am not getting an error in my drupal-log. Because I am with a provider, I will only see tomorrow the Apache log.

Do I need to empty domain_conf tabel after updating from beta5 to beta6?
Off course I have added the require_once fomr domain_conf to my settings.php.

I have 4 records in my database tabel: domain and domain_conf.

Do other people have this behaviour?
Hopefully tomorrow more info because of my Apache log.

Greetings,
Martijn

Comments

agentrickard’s picture

Status: Active » Postponed (maintainer needs more info)

There was a schema change from beta3 to beta4. That may be the cause of the issue.

See http://drupal.org/node/183970

summit’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Hi,
Found the error.

Line 411 on mine domain_admin.inc was corrupt. But I see it is not corrupt in your version.
My line was:

  foreach ($node_types as $key => $avlue) {

It should be $value off course.
I think it was an ftp thingie...I don't know how it came there..
So solved issue.

Thanks for getting into it though :)

Greetings,
Martijn