RE: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread ashish.sharma
Thanks for your Steven. Could you please explain as what exactly needs to be checked in Apache configuration. As far as the .htaccess file is concerned, it is same as ealier (no changes made in that). The most weird part which I am not getting is why the SQL query is not working now? The

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread Simon Mundy
Hi Ashish I don't think your SQL problems can be attributed to the Apache configuration - can you compare the final SQL query from the 'old' server with the new? Is the 'fetchCount' called from within a model that extends Zend_Db_Table? Have you also run the query from within the

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread ashish.sharma
Thanks Simon, Here I would like add one more thing which I have missed in my previous posts (and I apologize for that) we had also upgraded our ZF to ZF-1.03 to ZF-1.5.2 I think this is causing the problem but I don't know why? Do you have any idea? As a temporary fix, we have re-install

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread Jordan Moore
Zend_Db_Table_Abstract had major changes in the 1.5 release. On Mon, Jun 9, 2008 at 11:43 PM, ashish.sharma [EMAIL PROTECTED] wrote: Thanks Simon, Here I would like add one more thing which I have missed in my previous posts (and I apologize for that) we had also upgraded our ZF to ZF-1.03

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread ashish.sharma
Thanks Jordan. Can you refer some URL from where I can checkout the changes done in ZF-1.5.2 as you have mentioned that Zend_Db_Table_Abstract had major changes in the 1.5 release. Also, could you please let me know the correct procedure to upgrade the system. This is what I am not getting. I

Re: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread Simon Mundy
This will go some way to explaining your actions problem... http://framework.zend.com/manual/en/zend.controller.migration.html Besides the usual array of minor fixes and enhancements, the big change to Zend_Db_Table was the way the WHERE, ORDER and LIMIT clauses were added via the API. The

RE: [fw-general] Zend Framework Stop Working after PHP upgrade to 5.2.6 - URGENT

2008-06-10 Thread Steven Brown
If I'm not mistaken there may have also been some changes in 1.5 to the way URLs are interpreted...something about the way camel case URLs are treated...this could be causing your actions errors. -Original Message- From: ashish.sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 June 2008

Re: [fw-general] FirePHP and Zend_Db_Profiler

2008-06-10 Thread Karol Grecki
Christoph, I think that's pretty cool. I see you also created FirePhp_Log_Writer_FirePhp for general logging, I have to try that out. Nice work, maybe this could become a part of the standard ZF library (?) Cheers ChristophDorn wrote: You can now profile your ZF DB queries and send them to

[fw-general] Zend_Translate in iso-8859-1

2008-06-10 Thread Spring Pierre
hi all, before i get into the core of my problem, i'd like to point out that switching to UTF-8 is not a solution for my problem, taken that i merely add a roof to a card-house ... the server i work on (some intraweb behind a vpn) sends resposne headers set to iso-8859-1, as is the meta

Re: [fw-general] Re: ZF reference guide or how to use a single component

