Possibly your the php.ini for cli didn't have high enough  
memory_limit. This makes the PEAR installer bail halfway through  
installation - I guess those are the kind of symptoms you'd get,  
missing file cos they weren't copied before the installation bailed.

Try uninstalling (via PEAR), changing your cli memory_limit to 128M  
and then reinstalling via PEAR.

Windows is a bitch to develop on. I'd recommend you build yourself a  
Linux VM with VirtualBox (it's free) and save yourself a world of  
pain :)

On 21 Mar 2009, at 20:59, Campezzi wrote:

>
> Hi there,
>
> I recently installed symfony on my test server at home (Windows box
> running WAMP) using PEAR. The installation went well, and everything
> seemed to be working. However, when I tried running the Ajax tutorial,
> I noticed it wasn't working for a simple reason - the necessary
> libraries were not being included.
>
> At first I thought it was a simple httpd.conf problem, but when I
> checked my data folder, I noticed there were no JS files there. All I
> have is:
>
> data/symfony/web/sf/calendar
> data/symfony/web/sf/sf_admin
> data/symfony/web/sf/sf_default
> data/symfony/web/sf/sf_web_debug
>
> I could download script.aculo.us (which comes with prototype bundled),
> but I don't know where exactly the JS files should go.
>
> So my question is twofold:
>
> 1. why would the PEAR installation not install the JS libraries on the
> data folder by default? that's odd.
> 2. if the solution is to actually download the libraries, where should
> I drop them exactly in my symfony data folder? I know I'll use them in
> other projects, so it would be better to have a "permanent" solution
> on this one...
>
> Thanks for your time and patience!
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to