Changes between Version 8 and Version 9 of TroubleShooting
- Timestamp:
- 07/05/10 19:49:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TroubleShooting
v8 v9 1 2 == Troubleshooting the Installation==1 = Troubleshooting = 2 == Installation issues == 3 3 * Check the version of Web2Py that was used for the Sahana release you downloaded 4 4 * Check the permissions of the web2py and Sahana application files 5 * Check /models/00_db.pyconnection string to see that it is either sqllite or a valid mysql connection on your machine5 * Check {{{models/000_config.py}}} connection string to see that it is either sqllite or a valid mysql connection on your machine 6 6 7 == Troubleshooting Sahana Eden code updates ==7 == Update issues == 8 8 9 * Check the database connection settings in /models/00_db.py9 * Check the database connection settings in {{{models/000_config.py}}} 10 10 * Clear the /sessions directory - Lingering sessions on your browser can cause issues after an update 11 * Clear the /database directory11 * Clear the /databases directory 12 12 * Drop and Create the database if mysql 13 13 * Restart Web2Py 14 14 * Check the version of Web2Py that was used for the source branch that you merged from 15 15 16 == TroubleshootingData Migration ==16 == Data Migration == 17 17 18 18 * see DataMigration … … 23 23 24 24 Solution is to copy the file on filesystem to another name, then delete original & rename back. 25 26 ---- 27 UserGuidelines