error in cpanel host?
-
i get the following error in cpanel host of the project.
ErrorException (E_WARNING)
file_put_contents(C:\xampp\htdocs\bagisto-master\storage\framework/sessions/Iq1o8tEqFhRfRMdSryTobZ683cPtj8FNRKgtJFda): failed to open stream: No such file or directory -
And when i run composer dump-autoload
i get
Warning: Unsupported declare 'strict_types' in /home/memykids/public_html/vendor/ocramius/package-versions/src/PackageVersions/Installer.php on line 3
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/memykids/public_html/vendor/ocramius/package-versions/src/PackageVersions/Installer.php on line 86
Please help!!
-
For first Issue run 'composer dump-autoload' & for second one kindly use compatible php version.
Thanks
-
I tired using composer dump-autoload then i got the second issue
I have tried using php v 7.1, 7.2 and 7.3 all give me similar error and composer doesnt work . -
Please go through with this link - https://github.com/Ocramius/PackageVersions/issues/62
and https://github.com/Ocramius/PackageVersions/issues/64
Thanks