All,
I was looking for right place for this thread and thought that "3rd Party Projects" was the right place, but there is no "New Thread" capability there, so posting here.
I installed Symfony and have some weird problems and errors. The default version, in Synaptic is 1.4.16, in installs error free but does not work. So I created a script to install it and create the projects
I get these errors of:Code:#! /bin/bash # symfony-setup.sh # Install Symfony and Create Initial Project # Must be execute from sudo su user apt-get install php-pear pear channel-discover pear.symfony-project.com pear install symfony/symfony-1.4.16 cd /var/www mkdir proj1 cd proj1 symfony generate:project proj1 symfony configure:database "mysql:host=localhost;dbname=proj1" UID PWD symfony generate:app frontend cd web ln -s /usr/share/php/data/symfony/web/sf/ cd /var/www mkdir proj2 cd proj2 symfony generate:project proj2 symfony configure:database "mysql:host=localhost;dbname=proj2" UID PWD symfony generate:app frontend cd web ln -s /usr/share/php/data/symfony/web/sf/
Additionally the config.php file that comes with Symfony gives errors on the folders:There are no tasks defined in the "doctrine" namespace.
Task "configure:database" is not defined.
app/cache/
app/logs/
On IRC and in the manuals they say to set permissions to 777, which is outright insult and total security violation.
There has to be a work arround on this, so hope some advance user knows it as this no one should ever even suggest 777 let alone implement it.
This config file is also calling for SQL-Lite, but I went to the .ini file and changed the DB to MySQL, so wondering why I still get this message.
I also went back to IRC and was told the commands they are issuing are "helper scripts", but if it is not web-enabled, why would someone call this a more advanced framework platform?
Where are the GUIs and automation needed for this platform?
Anyway making this write-up of the problem so I can direct people wanting to help including those from IRC to this thread.
All help appreciated!
Thanks!
OMR



Adv Reply



Bookmarks