Lefora Free Forum

Welcome to Phocoa Forum

Thanks for joining the phocoa forum! We think phocoa is a great framework for building web applications quickly.

We are very excited about having more phocoa developers out there, so please feel free to ask any questions at all and we'll be glad to help.

Happy coding!

Alan

apinstein (community founder)

Featured Topic

With propel 1.3 you don't need creole anymore. Use the new "reverse" target instead. And you need to run "convert-conf" too. It's what converts the propel-build/runtime-conf.xml into the blog-conf.php file.Does that help?Also I haven't tried to follow the instructions for the blog tutorial lately. It's possible it's not correct, but it does sound like you just aren't running convert-conf

What's Hot in Phocoa Forum?

Ctodd: conf.php file is not created by phocoa — Unless I'm missing something, I am running Propel 1.3 :[root@is2 ~]# pear list -a Installed packages, channel __uri: ================================== (no packages installed) Installed packages, channel pear.horde.org: =========================================== Package Version State Yaml 1.0.1 stable Installed packages, channel pear.phing.info: ============================================…

Apinstein: Working with PostgreSQL — Hmmm. Well you could use it with mysql and just fix the queries that are generated for postgres. I should be able to generate appropriate code for any db, just haven't bothered to yet, but it should be trivial to just fix those errors, they should be very rare.As for setting up postgres, there isn't much to it the way I do it. I use either yum on linux or macports on mac and it kinda does…

Apinstein: conf.php file is not created by phocoa — I'll bet you're still on propel 1.2. In propel 1.3 they changed the "task" name that creates that file, and if you are using phocoa to set up your propel support, then it runs the new task "convert-conf" instead of the old one "convert-props".You should upgrade to propel 1.3 and then run:propel-gen propel-build/ convert-confAlan

Ctodd: Creole error when running propel-gen — In phocoa 0.2.3, I get the following error when reverse-engineering the blog database. "ORDER BY name" is hard coded into the creole file PgSQLDatabaseInfo.php. I looked to ensure that I was using the latest version of creole and I see that "creole is dead" as Nov 08, and propel is using PDO is the replacement. Initially I need to address this error, but I'd be interested in how to move forward…

Ctodd: Working with PostgreSQL — MySQL is my database of choice, but to get through the blog sample, I've used Postgres since this is a "known working config". The first issue I ran into is that the syntax in the example is specific to Postgres 8.x and I happened to have 7.4 installed.Since I'm not as familiar with running postgresql as mysql, there was considerable pain in getting the server setup properly. I know this isn't…

Ctodd: conf.php file is not created by phocoa — I'm revisiting phocoa after a break, and just upgraded my install to the latest :phocoa 0.2.3 smarty 2.6.22 phing 2.3.3 stable Yaml 1.0.1 stable creole 1.1.0 stable propel_generator 1.3.0 stable propel_runtime 1.3.0 stableI'm running through the blog install from scratch and found that the conf file blog/blog/conf/blog-conf.php is not being created and causing an…

What's Happening in Phocoa Forum?

Latest Activity

apinstein responded to conf.php file is not created by phocoa. With propel 1.3 you don't need creole anymore. Use the new "reverse" target instead. And…
ctodd responded to conf.php file is not created by phocoa. Unless I'm missing something, I am running Propel 1.3 :[root@is2 ~]# pear list -a…
apinstein responded to Working with PostgreSQL. Hmmm. Well you could use it with mysql and just fix the queries that are generated for…
apinstein responded to Creole error when running propel-gen. Try upgrading to propel 1.3 and see if you still have the problem
apinstein responded to conf.php file is not created by phocoa. I'll bet you're still on propel 1.2. In propel 1.3 they changed the "task" name that…
ctodd started a topic: Creole error when running propel-gen. In phocoa 0.2.3, I get the following error when reverse-engineering the blog database…
ctodd started a topic: Working with PostgreSQL. MySQL is my database of choice, but to get through the blog sample, I've used Postgres…
ctodd started a topic: conf.php file is not created by phocoa. I'm revisiting phocoa after a break, and just upgraded my install to the latest :phocoa…
apinstein started a topic: IMPORTANT answers for first-time users. I have just helped a friend get started with phocoa on a shared host and there are a few…
apinstein started a topic: phocoa 0.2.3 released! Now with support for shared hosting via .htaccess config. I've just released a new version of phocoa with all of the improvements and bug fixes…
apinstein started a topic: OGNL and KVC. I am in the process of adding support for accessing static members/methods via key-value…