Hi,

I ran also into this issue...

The new generated config.php of a new multisite installation has a
mistake regarding the base URI. Gallery wrote into my config.php:
$gallery->setConfig('baseUri',
'http://test123.normes.org/gallery2/GALLERY_MAIN_PHP');

With my corrected line I was able to login into new multisites:
$gallery->setConfig('baseUri',
'http://test123.normes.org/gallery2/main.php');

I had a quick look into the package and to the bug tracker of gallery,
but couldn't find any hint... I think the bug is somewhere located
in /usr/share/gallery2/install/steps/MultisiteStep.class, but haven't
any real indication of.


Regards,

    Norman

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to