[symfony-users] Re: Symfony2 on GoDaddy

2012-06-18 Thread rafael
On Tuesday, May 3, 2011 11:13:47 AM UTC-7, Laurus wrote: Hi fellow Symfony2 friends! I have webhosting on GoDaddy (I regret it) and trying to run my Symfony2 test page on it. Unfortunately I am still receiving this line: No input file specified. I created new subdomain (test) with webdir

[symfony-users] Re: Symfony2 on GoDaddy

2011-05-05 Thread Laurus
This problem is not caused by old PHP version. With phpinfo() I see that they are running PHP 5.3.6. It is something else.. But still don't know what :( On May 4, 10:45 pm, Greg Militello g...@thinkof.net wrote: It would be impossible without rewriting it.  Symfony2 relies on the wonderful

[symfony-users] Re: Symfony2 on GoDaddy

2011-05-05 Thread Laurus
This problem is not caused by old PHP version. With phpinfo() I see that they are running PHP 5.3.6. It is something else.. But still don't know what :( On May 4, 10:45 pm, Greg Militello g...@thinkof.net wrote: It would be impossible without rewriting it.  Symfony2 relies on the wonderful

Re: [symfony-users] Re: Symfony2 on GoDaddy

2011-05-05 Thread Jeremiah Dodds
On Thu, May 5, 2011 at 6:30 AM, Laurus laurusgroup@gmail.com wrote: This problem is not caused by old PHP version. With phpinfo() I see that they are running PHP 5.3.6. It is something else.. But still don't know what :( Weird, everything I can find on their site suggests that the latest

[symfony-users] Re: Symfony2 on GoDaddy

2011-05-04 Thread Laurus
I understand that GoDaddy is not the best webhosting but there are a lot of clients who use them. It will be very nice if we are able to solve this issue. On May 4, 12:06 am, Luis Cordova cordo...@gmail.com wrote: oppps oh no sorry scratch that, I just recalled that I had problems because they

[symfony-users] Re: Symfony2 on GoDaddy

2011-05-04 Thread mattcarp
I'm fairly sure GoDaddy is using PHP 5.2.14, and you'll need 5.3.2 or higher to run Symfony2 (link: http://help.godaddy.com/topic/419/article/4180?locale=en ) I'm using amazon AWS, with a Ubuntu install running on a micro instance (which means it's somewhere between cheap and free, until I need

Re: [symfony-users] Re: Symfony2 on GoDaddy

2011-05-04 Thread Jeremiah Dodds
On Tue, May 3, 2011 at 6:32 PM, Laurus laurusgroup@gmail.com wrote: I understand that GoDaddy is not the best webhosting but there are a lot of clients who use them. It will be very nice if we are able to solve this issue. Solving it is godaddy updates their supported php versions to be

Re: [symfony-users] Re: Symfony2 on GoDaddy

2011-05-04 Thread Greg Militello
It would be impossible without rewriting it. Symfony2 relies on the wonderful technology in PHP 5.3+; including namespaces, end Lamba functions. http://php.net/releases/5_3_0.php 5.3.2 included a TON of security/bug fixes over 5.3.0, and frankly versions before 5.3.2 had issues compiling on