ZF with godaddy.com

View: New views
13 Messages — Rating Filter:   Alert me  

ZF with godaddy.com

by Bain Benjamin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello everybody,

Does anybody have the experience configuring Zend Framework on godaddy.com.
My question is:
Does godaddy.com hosting support Zend Framework?
If yes, how?

Any help would be appreciated.
Thanks.


best regards
benjamin


Re: ZF with godaddy.com

by Nikolaos Dimopoulos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Benjamin,

My best guess is that if GoDaddy supports php 5.2.x then you should be OK with ZF. One thing you should look into is whether the 

AllowOverride 

directive has been set to 

AllowOverride All

You can contact GoDaddy support regarding this. 

The above should apply to all hosts.

I hope this helps.

Nikolaos

On Tue, Mar 10, 2009 at 22:56, Bain Benjamin <bain.benjamin@...> wrote:
hello everybody,

Does anybody have the experience configuring Zend Framework on godaddy.com.
My question is:
Does godaddy.com hosting support Zend Framework?
If yes, how?

Any help would be appreciated.
Thanks.


best regards
benjamin




--
The contents of this message may contain confidential or privileged information and is intended solely for the recipient(s). Use or distribution to and by any other party is not authorized. If you are not the intended recipient, copying, distribution or use of the contents of this information is prohibited.
Sent from: Kensington Maryland United States.

Re: ZF with godaddy.com

by Bain Benjamin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi, Nikolaos

Thanks, it really helps me a lot.

Does php 5.2.x is a must?
If godday does not support so high version(say it support 5.1.x only),
Could I use the low version of ZF(say 1.5)?

thanks
benjamin

On Wed, Mar 11, 2009 at 11:00 AM, Nikolaos Dimopoulos <nikos@...> wrote:
Hello Benjamin,

My best guess is that if GoDaddy supports php 5.2.x then you should be OK with ZF. One thing you should look into is whether the 

AllowOverride 

directive has been set to 

AllowOverride All

You can contact GoDaddy support regarding this. 

The above should apply to all hosts.

I hope this helps.

Nikolaos


On Tue, Mar 10, 2009 at 22:56, Bain Benjamin <bain.benjamin@...> wrote:
hello everybody,

Does anybody have the experience configuring Zend Framework on godaddy.com.
My question is:
Does godaddy.com hosting support Zend Framework?
If yes, how?

Any help would be appreciated.
Thanks.


best regards
benjamin




--
The contents of this message may contain confidential or privileged information and is intended solely for the recipient(s). Use or distribution to and by any other party is not authorized. If you are not the intended recipient, copying, distribution or use of the contents of this information is prohibited.
Sent from: Kensington Maryland United States.


Re: ZF with godaddy.com

by dmuir :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Not all components require 5.2. There a page somewhere on the ZF site showing the minimum requirements for each. From what I remember, there's only a couple that require it, and for most use-cases you'll be fine. If I'm wrong, I owe you a beer... a virtual one...

David

Benjamin Bain wrote:
hi, Nikolaos

Thanks, it really helps me a lot.

Does php 5.2.x is a must?
If godday does not support so high version(say it support 5.1.x only),
Could I use the low version of ZF(say 1.5)?

thanks
benjamin

On Wed, Mar 11, 2009 at 11:00 AM, Nikolaos Dimopoulos <nikos@...> wrote:
Hello Benjamin,

My best guess is that if GoDaddy supports php 5.2.x then you should be OK with ZF. One thing you should look into is whether the 

AllowOverride 

directive has been set to 

AllowOverride All

You can contact GoDaddy support regarding this. 

The above should apply to all hosts.

I hope this helps.

Nikolaos


On Tue, Mar 10, 2009 at 22:56, Bain Benjamin <bain.benjamin@...> wrote:
hello everybody,

Does anybody have the experience configuring Zend Framework on godaddy.com.
My question is:
Does godaddy.com hosting support Zend Framework?
If yes, how?

Any help would be appreciated.
Thanks.


best regards
benjamin




