ABHIONLINUX
Site useful for linux administration and web hosting

2011/01/13

Unable to login to Moodle site "Your session has timed out. Please login again"

When you try to login to your Moodle admin section,  you will get an error showing "Your session has timed out. Please login again"

Fix:
Check whether the folder /uploaddata/sessions/ is having 777 permission.
Clear all the session files in this folder.

Then you will be able to login to your website.

2010/12/23

PGsql database not showing in cpanel

Go to /var/lib/pgsql/data/pg_hba.conf
Change ‘md5′ to ‘trust’.
It should look like :
local all all trust
host all all 127.0.0.1 255.255.255.255 trust