Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Environment:Any
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_17_STABLE
Description
Create all the new upgrade.php files with some documentation inside them
Deprecate old mysql.php and postgres.php (where "deprecate" means: explain they won't be used anymore)
One good example: lib/db/upgrade.php
I get the the following error when i tried to upgrade to latest version:
Upgrade files data: C:\Inetpub\wwwroot\elearning/mod/data/db/mssql.php or C:\Inetpub\wwwroot\elearning/mod/data/db/upgrade.php were not readable
Upgrade files glossary: C:\Inetpub\wwwroot\elearning/mod/glossary/db/mssql.php or C:\Inetpub\wwwroot\elearning/mod/glossary/db/upgrade.php were not readable
I this maybe related to this issue and already in progress ?
Thomas