Fatal error: session_start(): Failed to initialize storage module: user (path: ) in c:.... on line 42
line 42 session_start(); //Tell PHP to start the session
What could be the problem
Thanx in advance
I just did a quick Google for this, and found this discussion where the problem was caused by whitespace before the opening <?php tag.
Could that be your problem too?