Changes between Version 3 and Version 4 of TroubleShooting
- Timestamp:
- 02/05/10 18:25:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TroubleShooting
v3 v4 1 1 2 2 == Troubleshooting the Installation == 3 4 3 * Check the version of Web2Py that was used for the Sahana release you downloaded 4 * Check the permissions of the web2py and Sahana application files 5 * Check /models/00_db.py connection string to see that it is either sqllite or a valid mysql connection on your machine 5 6 6 7 == Troubleshooting SahanaPy code updates == … … 13 14 * Drop and Create the database if mysql 14 15 * Restart Web2Py 15 * Check the version of Web2Py that was used for the source branch that you merged from 16 * Check the version of Web2Py that was used for the source branch that you merged from 17 18 == Troubleshooting Data Migration 19 20 * see DataMigration 16 21 17 22