|
Hi there,
I have a quick question and I don't know if this is the correct spot or not. Here is what I'm trying to do.. I'm attempting to install the Zend frameworks on the IIS 6 server. I did the follow the instructions, but I'm getting the following error message: Exception thrown trying to access Zend/Loader.php using 'use_include_path' = true. Make sure you include Zend Framework in your include_path which currently contains: .;C:\ZendFramework-2.0.0rc1\library\Zend Is there a reason why I would be getting this message? Thank you, Kevin Davis |
|
That is what I did and still did not work..
On Mon, Aug 13, 2012 at 2:22 PM, Tomáš Fejfar <[hidden email]> wrote: Probably strip the "Zend" from end of your include path. => .;C:\ZendFramework-2.0.0rc1\library\ |
|
The main reason would probably be that there is no Zend\Loader.php in ZF2.0
You can't include a file that doesn't exist. Carlos. On Mon, Aug 13, 2012 at 12:29 PM, Kevin Davis <[hidden email]> wrote: That is what I did and still did not work.. |
|
In reply to this post by Kevin Davis
Hi Kevin,
On Mon, Aug 13, 2012 at 11:56 AM, Kevin Davis <[hidden email]> wrote: > > Hi there, > > I have a quick question and I don't know if this is the correct spot or not. > > Here is what I'm trying to do.. I'm attempting to install the Zend frameworks on the IIS 6 server. I did the follow the instructions, but I'm getting the following error message: Exception thrown trying to access Zend/Loader.php using 'use_include_path' = true. Make sure you include Zend Framework in your include_path which currently contains: .;C:\ZendFramework-2.0.0rc1\library\Zend > > Is there a reason why I would be getting this message? > > Thank you, > Kevin Davis > First, your path indicates you're using RC1, and we're up to RC3 already -- please update. Second, as already indicated, Zend/Loader.php no longer exists, so updating would likely resolve your issue. Additionally, the way ZF2 is bootstrapped no longer depends on the include_path being configured any certain way. ZF2 sets up the autoloader paths properly for you if you start from the skeleton as recommended. -- Evan Coury |
|
Hi Evan,
So in order to run the frameworks, I have to start from the skeleton correct?? Thank you, Kevin Davis On Mon, Aug 13, 2012 at 8:44 PM, Evan Coury <[hidden email]> wrote: Hi Kevin, |
|
You don't /have/ to, it's just easier that way.
-Bart Op 27-08-12 16:58, Kevin Davis schreef:
Hi Evan, --
|
| Powered by Nabble | Edit this page |
