Tagged Questions
0
votes
1answer
36 views
Need to install propel_generator version 1.3.5
I need to install propel_generator version 1.3.5 on my machine. I tried to install it using PEAR via:
pear install propel/propel_generator-1.3.5
but it failed with the following message:
Failed to ...
0
votes
1answer
91 views
Propel cannot access PEAR log file
I've got a propel installation on a XAMPP set up. I've been having a somewhat smooth coding process, but needed to make a change to my PHP.ini file, so did so then restarted apache. I had not shutdown ...
1
vote
2answers
306 views
I've installed Propel using PEAR on Windows… now where is propel-gen?
I've installed PEAR onto my Windows 7 PC using PEAR, as per:
http://www.propelorm.org/documentation/01-installation.html
Now, where can I find propel-gen so I can add it to my PATH?
Here's the ...
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 ...
2
votes
0answers
914 views
Installing PEAR on XAMPP
Attempting to install propel with PEAR on XAMPP.
This is the error I get when attempting to: pear install -a propel/propel_generator
ERROR: failed to mkdir
...
1
vote
2answers
234 views
Propel as a Standalone Library
I want to use Propel as a Standalone Library just as Qcodo or Doctrine e.g. without using Pear or Phing. I want to run both the generator and runtime in a Phing Free and Pear Free Environment. Is that ...
0
votes
1answer
274 views
Install propel_generator 1.2?
I'm trying to install propel_generator version 1.2 (later versions are incompatible with the project I'm working on). I've tried
pear install propel/propel_generator-1.2
But I get the following ...