hi, I just did the following two steps:
$ git clone https://github.com/symfony/symfony-standard.git . $ ./bin/vendors.sh this ends in: [...] remote: Total 118 (delta 53), reused 0 (delta 0) Receiving objects: 100% (118/118), 24.86 KiB, done. Resolving deltas: 100% (53/53), done. HEAD is now at 28f96ce modified colour of heading from green to red on final configure page when paramaters.ini is not writable. Green indicates everything was ok PHP Fatal error: Class 'Symfony\Component\ClassLoader \UniversalClassLoader' not found in /var/www/ical.ly/programmat/app/ autoload.php on line 5 Fatal error: Class 'Symfony\Component\ClassLoader \UniversalClassLoader' not found in /var/www/ical.ly/programmat/app/ autoload.php on line 5 As a result the installation does not seem to be usable atm. $ ./bin/build_bootstrap.php $ php app/console assets:install web/ PHP Fatal error: Class 'Symfony\Component\ClassLoader \UniversalClassLoader' not found in /var/www/ical.ly/programmat/app/ autoload.php on line 5 Fatal error: Class 'Symfony\Component\ClassLoader \UniversalClassLoader' not found in /var/www/ical.ly/programmat/app/ autoload.php on line 5 Cheers /Christian -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en
