Just did some poking on the HTML code that the Ajax Tutorial was generating and I saw this:
<script type="text/javascript" src="/sfProtoculousPlugin/js/ prototype.js"></script> So I ran a search for that file on my system and I found it in: C:\wamp\bin\php\php5.2.9-1\PEAR\symfony\plugins\sfProtoculousPlugin\web \js However, my PHP data folder is: C:\wamp\bin\php\php5.2.9-1\data\symfony\web\sf Now I'm even more confused than I were initially. Help! :) On Mar 21, 5:59 pm, Campezzi <[email protected]> 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 -~----------~----~----~----~------~----~------~--~---
