I have a fatal error:
Class ZendStdlibParameters contains 1 abstract method and must therefore be declared abstract or implement the remaining methods
(ArrayAccess::offsetUnset) in
E:xampphtdocsmage221vendorzendframeworkzend-stdlibsrcParameters.php on line 14
How to fix this error? Thanks
4
Answers
I take some step and it solved.
thanks.
I use this command and solved.
composer install && composer update -vv &&
find var vendor pub/static pub/media app/etc -type f -exec chmod u+w {} ;
Just Restart
xampp/wammp
ORsudo service apache2 restart
@Pratik Kamani what if site in production and so many users on site if you do apche2 retart? Wan’t they logged out?