-3

Before you thumb me down for being idiot help me understand why it's spitting errors. I am new to Zune and it does not seem to be intuitive.

Fatal error: Uncaught exception 'RuntimeException' with message 'Unable to load ZF2. Run php composer.phar install or define a ZF2_PATH environment variable.' in C:\wamp\www\ZendSkeletonApplication-master\init_autoloader.php on line 51

RuntimeException: Unable to load ZF2. Run php composer.phar install or define a ZF2_PATH environment variable. in C:\wamp\www\ZendSkeletonApplication-master\init_autoloader.php on line 51

I don't get why I need to be a level 10 magical elf to be able to upload an image to illustrate my issue.

Cœur
  • 37,241
  • 25
  • 195
  • 267
  • 1
    Please provide [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) – Timofey Nov 29 '15 at 15:36
  • I left a comment that was appropriate at the time of reviewing the post. You did really good when you realize that the post need editing. That's what community does — and you should be ok with it. And btw, I didn't downvote your post. – Timofey Nov 29 '15 at 16:23
  • @Stankyass - you can edit your question to include links to your images, and someone will edit them in properly for you. As to why - if there's no limit to who can edit images into questions, I'm sure it'll be no time at all before spammers are adding all sorts of exciting things in. – andrewsi Nov 30 '15 at 00:28

1 Answers1

0

You should open a cmd window and change directory to your project. You then need to type the following:

php composer.phar install

This should handle dependencies

pavlovich
  • 1,935
  • 15
  • 20
  • 1
    Thanks for your response. Goodness this site is restrictive I can't even write thanks without it having the correct amount of characters. – user5618144 Nov 29 '15 at 15:48