Hi, everything was working fine until a few minutes ago when the app started throwing this warning:
Warning: session_start() [function.session-start]: open(/tmp/sess_g448q9m3ir2pkstpqf97cne1f4, O_RDWR) failed: No such file or directory (2)
Something changed in the /tmp folder, and then the application crashes when a user tries to login.
---------- Post added at 08:19 PM ---------- Previous post was at 08:10 PM ----------
Oh, and the error thrown when a user tries to login is a Database connection error, I hope this helps.