Quantcast

Zend Framwork - Windows Server

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Zend Framwork - Windows Server

Kevin Davis
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

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Zend Framwork - Windows Server

Kevin Davis-2
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\


On Mon, Aug 13, 2012 at 8:56 PM, 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



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Zend Framwork - Windows Server

Carlos Koch-2
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..


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\


On Mon, Aug 13, 2012 at 8:56 PM, 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




Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Zend Framwork - Windows Server

EvanDotPro
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Zend Framwork - Windows Server

Kevin Davis
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,

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

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Zend Framwork - Windows Server

Bart McLeod
You don't /have/ to, it's just easier that way.
-Bart

Op 27-08-12 16:58, Kevin Davis schreef:
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,

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


--
Bart McLeod
Space Web
Middenlaan 47
6869 VN Heveadorp
The Netherlands
t +31(0)26 3392952
m 06 51 51 89 71
@ [hidden email]
www.spaceweb.nl
zce PHP 4 logo zce PHP 5 logo zce PHP 5.3 logo zce Zend Framework logo

Bart McLeod is a Zend Certified Engineer.

Click to verify!

Loading...