--
The contents of this message may contain confidential or privileged information and is intended solely for the recipient(s). Use or distribution to and by any other party is not authorized. If you are not the intended recipient, copying, distribution or use of the contents of this information is prohibited.
Sent from: Kensington Maryland United States.



Re: ZF with godaddy.com

by Bain Benjamin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi David,
Thanks a lot.
I also got the answer from ZF's Reference Guide, just as you said :)

Benjamin

On Wed, Mar 11, 2009 at 11:29 AM, David Muir <david@...> wrote:
Not all components require 5.2. There a page somewhere on the ZF site showing the minimum requirements for each. From what I remember, there's only a couple that require it, and for most use-cases you'll be fine. If I'm wrong, I owe you a beer... a virtual one...

David


Benjamin Bain wrote:
hi, Nikolaos

Thanks, it really helps me a lot.

Does php 5.2.x is a must?
If godday does not support so high version(say it support 5.1.x only),
Could I use the low version of ZF(say 1.5)?

thanks
benjamin

On Wed, Mar 11, 2009 at 11:00 AM, Nikolaos Dimopoulos <nikos@...> wrote:
Hello Benjamin,

My best guess is that if GoDaddy supports php 5.2.x then you should be OK with ZF. One thing you should look into is whether the 

AllowOverride 

directive has been set to 

AllowOverride All

You can contact GoDaddy support regarding this. 

The above should apply to all hosts.

I hope this helps.

Nikolaos


On Tue, Mar 10, 2009 at 22:56, Bain Benjamin <bain.benjamin@...> wrote:
hello everybody,

Does anybody have the experience configuring Zend Framework on godaddy.com.
My question is:
Does godaddy.com hosting support Zend Framework?
If yes, how?

Any help would be appreciated.
Thanks.


best regards
benjamin




--
The contents of this message may contain confidential or privileged information and is intended solely for the recipient(s). Use or distribution to and by any other party is not authorized. If you are not the intended recipient, copying, distribution or use of the contents of this information is prohibited.
Sent from: Kensington Maryland United States.




Re: ZF with godaddy.com

by dragonmantank :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

About a year ago when I tried setting up a site on GoDaddy's hosting
it would not work because of the way that PHP was called by their
servers (I don't remember the specifics but it was because PHP wasn't
being called as an Apache Module or as a CGI, they were doing
something else). I ended up going with another host.

Chris

On Tue, Mar 10, 2009 at 10:56 PM, Bain Benjamin <bain.benjamin@...> wrote:

> hello everybody,
> Does anybody have the experience configuring Zend Framework on godaddy.com.
> My question is:
> Does godaddy.com hosting support Zend Framework?
> If yes, how?
> Any help would be appreciated.
> Thanks.
>
> best regards
> benjamin
>



--
Chris Tankersley
http://www.tankersleywebsolutions.com
419.789.1862

Re: ZF with godaddy.com

