2010-09-30 12:43:58
always logged out in atutor 20
i just wonder why i am always logged,either as admin,instructor or even student..
Can you give me some ideas what i should do?
Thanks
2010-09-30 12:43:58
i just wonder why i am always logged,either as admin,instructor or even student..
Can you give me some ideas what i should do?
Thanks
2010-09-30 13:28:28
Try a different browser, and be sure cookies are enabled in the browser.
2010-10-01 11:41:36
thanks for the answer..
finally I am not logged out anymore..
yet, I got this message on my Statistics and Information.. that my OS : Warning: php_uname() has been disabled for security reasons in /home/etutorwe/public_html/smash/ATutor/admin/index.php on line 241
what does it mean? and how should I resolve it?
thanks
2010-10-01 17:48:36
If you are asking for help, provide lots of detail so problems can be reproduced.
Things to describe:
Operating system ATutor is installed on -
ATutor version -
Patch #s applied -
ATutor theme name -
PHP version -
MySQL version -
Webserver & version -
Copies of error messages -
Changes to default settings -
Web browser being used -
...and anything else relevant -
2010-10-02 01:49:42
If you are asking for help, provide lots of detail so problems can be reproduced.
Things to describe:
Operating system ATutor is installed on - (used to be Linux i forgot.. coz it's said now "Warning: php_uname() has been disabled for security reasons in /home/etutorwe/public_html/smash/ATutor/admin/index.php on line 241"
ATutor version - 2.0
Patch #s applied - no idea for sure there are number 1,2,4,5,6,7,8,9
ATutor theme name - Atutor
PHP version - 5.2.11
MySQL version - 5.0.91-community
Webserver & version - have no idea @@
Copies of error messages -
1. Warning: php_uname() has been disabled for security reasons in /home/etutorwe/public_html/smash/ATutor/admin/index.php on line 241
2. Warning: shell_exec() has been disabled for security reasons in /home/etutorwe/public_html/smash/ATutor/admin/index.php on line 177
3. when I logged in as tutor, and wanted to enrol my pending enrollment, there is a message but I forgot to copy it, it's said that I can't do the enrollment or something like that.. yet, the pending enrollment was approved
Changes to default settings - I only change the PHP_MAIL_SMTP to true
Web browser being used - Firefox and Chrome
...and anything else relevant -
2010-10-04 09:53:09
You can open the script mentioned in the error message, and place an @ in front of shell_exec() and php_uname() to suppress the error. These are just gathering information about your system, and can safely be disabled.
If you are on Linux, you should not need to enable PHP_MAIL_SMTP.