How can I fix this error? my smartjobboard web not open

Fatal error: Uncaught exception ‘Zend_Session_Exception’ with message ‘Zend_Session::start() - /var/www/vhosts/portaldelempleo.online/httpdocs/system/ext/Zend/Session.php(Line:480): Error #2 session_start(): open(/var/lib/php/session/sess_l00mrik1dedqak6qligjattj54, O_RDWR) failed: Permission denied (13) Array /var/www/vhosts/portaldelempleo.online/httpdocs/system/ext/Zend/Session.php(Line:490): Error #2 session_write_close(): open(/var/lib/php/session/sess_l00mrik1dedqak6qligjattj54, O_RDWR) failed: Permission denied (13) Array /var/www/vhosts/portaldelempleo.online/httpdocs/system/ext/Zend/Session.php(Line:490): Error #2 session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) Array’ in /var/www/vhosts/portaldelempleo.online/httpdocs/system/ext/Zend/Session.php:493 Stack trace: #0 /var/www/vhosts/portaldelempleo.online/httpdocs/system/core/Session.php(23): Zend_Session::start() #1 /var/www/vhosts/portaldelempleo.online/http in /var/www/vhosts/portaldelempleo.online/httpdocs/system/ext/Zend/Session.php on line 493

At first you should check recommendation from exception: “Please verify that the current setting of session.save_path is correct (/var/lib/php/session) Array’ in”. Then check if the user (probably www-data) has permission to write into /var/lib/php/session/ .

Unfortunately, this error references a Zend Framework 1 library. ZF1 reached its end-of-life date on 2016-09-28. As such, we will typically close such questions, and direct users to Stack Overflow.

One note: the error you post above indicates that permissions were denied when trying to either read or create a session file, so the first stop is to determine if the web user has the ability to read and write in the session directory (which appeas to be /var/lib/php/session).