Rate this article
1.00
Browsing: Home » FAQ & Knowledgebase

2121 Error code

Q: When I try to log-in at my Vivvo administration panel, I get "2121" error code. How can I solve this?

 

A: In order to solve this issue, you first need to empty the cache from your browser. If the issue persists, you need to verify that session.auto_start is not enabled in php.ini file on your web server.

If you do not have access to the php.ini file, try adding following line of code at the top of your .htaccess file in the root folder of your Vivvo CMS:

php_flag session.auto_start 0