Forums | Mahara Community
Support
/
iframes
19 March 2009, 16:15
I'm attempting to use joomla 1.5 CMS to wrap around an installation of mahara. The Mahara page appears fine but when I log in the session state is not maintained from page to page requiring me to repeatedly log in. Is there any suggestion?19 March 2009, 16:24
Error was coming from the following in config.php:
// wwwroot - the web-visible path to your Mahara installation
// Normally, this is automatically detected - if it doesn't work for you
// then try specifying it here
$cfg->wwwroot = 'http://localhost/joomla/mahara/';
had to expose the wwwroot information...