2

I have installed PHP version 5.3.4, and working on Symfony 1.4.8 with Propel as ORM. But while installing Symfony project, it is giving me error. When i use the command to build database it giving me error, i.e when i use Propel command. Is propel, not supporting PHP 5.3? what can be done to resolve that?

Previously i was using XAMP 1.7.1 which had PHP 5.2.9. But when i installed the latest XAMP which had PHP 5.3.

10
  • What command are you using and what error did you get? Commented Jan 27, 2011 at 6:37
  • @DerfK propel:insert-sql dont work, shows some error.. Commented Jan 27, 2011 at 6:40
  • What exactly is the text of "some error"? Commented Jan 27, 2011 at 7:03
  • @DerfK there were many of them coming..cant just past it here.. :) Commented Apr 7, 2011 at 6:49
  • 3
    Without seeing errors one can't reason about what is wrong and how to fix it. Commented Apr 7, 2011 at 7:14

1 Answer 1

0

I had the same problem with XAMPP and PHP 5.3.4 when you install the newest xampp version (PHP 5.3.5) the problem is solved and there are no problems.

Best way you update symfony to the newest version if its possible in your system.

4
  • i have tried it with Symfony 1.4.11, which is the stable version, but still not working for me. Commented Apr 13, 2011 at 13:45
  • Have you installed the last XAMMP Version? Here Commented Apr 13, 2011 at 14:22
  • i installed the latest version, which gave error, then downgraded my XAMP version, and it started working. Commented Apr 14, 2011 at 9:11
  • Ich have installed the last XAMMP version and work with it and symfony. I have the problem with the version before. But in the newest Version i have no problemes. Have you enabled error_reporting and dreprecated Messages? Commented Apr 14, 2011 at 10:35

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.