Error discovered
- Problem: A session had already been started - ignoring session_start()
- Solution:
- The session_sXtart(); command is executed by our template. It seems you have added script to the framework, and somewhere you have started the session again. Please find the second occurance of \"session_start()\" and remove it.
- More information