by Ulrich Wolf-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I cannot believe that ZF doesn't work on their server. According to their
FAQ, PHP 5.2.5 is supported
(http://help.godaddy.com/topic/419/article/4180) on Linux Hosting so even
if they call php in a rally strange way (although i don't think that) ZF
should probably work. A friend of mine runs its workdpress on godaddy, so
why should ZF refuse to work? Of course with windows hosting, all that
stuff could be working in a different way.

Uli

On Wed, 11 Mar 2009 07:05:03 -0400, Chris Tankersley
<chris@...> wrote:

> About a year ago when I tried setting up a site on GoDaddy's hosting
> it would not work because of the way that PHP was called by their
> servers (I don't remember the specifics but it was because PHP wasn't
> being called as an Apache Module or as a CGI, they were doing
> something else). I ended up going with another host.
>
> Chris
>
> On Tue, Mar 10, 2009 at 10:56 PM, Bain Benjamin <bain.benjamin@...>
> wrote:
>> hello everybody,
>> Does anybody have the experience configuring Zend Framework on
>> godaddy.com.
>> My question is:
>> Does godaddy.com hosting support Zend Framework?
>> If yes, how?
>> Any help would be appreciated.
>> Thanks.
>>
>> best regards
>> benjamin
>>

Re: ZF with godaddy.com

by dmuir :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It should work fine with godaddy. However, by default it seems that .php
files get run with php4.
see:
http://help.godaddy.com/article/1082

David

Uli Wolf wrote:

> I cannot believe that ZF doesn't work on their server. According to their
> FAQ, PHP 5.2.5 is supported
> (http://help.godaddy.com/topic/419/article/4180) on Linux Hosting so even
> if they call php in a rally strange way (although i don't think that) ZF
> should probably work. A friend of mine runs its workdpress on godaddy, so
> why should ZF refuse to work? Of course with windows hosting, all that
> stuff could be working in a different way.
>
> Uli
>
> On Wed, 11 Mar 2009 07:05:03 -0400, Chris Tankersley
> <chris@...> wrote:
>  
>> About a year ago when I tried setting up a site on GoDaddy's hosting
>> it would not work because of the way that PHP was called by their
>> servers (I don't remember the specifics but it was because PHP wasn't
>> being called as an Apache Module or as a CGI, they were doing
>> something else). I ended up going with another host.
>>
>> Chris
>>
>> On Tue, Mar 10, 2009 at 10:56 PM, Bain Benjamin <bain.benjamin@...>
>> wrote:
>>    
>>> hello everybody,
>>> Does anybody have the experience configuring Zend Framework on
>>> godaddy.com.
>>> My question is:
>>> Does godaddy.com hosting support Zend Framework?
>>> If yes, how?
>>> Any help would be appreciated.
>>> Thanks.
>>>
>>> best regards
>>> benjamin
>>>
>>>      


Parent Message unknown Re: ZF with godaddy.com

by Garrison Locke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It does kind of work.  I use it on there for a client who hosts with
them.  I did it like 6 months ago and it worked just fine except I was
unable to use modules (i.e. everything had to have its own controller),
but that might be resolved now.

Garrison

--
Garrison Locke
Lead Dynamic Functionality Specialist
OIT - Outreach Technology
NC State University
garrison_locke@...
------------------------------------------
Twitter: http://www.twitter.com/gplocke


Re: ZF with godaddy.com

by Garrison Locke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That is true.  I had to add the handler in the htaccess file to make the
files run with php5 instead of 4.  If you have the option, I'd avoid
GoDaddy entirely.


David Muir wrote:

> It should work fine with godaddy. However, by default it seems that
> .php files get run with php4.
> see:
> http://help.godaddy.com/article/1082
>
> David
>
> Uli Wolf wrote:
>> I cannot believe that ZF doesn't work on their server. According to
>> their
>> FAQ, PHP 5.2.5 is supported
>> (http://help.godaddy.com/topic/419/article/4180) on Linux Hosting so
>> even
>> if they call php in a rally strange way (although i don't think that) ZF
>> should probably work. A friend of mine runs its workdpress on
>> godaddy, so
>> why should ZF refuse to work? Of course with windows hosting, all that
>> stuff could be working in a different way.
>>
>> Uli
>>
>> On Wed, 11 Mar 2009 07:05:03 -0400, Chris Tankersley
>> <chris@...> wrote:
>>  
>>> About a year ago when I tried setting up a site on GoDaddy's hosting
>>> it would not work because of the way that PHP was called by their
>>> servers (I don't remember the specifics but it was because PHP wasn't
>>> being called as an Apache Module or as a CGI, they were doing
>>> something else). I ended up going with another host.
>>>
>>> Chris
>>>
>>> On Tue, Mar 10, 2009 at 10:56 PM, Bain Benjamin
>>> <bain.benjamin@...>
>>> wrote:
>>>    
>>>> hello everybody,
>>>> Does anybody have the experience configuring Zend Framework on
>>>> godaddy.com.
>>>> My question is:
>>>> Does godaddy.com hosting support Zend Framework?
>>>> If yes, how?
>>>> Any help would be appreciated.
>>>> Thanks.
>>>>
>>>> best regards
>>>> benjamin
>>>>
>>>>      
>


--
Garrison Locke
Lead Dynamic Functionality Specialist
OIT - Outreach Technology
NC State University
garrison_locke@...
------------------------------------------
Twitter: http://www.twitter.com/gplocke


Re: ZF with godaddy.com

by Ulrich Wolf-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm not with godaddy, but i saw in the FAQ
(http://help.godaddy.com/article/3937) that you can switch your version via
the Account Manager.
Still, it is your choice, personally i'm hosting my ZF-stuff myself, so i
cannot speak for or against godaddy ;)

Uli

On Wed, 11 Mar 2009 08:19:58 -0400, Garrison Locke
<garrison_locke@...>
wrote:

> That is true.  I had to add the handler in the htaccess file to make the
> files run with php5 instead of 4.  If you have the option, I'd avoid
> GoDaddy entirely.
>
>
> David Muir wrote:
>> It should work fine with godaddy. However, by default it seems that
>> .php files get run with php4.
>> see:
>> http://help.godaddy.com/article/1082
>>
>> David
>>
>> Uli Wolf wrote:
>>> I cannot believe that ZF doesn't work on their server. According to
>>> their
>>> FAQ, PHP 5.2.5 is supported
>>> (http://help.godaddy.com/topic/419/article/4180) on Linux Hosting so
>>> even
>>> if they call php in a rally strange way (although i don't think that)
ZF

>>> should probably work. A friend of mine runs its workdpress on
>>> godaddy, so
>>> why should ZF refuse to work? Of course with windows hosting, all that
>>> stuff could be working in a different way.
>>>
>>> Uli
>>>
>>> On Wed, 11 Mar 2009 07:05:03 -0400, Chris Tankersley
>>> <chris@...> wrote:
>>>  
>>>> About a year ago when I tried setting up a site on GoDaddy's hosting
>>>> it would not work because of the way that PHP was called by their
>>>> servers (I don't remember the specifics but it was because PHP wasn't
>>>> being called as an Apache Module or as a CGI, they were doing
>>>> something else). I ended up going with another host.
>>>>
>>>> Chris
>>>>
>>>> On Tue, Mar 10, 2009 at 10:56 PM, Bain Benjamin
>>>> <bain.benjamin@...>
>>>> wrote:
>>>>    
>>>>> hello everybody,
>>>>> Does anybody have the experience configuring Zend Framework on
>>>>> godaddy.com.
>>>>> My question is:
>>>>> Does godaddy.com hosting support Zend Framework?
>>>>> If yes, how?
>>>>> Any help would be appreciated.
>>>>> Thanks.
>>>>>
>>>>> best regards
>>>>> benjamin
>>>>>
>>>>>      
>>

Re: ZF with godaddy.com

by fromvega :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It works well for me. The only thing is that you have to use a different .htaccess from the manual to block access to application files since by default you can just upload files to the httpdocs folder.

On Tue, Mar 10, 2009 at 11:56 PM, Bain Benjamin <bain.benjamin@...> wrote:
hello everybody,

Does anybody have the experience configuring Zend Framework on godaddy.com.
My question is:
Does godaddy.com hosting support Zend Framework?
If yes, how?

Any help would be appreciated.
Thanks.


best regards
benjamin



Re: ZF with godaddy.com

by Bain Benjamin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks  everybody.

Last night I tried configuring ZF on godaddy.com.
It turns out that they two seem get along with each other.

thanks again for your warm heart!


Benjamin


On Thu, Mar 12, 2009 at 12:09 AM, Luiz A Brandao Jr <fromvega@...> wrote:
It works well for me. The only thing is that you have to use a different .htaccess from the manual to block access to application files since by default you can just upload files to the httpdocs folder.


On Tue, Mar 10, 2009 at 11:56 PM, Bain Benjamin <bain.benjamin@...> wrote:
hello everybody,

Does anybody have the experience configuring Zend Framework on godaddy.com.
My question is:
Does godaddy.com hosting support Zend Framework?
If yes, how?

Any help would be appreciated.
Thanks.


best regards
benjamin