What do I do when I get "the log file is full" error

This error indicated that the log file for your SQL database is full. Try and run the following script in Query Analyzer:

dump tran databasename with no_log

Replacing databasename with the name of your database.

If after running that script and you still get the error, please contact support@webecs.com, please include your domain name, the database name and the SQL server that you connect to.