Forums | Mahara Community
Support
/
session problems
18 September 2009, 1:21
Mahara is installed correctly and starts up without any problems. After i have logged in, no matter where i click, every time Mahara loads a new page, the log in page pops up. and my site address:http://www.meepal.com please help me ,thanksA post by Account deleted was deleted
20 September 2009, 15:52
That site doesn't seem to exist, I can't get to it in my browser. Also, you should never post your admin password publicly, so I deleted your post.
If you are seeing problems like you are describing, please read the installation troubleshooting page.
21 September 2009, 2:24
thaks ,i have solved the problem by following installation troubleshooting page24 September 2009, 12:07
hallo nigel,
i've the same problem and i've read the troubleshooting-sides, but the problem is still there.
here is the virtualhost my /etc/apache2/sites-available/default
<VirtualHost *>
ServerName eportfolio.fczb.local:80
DocumentRoot /daten/www/devel/mahara/htdocs
ErrorLog /var/log/apache2/mahara.error.log
CustomLog /var/log/apache2/mahara.access.log combined
<Directory "/daten/www/devel/mahara/htdocs">
AllowOverride All
</Directory>
</VirtualHost>
is there any error? i haven't any aliases in my default.
many thanks!
michaela
25 September 2009, 10:01
hallo everybody,
i've solved the problem: a little error in the config.php, one redundant /.
kind regards!
michaela
29 September 2009, 10:39
edit: figured it out. remember to recursively set your permissions on your dataroot if you're copying over from previous install =)