1

After fresh installation of 2.2.0 version it gives:

Class Magento\Framework\Session\SaveHandler contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SessionHandlerInterface:: ) in vendor\magento\framework\Session\SaveHandler.php on line 16

1 Answer 1

2

Open this file

vendor\magento\framework\Session\SaveHandlerInterface.php

Look for

interface SaveHandlerInterface extends \SessionHandlerInterface

Replace it with

interface SaveHandlerInterface extends \Zend_Session_SaveHandler_Interface

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.