Hii,
I installed Mahara....My problem is i can login as admin,but i l have to relogin each time before going to any link.I read some where that this occurs due to false Data root folder...I corrected it and now the folders are being created inside my data root folder ,so i guess the data root folder is writable ...But still the problem is there..I will have to relogin each time...The time out error also occurs when i go to edit pages option....
Here is my config settings
// database connection details
// valid values for dbtype are 'postgres8' and 'mysql5'
$cfg->dbtype = 'mysql5';
$cfg->dbhost = 'localhost';
$cfg->dbport = null;
$cfg->dbname = 'maceans';
$cfg->dbuser = 'root';
$cfg->dbpass = '';
$cfg->dbprefix = '';
// 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 = '';
// dataroot - uploaded files are stored here
// must be writable by the webserver and outside document root.
// Mahara will NOT RUN if this is inside your document root, because
// this is a big security hole.
$cfg->dataroot = 'd:\wamp\data';
Please help me........

Is the time on the server
Is the time on the server correct?
1. What version of
1. What version of Mahara?
2. Please log out, clear your cookies, and then try again - do you get the same problem?
Yeah i tried clearing the
Yeah i tried clearing the cookies...still same problem
Is your site public? What is
Is your site public? What is the URL for it?