
Originally Posted by
higgo
This occurs with WAMP5 straight out of the box, with Gallery 2.2.2 stable, joomla 1.5Beta2.
Just tried joomla SVN (at revision 8095) and it gets a little further.
The following is displayed in the "Settings" tab of "Gallery 2 Bridge - Settings":
Code:
pane->startPane( 'settingsPane' ); echo $this->pane->startPanel( 'Configuration', 'confPane' ); ?>
Gallery 2 Path " id="paramsembedUri" name="params[embedPath]"/>
Gallery 2 Uri " id="paramsg2Uri" name="params[g2Uri]"/>
Login Redirect " id="paramsloginRedirect" name="params[loginRedirect]"/>
pane->endPanel(); echo $this->pane->startPanel( 'User', 'userPane' ); ?>
Coming soon
pane->endPanel(); echo $this->pane->startPanel( 'Display', 'dispPane' ); ?>
Display Login params->get("dispLogin")); ?>
Display Sidebar params->get("dispSideBar")); ?>
pane->endPanel(); echo $this->pane->endPane(); ?>
Even if path/uri/redirect are entered, the response is "Wrong Settings:".
Maybe a syntax issue in the source?