Changes between Version 8 and Version 9 of TroubleShooting


Ignore:
Timestamp:
07/05/10 19:49:26 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShooting

    v8 v9  
    1 
    2 == Troubleshooting the Installation ==
     1= Troubleshooting =
     2== Installation issues ==
    33  * Check the version of Web2Py that was used for the Sahana release you downloaded
    44  * 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  * Check {{{models/000_config.py}}} connection string to see that it is either sqllite or a valid mysql connection on your machine
    66
    7 == Troubleshooting Sahana Eden code updates ==
     7== Update issues ==
    88
    9   * Check the database connection settings in /models/00_db.py
     9  * Check the database connection settings in {{{models/000_config.py}}}
    1010  * Clear the /sessions directory - Lingering sessions on your browser can cause issues after an update
    11   * Clear the /database directory
     11  * Clear the /databases directory
    1212  * Drop and Create the database if mysql
    1313  * Restart Web2Py
    1414  * Check the version of Web2Py that was used for the source branch that you merged from 
    1515
    16 == Troubleshooting Data Migration ==
     16== Data Migration ==
    1717
    1818  * see DataMigration
     
    2323
    2424Solution is to copy the file on filesystem to another name, then delete original & rename back.
     25
     26----
     27UserGuidelines