Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(7 guests in past 15 min.)
Locations of visitors to this page

Support Forums

Community Discussions

Problems with Users Tab


You must be signed-in to post.

AuthorSubject
  Page: 1
Zim
Subject: Problems with Users TabQuote this post in your reply
I installed ATutor in my web server. I created about 20 user accounts, but when I login as admin user and click on Users Tab, all the users are not displayed. (only 2 are listed) and the application hangs. Please help
Things to describe:
Operating system ATutor is installed on - Windows 2003 Server
ATutor version - 1.6.3
Patch #s applied - none
ATutor theme name - Corporate Blue
PHP version - 5.3.0
MySQL version - 5.x
Webserver & version - Apache 2
Copies of error messages - none
Changes to default settings - none
Web browser being used - Firefox 3.5.3
Posted: 2009-10-09 09:27:05
harris

Avatar for harris
Subject: Re: Problems with Users TabQuote this post in your reply
Any server error logs?


- harris
Posted: 2009-10-09 11:35:24
greg

Avatar for greg
Subject: Re: Problems with Users TabQuote this post in your reply
Do you have the same problem if you use the default theme?
Posted: 2009-10-09 13:15:17
Zim
ServerErrorLog.zip
Subject: Re: Problems with Users TabQuote this post in your reply
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 -

In reply to:
Any server error logs?
- harris
I am attaching the Server Error Log for your information.

- Zim

Posted: 2009-10-13 03:54:56
Zim
Subject: Re: Problems with Users TabQuote this post in your reply
"Please ignore the previous post with the Things to Describe not filled."

In reply to:
Do you have the same problem if you use the default theme?

"Yes with all the three default themes, I am facing the same problem. (ATutor/ATutor 1.5/ATutor Classic)

- Zim

Posted: 2009-10-13 04:01:00
harris

Avatar for harris
Subject: Re: Problems with Users TabQuote this post in your reply
Thanks for the log.

Apparently ATutor have some issues with PHP 5.3+

In 5.3, assignment the return values of new by reference has been deprecated. I will add this to our bug tracker. I reckon we will have to change most of our codes to adapt 5.3+...

For the time being, please install 5.2+ instead. Thanks.


-harris
Posted: 2009-10-13 10:43:01
greg

Avatar for greg
Subject: Re: Problems with Users TabQuote this post in your reply
Or:

Turn off error reporting in your system's php.ini file.

display_errors = Off

or

error_reporting = E_ALL & ~E_DEPRECATED

You can find more about error reporting at:
ca3.php.net/manual/en/errorfunc.configuration.php
Posted: 2009-10-13 10:49:06
 Page: 1

You must be signed-in to post.