2008-06-10 Thread Vincent
On 6/10/08, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Robin Skoglund [EMAIL PROTECTED] wrote (on Tuesday, 10 June 2008, 03:57 PM +0200): On Tue, Jun 10, 2008 at 3:37 PM, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Thomas Weidner [EMAIL PROTECTED] wrote (on

Re: [fw-general] Zend_Translate in iso-8859-1

2008-06-10 Thread Thomas Weidner
Pierre, what's your problem ??? Zend_Translate does not convert any input. When your source is ISO then Zend_Translate will also return ISO. When your source is kyrillic it will return kyrillic and visa versa. Can you explain where your problem with Zend_Translate is ? Have you tried to

Re: [fw-general] Re: ZF reference guide or how to use a single component

2008-06-10 Thread Robin Skoglund
On Tue, Jun 10, 2008 at 4:57 PM, Vincent [EMAIL PROTECTED] wrote: On 6/10/08, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Robin Skoglund [EMAIL PROTECTED] wrote (on Tuesday, 10 June 2008, 03:57 PM +0200): On Tue, Jun 10, 2008 at 3:37 PM, Matthew Weier O'Phinney [EMAIL

Re: [fw-general] Zend_Translate in iso-8859-1

2008-06-10 Thread Spring Pierre
dear wolfgang, i build a Zend_Form and need the validation messages to be translated. i wrote an xml file with the error messages [1]. i tried both, an iso-8859-1 and utf-8 version of the xml file. i then attach the translation to the form and render it. cf. [2] i seem to have a problem

Re: [fw-general] Zend_Feed: Accessing data between the tags

2008-06-10 Thread ofniedan
Anybody who has any idea? I hatebumping my own post but im stuck untill i can (hopefully) solve this problem.. ;( ofniedan wrote: Sorry for the strange subject title, I just didnt know how to explain this in normal english ^_^ I use zend_feed to parse rss feeds, and some of them have

Re: [fw-general] Zend_Feed: Accessing data between the tags

2008-06-10 Thread James Dempster
I'm not 100% sure as I've never used Zend_Feed (yet) but have you tried echo $feed-enclosure['url']; /James Dempster On Tue, Jun 10, 2008 at 4:28 PM, ofniedan [EMAIL PROTECTED] wrote: Anybody who has any idea? I hatebumping my own post but im stuck untill i can (hopefully) solve this

Re: [fw-general] FirePHP and Zend_Db_Profiler

2008-06-10 Thread ChristophDorn
We will be putting in a proposal some time in July after a first stable release of FirePHP. Christoph Karol Grecki wrote: I think that's pretty cool. I see you also created FirePhp_Log_Writer_FirePhp for general logging, I have to try that out. Nice work, maybe this could become a part of

[fw-general] Zend_Validate_Ip

2008-06-10 Thread Joachim Knust
Hello! I'd like to use Zend_Validate_Ip to check if some input strings are - surprise - valid IP addresses. When I got some problems with strings like 192.168.34 or 192.168.34.234 asdf which evaluated to true, I had a look into apidocs and found: Returns true if and only if $value is a

Re: [fw-general] Re: ZF reference guide or how to use a single component

2008-06-10 Thread Matthew Weier O'Phinney
-- Vincent [EMAIL PROTECTED] wrote (on Tuesday, 10 June 2008, 04:57 PM +0200): On 6/10/08, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Robin Skoglund [EMAIL PROTECTED] wrote (on Tuesday, 10 June 2008, 03:57 PM +0200): On Tue, Jun 10, 2008 at 3:37 PM, Matthew Weier

Re: [fw-general] Zend_Validate_Ip

2008-06-10 Thread Thomas Weidner
Feel free to add a feature request to jira for thi new feature. http://framework.zend.com/issues/browse/ZF Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: Joachim Knust [EMAIL PROTECTED] To: fw-general@lists.zend.com

Re: [fw-general] Zend_Validate_Ip

2008-06-10 Thread Kevin McArthur
If invalid ip strings are confirmed as passing validation then this should not be logged as a 'new feature' request, but something handled by whomever is considered the security team these days -- probably with a quick point/patch release and a security advisory. The downstream implications

Re: [fw-general] Zend_Validate_Ip

2008-06-10 Thread Thomas Weidner
I'm not the one to blame as I am not the author of Zend_Validate. But I think it's always better to write a issue regardless of what the type is set new or improvement or bug or problem or whatever, than discussing here how the author meant his implementation. Maybe he made a problem in the

[fw-general] winar videos

2008-06-10 Thread Benjamin.Gonzales
I would like to send the transcription of some videos Of Zend product presentation, for you could check if the transcription of some parts are correct or not, because my listening is not so good. I will be so thankful if you could help me correcting it If you are able to help, please send

Re: [fw-general] Zend_Translate in iso-8859-1

2008-06-10 Thread Pádraic Brady
Maybe Thomas can clarify, since I don't use ISO-8849-1, but in the TMX adapter I noted it's using the XML Parser extension but it doesn't specify an output encoding. As far as I know the default out encoding, independent of the input encoding, is UTF-8. Could this be creating a subtle encoding

Re: [fw-general] Zend_Translate in iso-8859-1

2008-06-10 Thread Pádraic Brady
Maybe Thomas can clarify, since I don't use ISO-8849-1, but in the TMX adapter I noted it's using the XML Parser extension but it doesn't specify an output encoding. As far as I know the default out encoding, independent of the input encoding, is UTF-8. Could this be creating a subtle encoding

[fw-general] Moved: Framework Security ( Was Re: [fw-general] Zend_Validate_Ip )

2008-06-10 Thread Kevin McArthur
No one's blaming anyone for the code, it's what the response is, and will be. Bugs will happen... but will backports? If you search the lists you'll find numerous attempts to get a security policy discussion started, and it never goes anywhere. So lets get somewhere already. How is the

Re: [fw-general] Moved: Framework Security ( Was Re: [fw-general] Zend_Validate_Ip )

2008-06-10 Thread Stanislav Malyshev
Hi! How is the project going to respond to a validator that is letting tainted information into applications. Maybe Matthew, as architect, can respond on what Zend is doing to address this and other security disclosures with the framework? It looks like a bug. Do you have some patch and

Re: [fw-general] Zend_Translate in iso-8859-1

2008-06-10 Thread Thomas Weidner
I already answered his question 17:04 CET. Just 2 things: First: Zend_Translate can not handle bilge pumps. I think you meant the ISO-8859-1 standard. Second: I am using the western european standard myself in the testbed and in my applications without any problems. Zend_Translate does not

[fw-general] ZF project has stopped working!

2008-06-10 Thread SiCo007
This is just a quick query, I have just installed my project on my second computer, both running WAMP with Apache 2.2.6 and PHP 5.2.6 but my ZF project now won't run on my second PC but continues to run fine eleswhere. As far as I can tell the apache and PHP config files are the same. I realise

Re: [fw-general] ZF project has stopped working!

2008-06-10 Thread Pieter Kokx
Hi, I think that the ZF version on your second PC is newer or older than the version on your other PC. You should probably look to this section of the manual for migration problems: http://framework.zend.com/manual/en/zend.controller.migration.html --- Met vriendelijke groet, Pieter Kokx

[fw-general] Zend_Feed: accessing single tags (no closing tags)

2008-06-10 Thread ofniedan
Sorry for the strange subject title, I just didnt know how to explain this in normal english ^_^ I use zend_feed to parse rss feeds, and some of them have tags that do not consist of opening/closing pair tags, but just one tag, with inside the info i need, for example: enclosure

[fw-general] zend_form help!

2008-06-10 Thread DaveCool
Hi everyone, I'm new to the forum and Zend_framework so hopefully this doesn't sound stupid. I'm working with zend_form to make a signup page and at the bottom I need to put a check box for agreeing to the terms of use. I need to make the terms of use a link to the terms of use page, but it

RE: [fw-general] Zend_Feed: accessing single tags (no closing tags)

2008-06-10 Thread Wil Sinclair
Hey all, you are probably seeing multiple copies of this message. It is not the sender's doing! I'm cleaning out the spam filter for this list, and he's just tried mailing several times from different addresses since he wasn't seeing his messages come through. Sender, if you'd like to get your

Re: [fw-general] Zend_Feed: accessing single tags (no closing tags)

2008-06-10 Thread James Dempster
lol very funny. Thanks for letting us know Wil, was wondering what was going on. /James Dempster On Tue, Jun 10, 2008 at 9:41 PM, Wil Sinclair [EMAIL PROTECTED] wrote: Hey all, you are probably seeing multiple copies of this message. It is not the sender's doing! I'm cleaning out the spam

[fw-general] mailing list problems

2008-06-10 Thread Stanislav Malyshev
Hi! Since our mailing lists are hosted at ThePlanet, which recently experienced major downtime event (http://service-update.theplanet.com/), we had some problems with Framework mailing lists. While the list server itself was not affected, the DNS servers it is using were, so it could not

[fw-general] fetchOne issue

2008-06-10 Thread debussy007
Hi, In my query string I have '?' characters which I want to replace by parameters: $sql = 'SELECT COUNT(*) FROM contact_detail D, girls G, partners P ' . 'WHERE D.girl_id = G.id_girl ' . 'AND D.member_confirmed = 1 ' . 'AND G.partner_id = ? ' .

Re: [fw-general] Re: Moved: Framework Security ( Was Re: [fw-general] Zend_Validate_Ip )

2008-06-10 Thread Kevin McArthur
Matthew et al, There are three key issues. 1. How do security vulnerabilities get disclosed to Zend. Especially serious ones that a vendor should know about before the public. 2. What will Zend do to ensure the bug is verified, fixed and patched. 3. How will Zend distribute those patches.

[fw-general] Domain routing

2008-06-10 Thread sgodo
I'm trying to point multiple domains at specific routes in my Zend application. For example: I want to have http://mydomain.com act as if I went to http://localhost/zend_project/public/mydomain and have http://myotherdomain.com act as if I went to

Re: [fw-general] fetchOne issue

2008-06-10 Thread Matthew Weier O'Phinney
-- debussy007 [EMAIL PROTECTED] wrote (on Monday, 02 June 2008, 03:46 AM -0700): In my query string I have '?' characters which I want to replace by parameters: $sql = 'SELECT COUNT(*) FROM contact_detail D, girls G, partners P ' . 'WHERE D.girl_id = G.id_girl ' .

Re: [fw-general] ZF project has stopped working!

2008-06-10 Thread SiCo007
Pieter Kokx wrote: I think that the ZF version on your second PC is newer or older than the version on your other PC. Sadly it's not the answer they are both identical, 1.5.2, the project is all in it's own svn repository so technically both bases should be identical. I'm sure it's a

Re: [fw-general] Zend_Translate in iso-8859-1

2008-06-10 Thread Pádraic Brady
Hi Thomas, First: Zend_Translate can not handle bilge pumps. I think you meant the ISO-8859-1 standard. A slip of the finger, dear Watson ;) Zend_Translate does not change any source... if your source is UTF you will get UTF. If it's Win1503 you will get Win 1503... I'm going to be a pain in

Re: [fw-general] Zend_Translate in iso-8859-1

2008-06-10 Thread Pádraic Brady
Hi Thomas, First: Zend_Translate can not handle bilge pumps. I think you meant the ISO-8859-1 standard. A slip of the finger, dear Watson ;) Zend_Translate does not change any source... if your source is UTF you will get UTF. If it's Win1503 you will get Win 1503... I'm going to be a pain in

Re: [fw-general] ZF project has stopped working!

2008-06-10 Thread SiCo007
Ignore me! It's a problem that's been lurking for a while I just hadn't noticed. It is to do with 1.5.2, the files on the old setup were cached and the new one I didn't copy the cache... Therefore the plugin / helper that creates the cache files is broken in 1.5.2 so thankfully I've found the

Re: [fw-general] Zend_Feed: accessing single tags (no closing tags)

2008-06-10 Thread Simone Carletti
PhpMate r8839 running PHP 5.2.5 (cli) (/usr/bin/env php) feed-array-access.php 0. MTA release new Guide to PHP 5 Migration link: http://c7y.phparch.com/c/entry/1/news,20080610-guide_to_php_5_migration_published 1. MTA publishes php|architect's PHP Job Hunter's Handbook link: http

[fw-general] Zend_Paginator ready for community review

2008-06-10 Thread Matthew Ratzloff
Hi everyone, I'm happy to announce that Zend_Paginator is ready for community review. The code's all written and there's even an online demo. http://framework.zend.com/wiki/pages/viewpage.action?pageId=43560 Please take a look and let us know what you think. If all goes as planned, we're

Re: [fw-general] Zend_Paginator ready for community review

2008-06-10 Thread Simon Mundy
Hi Matthew Looking good! I noticed with the online demo that the exception for invalid page range can be thrown by unintentional interaction from the user. Say you have navigated to page 30 with 17 items per page. If you then click 20 items per page... 'boom!' . Is there scope for the

Re: [fw-general] Zend_Paginator ready for community review

2008-06-10 Thread Matthew Ratzloff
Hi Simon, Thanks for the feedback. I've changed the behavior to be more sane--if you go beyond the last page it now just sends you to the last page. In the same vein, entering a number less than 1 (if your routing rules allow it) will now send you to the first page instead. -Matt On Tue, Jun

Re: [fw-general] Zend_Paginator ready for community review

2008-06-10 Thread Simon Mundy
Cheers Matthew! Hi Simon, Thanks for the feedback. I've changed the behavior to be more sane-- if you go beyond the last page it now just sends you to the last page. In the same vein, entering a number less than 1 (if your routing rules allow it) will now send you to the first page

[fw-general] Any thoughts about Zend View Filters for Zend layout?

2008-06-10 Thread patrick veach
Hola! Since we are routing output through the response object, it makes zend view filters feasible. The idea is to attach a filter(s) to a named segment of the response object and then, when the response object renders to the view, it first runs the contents of the named segments through a