Advertisement
willtmonroe

Untitled

Jul 9th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. After copying the most recent release (0.12.2) from https://withknown.marcus-povey.co.uk/?C=M;O=A I uploaded to the Known directory (/stream.willtmonroe.com) in cPanel using FileZilla. When I visited the site, I got this message:
  2.  
  3. Parse error: syntax error, unexpected '?' in /home/willtmon/stream.willtmonroe.com/Idno/Core/Idno.php on line 263
  4.  
  5. When I went to terminal and attempted the composer update, I got this error:
  6.  
  7. [willtmon@doa ~]$ cd stream.willtmonroe.com/
  8. [willtmon@doa stream.willtmonroe.com]$ composer update
  9. Loading composer repositories with package information
  10. Updating dependencies (including require-dev)
  11. Your requirements could not be resolved to an installable set of packages.
  12.  
  13. Problem 1
  14. - This package requires php >=7.1 but your PHP version (7.0.33) does not satisfy that requirement.
  15. Problem 2
  16. - symfony/console v4.3.0 requires php ^7.1.3 -> your PHP version (7.0.33) does not satisfy that requirement.
  17. - symfony/console v4.3.0 requires php ^7.1.3 -> your PHP version (7.0.33) does not satisfy that requirement.
  18. - Installation request for symfony/console 4.3.0 -> satisfiable by symfony/console[v4.3.0].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement