Issue Details (XML | Word | Printable)

Key: MDL-9237
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Martin Dougiamas
Reporter: Bryan Anderson
Votes: 1
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

404 error after successful creation of a Microsoft SQL database at http://[sitename]/moodle/admin/index.php

Created: 06/Apr/07 02:30 PM   Updated: 23/May/07 05:19 PM
Return to search
Component/s: Installation
Affects Version/s: 1.8
Fix Version/s: None

Environment: Windows 2003 Enterprise Service pack 1, IIS 6.0, MS SQL 2005 SP1

Database: Microsoft SQL
URL: http://208.112.97.237/moodle/admin/index.php
Participants: Bryan Anderson, James Allen and Martin Dougiamas
Security Level: None
Affected Branches: MOODLE_18_STABLE


 Description  « Hide
404 error after successful creation of a Microsoft SQL database at http://[sitename]/moodle/admin/index.php

Successfully created the database tables and such then it gives me a 404 error at admin/index.php

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
James Allen added a comment - 23/May/07 05:19 PM
I think that I have the same issue and after some digging around it would appear that the script is unable to insert values into the config table. If I manually add an entry for "version" and "release" then it will continue and setup the module tables.

Then it sets up the plugin tables but it appears that it again hasn't inserted the plugin version details into the config table and so it tries to upgrade the plugin tables again...and fails because they already exist in the database.