Support Forums
ATutor Support
New ATutor installation
You must be signed-in to post.
| Author | Subject | |
|---|---|---|
| Page: 1 | 2 | ||
| Subject: New ATutor installation | ||
| Hi, Hoping that other atutor users can help me solve this one! Just installed V1.3, go to the first login screen, localhost/iainc/ATutor/login.php where the screen asks me to log into the 'Control Centre'. When I enter 'instructor' and 'instructor', I get redirected to 'http://localhost/iainc/ATutor/bounce.php?course=0' and the following message appears 'No such course ID found', which makes sense because the Welcome Course is labelled as 1 in the database. I've tried changing the URL strings to point to course 1, so that I can then go to the /users/admin.php script, but so far no luck.. Any help would be greatly appreciated ::confused:: Thanks in advance... Iain Posted: 2003-11-19 12:10:26 | ||
greg![]() | Subject: See ATutor HowTo: | |
| I don't see anything in your message that would lead me to the problem. Have you looked for answers in ATutor HowTo? Also read Help us Help You, the first thread in this forum. Posted: 2003-11-19 13:38:28 | ||
| DCLAW | Subject: Same symptom...more info | |
| I'm seeing the same behavior described above...I'll try to provide more detail for t-shooting... WinXP Pro (all SPs and patches) and using IE Just downloaded and installed PHP 4.3.4 (with their Windows Installer) Just downloaded and installed MySQL 4.0.16 Created the db, imported the schema (seems fine...I can query with mysqlc) Updated config.inc.php with db username 'root' and no password (yes, I'll go back and change that... When I log in with instructor/instructor, I get the same error description "No such course ID found". I suspect that I'm not connecting to the database, but running all of the mysql tools, the db is there and looks good (standard port 3306). Does the fact that I can log in with instructor/instructor actually tell me/us that we are connected to the db?? If so, I'm stumped... If this doesn't verify db connectivity, is there another way to do that? I have been looking through the howto and it describes the screen that I should be seeing but I'm not getting to it to select the next steps. Obviously, I can't get to the Admin login until I get my regular user signon working. Any thoughts would be appreciated...I'll look for a post here...hopefully someone's online tonight... Darrin Posted: 2003-11-23 01:17:49 | ||
greg![]() | Subject: Try adding a coruse id | |
| Try accessing ATutor through the bounce page with the default course explicitly defined. Like this. localhost/ATutor/bounce.php?course=1
Posted: 2003-11-23 08:17:54 | ||
| PauldeLeer | Subject: Same problem here | |
| Hi, i've got the same problem. Using windows XP prof, Atutor 1.3, mysql 4.0.16, php 4.3.3, apache 1.3.29. Everything seems to work just fine. Exept I also get redirected the whole time. I checked the Atutor Howto but I could find nothing in there which could help me. Using the direct link 'localhost/ATutor/bounce.php?course=1' will get me back at 'localhost/atutor/login.php'. Does anyone know ::confused:: ? Thanx. Paul Posted: 2003-11-25 09:50:58 | ||
joel![]() | Subject: course=0 | |
| I couldn't reproduce this on Win2k, php 4.3.0. Course=0 is correct. It means redirect into the Control Centre. For some reason the if-statement at line 53 in bounce.php is failing or the redirect isn't happening. additional feedback and comments are welcome. a URL to a phpinfo() page may help. .joel Posted: 2003-11-25 11:42:00 | ||
| iainc | Subject: Still battling with it... | |
| Hi everyone, I'm still having trouble getting ATutor 1.3 to run on my current configuration. It's particularly baffling, because 1.1 did and still does install easily, but I'm particularly looking forward to playing with the IMS content packaging functions in 1.3... I'm Running W2K, with PHP 4.22, apache web server 1.3, and MySQL 3.2. Whenever I try and log into the control centre, with either the default details of 'admin' and 'admin', or with a new user account, I am redirected to localhost/iainc/ATutor/bounce.php?course=0, which I gather from the other posts should be the control centre location. I have tried changing this string to both bounce.php?course=1 and login.php?course=1, but both just redirect back. I don't believe that this can be a MySQL problem, as when I enter the wrong log in details the system notices. If I had to stick money on, I'm sure that it's something within the PHP configuration file that needs changing to suit ATutor (like register_globals), but I've already changed that one with no results. I've tried posting my particular installation on our company website, but the hosting company we use is still on PHP 4.04, so version 1.3 won't run on it. I've uploaded a copy of my php_info page from my localhost server at the following URL www.pttsolutions.com/iain/phpinfo()_localhost.mht I hope that helps someone to point me in the right direction with this mystery... Thanks everyone, Iain Posted: 2003-12-01 11:06:23 | ||
| iainc | Subject: Still battling with it... | |
| Hi everyone, I'm still having trouble getting ATutor 1.3 to run on my current configuration. It's particularly baffling, because 1.1 did and still does install easily, but I'm particularly looking forward to playing with the IMS content packaging functions in 1.3... I'm Running W2K, with PHP 4.22, apache web server 1.3, and MySQL 3.2. Whenever I try and log into the control centre, with either the default details of 'admin' and 'admin', or with a new user account, I am redirected to localhost/iainc/ATutor/bounce.php?course=0, which I gather from the other posts should be the control centre location. I have tried changing this string to both bounce.php?course=1 and login.php?course=1, but both just redirect back. I don't believe that this can be a MySQL problem, as when I enter the wrong log in details the system notices. If I had to stick money on, I'm sure that it's something within the PHP configuration file that needs changing to suit ATutor (like register_globals), but I've already changed that one with no results. I've tried posting my particular installation on our company website, but the hosting company we use is still on PHP 4.04, so version 1.3 won't run on it. I've uploaded a copy of my php_info page from my localhost server at the following URL www.pttsolutions.com/iain/phpinfo()_localhost.mht I hope that helps someone to point me in the right direction with this mystery... Thanks everyone, Iain Posted: 2003-12-01 11:07:20 | ||
greg![]() | Subject: See the new install instructions | |
| Check to see that session cookies are enabled in your browser, and in php.ini. Posted: 2003-12-01 12:30:24 | ||
joel![]() | Subject: url | |
| if someone could send us a URL to an installation with a phpinfo page somewhere we'd take a look. it sounds very much like a session problem. make sure sessions are working and being saved (look in \windows\temp ). in IE set cookies to prompt and see if they're being sent and saved. try seeing what happens when auto-login is enabled: CAREFUL you may get stuck in an infinite loop as you logout and in again.. etc.. (this bug was fixed in 1.3.1) we still can't reproduce this problem so we really need a URL to the installation. .joel Posted: 2003-12-01 17:04:55 | ||
| iainc | Subject: Upgrade fixed it | |
| Hi everyone, Although I'm still not sure exactly what the problem was with the installation, but upgrading from PHP 4.22 to PHP 4.31 seems to have done the trick... Wahoo....!!! Iain Posted: 2003-12-03 04:50:23 | ||
| serdar | Subject: firewall | |
| if there is a firewall in the background, you should it disable. bye. Posted: 2004-01-16 14:24:05 | ||
| DosPassos | Subject: I still have this problem | |
| The one Iain describes. I'm running ATutor on a local server with XP Home, PHP 4.3.4 and Apache 1.3. Whenever I login I just get the login screen back and the message No such course ID found. Any help? Marc Posted: 2004-02-16 11:36:40 | ||
greg![]() | Subject: Login to conrol center | |
| Login to: your.server.com/ATutor/ or where ever ATutor is lovated, without any added URL info Posted: 2004-02-16 15:48:02 | ||
| DosPassos | Subject: Misunderstanding? | |
| When I type localhost/Atutor/ in the address bar all i get is a listing of the files in this directory, not a login screen. So I suppose I am doing something wrong. Marc Posted: 2004-02-20 04:36:23 | ||
| Page: 1 | 2 | ||
You must be signed-in to post.



