Hi-

Can someone give some light whats going on.

I have succesfully uograded 6 plus webpages from D6 to D7 - yes some errors,but nothing really special.

But now, trying to upgrade webpage and after initail upgrade screen, it shows just this:

$databases = array ( 'default' => array ( 'default' => array ( 'driver' => 'mysql', 'database' => 'pulmad_nnn', 'username' => 'pulmad_pulmad', 'password' => 'nnn', 'host' => 'localhost', 'port' => '', 'prefix' => array ( 'default' => 'pood_', 'users' => 'shared_', 'sessions' => 'shared_', 'role' => 'shared_', 'authmap' => 'shared_', 'locales_source' => 'shared_', 'locales_target' => 'shared_', 'simplenews_subscriptions' => 'shared_', ), ), ), ); $drupal_hash_salt = 'E5xP1Gl9oOFLww_tKtPr4lsfqRj6rD8gnqJupl28wNs'; $databases = array ( 'default' => array ( 'default' => array ( 'driver' => 'mysql', 'database' => 'pulmad_nnnnn', 'username' => 'pulmad_nnnn', 'password' => 'nnnn#', 'host' => 'localhost', 'port' => '', 'prefix' => array ( 'default' => 'pood_', 'users' => 'shared_', 'sessions' => 'shared_', 'role' => 'shared_', 'authmap' => 'shared_', 'locales_source' => 'shared_', 'locales_target' => 'shared_', 'simplenews_subscriptions' => 'shared_', ), ), ), ); $drupal_hash_salt = '_MtXnWCzwlVJ5xizpdHAznh8aE4TdRe4Y8bS6VxiEEs'; $databases = array ( 'default' => array ( 'default' => array ( 'driver' => 'mysql', 'database' => 'nnn', 'username' => 'pulmad_nnnn', 'password' => 'nnn#', 'host' => 'localhost', 'port' => '', 'prefix' => array ( 'default' => 'pood_', 'users' => 'shared_', 'sessions' => 'shared_', 'role' => 'shared_', 'authmap' => 'shared_', 'locales_source' => 'shared_', 'locales_target' => 'shared_', 'simplenews_subscriptions' => 'shared_', ), ), ), ); $drupal_hash_salt = 'cjkmeJ62FsJ_db_1iiiSO8eLcSoion-LcdgXI8E79q0';

What the heck ? :D

Regards,

Virgo

Comments

virgo’s picture

anyone ? :)

dman’s picture

I can't give you a sure answer - never seen or heard about exactly this happening before.

But I'd suggest you look at your settings.php file. It smells a little like you've got an incorrect closing PHP tag in the middle of it.

virgo’s picture

Hi-

I hate myself for that...You were correct...

Thank You :D

Regards,

Virgo