[fw-general] Zend_Rest_Route in a sub directory doesn't work?

2010-03-02 Thread Cameron
Hi guys, I'm not sure this is 100% the issue, but I've moved an application that works perfectly fine from a root directory to a sub directory, and now the REST routes seem to not work any longer. Does REST by definition have to be calls to the root path? Or is the module just not set up to

[fw-general] Zend_Form Question

2010-03-02 Thread Arthur M. Kang
Is there a way to render different parts of the form at a time? I want to render different display groups around a page, so I need to somehow render the forms opening tags, render the display groups around the page with ?= $this-form-getDisplayGroup('part-xx') ?, and then somehow need to

Re: [fw-general] Removing of intersection table fields in findManyToManyRowset()

2010-03-02 Thread Jurian Sluiman
I came upon this issue as well. I have a table users (id, name, passwd), profile_fields (id, name) and profile_field_values which is an intersecting table (user_id, field_id, value). Now all my values of profile fields are lost. Apparently no unit test provides this use case so the BC break

Re: [fw-general] Removing of intersection table fields in findManyToManyRowset()

2010-03-02 Thread Nicolas Grevet
Seeing the lack of interest our problem seems to raise, I guess that either no one cares at all or no one ever used the intersecting fields on a many to many relationship with ZF (makes me wonder which one is the worst case scenario). Jurian Sluiman wrote: I came upon this issue as well. I

Re: [fw-general] Removing of intersection table fields in findManyToManyRowset()

2010-03-02 Thread Michael Ray Rehbein
On Tue, Mar 2, 2010 at 4:46 AM, Nicolas Grevet ngre...@alteo.fr wrote: Seeing the lack of interest our problem seems to raise, I guess that either no one cares at all or no one ever used the intersecting fields on a many to many relationship with ZF (makes me wonder which one is the worst case

[fw-general] Zend_Form + error weirdness

2010-03-02 Thread Colin Guthrie
Hi, I'm a bit confused here. Say I have a form: $form = new Zend_Form(); then I set an error on it. $form-addError(It's broken); But when I try and retrieve that error it doesn't work. $form-getErrors(); // returns array(); but: $form-isErrors(); // true. Looking at the code, I

[fw-general] Linux Server Giving Issues?

2010-03-02 Thread Stephenalistoun
Hi All, I've been working on Zend on a wamp server and all the code works perfectly fine but when i moved the code to a linux server my screen goes blank and when i go to another controller it says the request url does not exist. What must i look out for because i'm not sure where to start.

[fw-general] How change php configration

2010-03-02 Thread Sami
Hi All, How can change the config php.ini (upload_max_filesize) on the file application.ini. as this phpSettings.display_startup_errors = 1 I not need change the config for upload_max_filesize on php.ini because i have more than site on my server. Thanks All. -- View this message in

[fw-general] Re: how to implement WYSIWYG editor on zend framework

2010-03-02 Thread tonystamp
Do you have a link to that tutorial Jurian. Thanks. -- View this message in context: http://n4.nabble.com/how-to-implement-WYSIWYG-editor-on-zend-framework-tp1569326p1574916.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Re: Zend_Form Question

2010-03-02 Thread Keyne
Have you tried to use view scripts? http://framework.zend.com/manual/en/zend.form.standardDecorators.html#zend.form.standardDecorators.viewScript -- View this message in context: http://n4.nabble.com/Zend-Form-Question-tp1574818p1575114.html Sent from the Zend Framework mailing list archive at

[fw-general] Re: How change php configration

2010-03-02 Thread Fabio Napoleoni
Sami wrote: Hi All, How can change the config php.ini (upload_max_filesize) on the file application.ini. as this phpSettings.display_startup_errors = 1 I not need change the config for upload_max_filesize on php.ini because i have more than site on my server. Thanks All.

Re: [fw-general] Re: How change php configration

2010-03-02 Thread till
On Tue, Mar 2, 2010 at 3:35 PM, Fabio Napoleoni f.napole...@gmail.com wrote: Sami wrote: Hi All, How can change the config php.ini (upload_max_filesize) on the file application.ini. as this phpSettings.display_startup_errors = 1 I not need change the config for upload_max_filesize on

Re: [fw-general] Re: how to implement WYSIWYG editor on zend framework

2010-03-02 Thread Jurian Sluiman
It's mentioned a few messages back, but here it is: http://juriansluiman.nl/en/blog/article/100/improved-tinymce-solution-for-the- zend-framework Regards, Jurian -- Jurian Sluiman CTO Soflomo V.O.F. http://soflomo.com On Tuesday 02 Mar 2010 12:57:08 tonystamp wrote: Do you have a link to that

Re: [fw-general] Linux Server Giving Issues?

2010-03-02 Thread ludwig.prepoint
Hi, I'm new to zend lists so it's a test and an answer. (also i'm french so, please excuse my english (and my president too)). Filenames on linux are case sensitive, not on windows. It can bring the problem you get (it had for me, and multiple times, thanks to zf file naming conventions).

Re: [fw-general] Redundant include paths in Zend_Tool-generated projects?

2010-03-02 Thread Ralph Schindler
Yes, it's sort of redundant. The fact of the matter is that there are two ways of ZFifying your project. You can create an application that expects ZendFramework to be on your systems include_path (by system I mean the PHP environment governed by /etc/php.ini or win32 equivilant.) This

Re: [fw-general] Removing of intersection table fields in findManyToManyRowset()

2010-03-02 Thread Ralph Schindler
Hey all, From a code maintenance standpoint, the patch for this issue was categorized as a bug. This means the expected behavior was broken, and is subject to being fixed in any release- Major, Minor, and even Mini. Issue tracker improvements and feature requests can be included in Minor