Changes between Version 7 and Version 8 of TroubleShooting
- Timestamp:
- 06/03/10 21:12:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TroubleShooting
v7 v8 5 5 * Check /models/00_db.py connection string to see that it is either sqllite or a valid mysql connection on your machine 6 6 7 == Troubleshooting Sahana Pycode updates ==7 == Troubleshooting Sahana Eden code updates == 8 8 9 9 * Check the database connection settings in /models/00_db.py … … 18 18 * see DataMigration 19 19 20 == IOError: [Errno 13] Permission denied == 20 21 22 This happens with cygwin patch on Win32. 23 24 Solution is to copy the file on filesystem to another name, then delete original & rename back.