In a database/web environment, have you?
- Commented out lines that you suspect might be the problem?
- Able to run the SQL queries directly against the database?
- Matched the datatypes received/returned by functions, classes and procedures?
- Confirmed any ACL/permissions on the files?
- Ensured all global, posted and session variables are present when they should be and behave properly?
- Broken down the error in understandable and diagnosable parts?
- Checked appropriate services are running?
- Can you access the service?
- Can you open other similar files in the same environment?
- Is a colleague experiencing the same issue?
- Can you access the service using a different workstation?
- Was the last time you used the service recent?
- Has anything been installed on your workstation since the service last worked?
- If you are having difficulty understanding a problem, try drawing a picture.
- If you can't find a solution, try assuming that you have a solution and seeing what you can derive from that ("working backward")
- If the problem is abstract, try examining a concrete example.
- Try solving a more general problem first.
Category: Web-Development :: Article: 360
Add comment