Tagged Questions
0
votes
1answer
285 views
symfony (propel) can't generate schema
I'm using symfony 1.4.19 and php 5.4.8.
I think the problem appeared after upgrading php from 5.3 to 5.4...
When I thy to generate schema.yml with a
php symfony propel:build-schema
I recieve an ...
1
vote
2answers
384 views
Warning: require_once(phing/BuildException.php): failed to open stream
I'm new using Zend Framework 1.11 and Propel ORM together, and I get stuck on a very simple case. Here is the error on the url http://fle.localhost/domain :
Warning: ...
0
votes
0answers
321 views
Installing Propel with XAMPP on OSX
I'm very new to the unix command line and am very confused, any help would be great.
I'm running a copy of XAMPP on Lion and am trying to install the Propel ORM. I am able to git the files to my ...
5
votes
1answer
1k views
phing installed but “not found” and not in pear list
I'm attempting to install the Propel ORM on CentOS which has a dependency for phing. I've run the following which was succesful:
pear channel-discover pear.phing.info
pear install phing/phing
pear ...
3
votes
1answer
598 views
Propel 1.6, Phing, Windows 7 - How to set this up?
I am trying to get the "propel-gen reverse" command working, but just can't seem to get the setup right.
Right out of the box, I get this error:
... generator/bin/propel-gen: line 69: phing: ...
0
votes
1answer
222 views
How to generate propel ORM objects on virtual host with no include_path?
I have a dev server with several virtual hosts on it.
Each one needs to be able to run the command: propel-gen ./ creole
That script executes some php that reverse-engineers the database...
BUT the ...
2
votes
2answers
2k views
propel-gen's “convert-conf” target fails
I'm trying to generate my models from a schema.xml file on OSX 10.5 with the latest versions of PHP & Propel 1.3 & Phing. All the model classes actually get created, then it just dies, right ...