Re: [fw-general] How the heck do you go into production mode?

2008-11-22 Thread Behzad
True. Thanks for your help Matthew. I fixed the problem. On Fri, Nov 21, 2008 at 4:08 PM, Matthew Weier O'Phinney [EMAIL PROTECTED]wrote: -- Behzad [EMAIL PROTECTED] wrote (on Friday, 21 November 2008, 12:38 PM +0330): Using ZF1.6, I just went to production today, but got the following

Re: [fw-general] generic view for Json contextSwitch

2008-11-22 Thread Ralikwen
dan.latter wrote: Couldn't you just render the same .phtml file each time using render() method? And maybe have a little logic in this file also. This is exactly what I would like to do - have a little logic in it (same for all json). I don't know where I should place this render() so

Re: [fw-general] strange Zend_Pdf_Exception (clone)

2008-11-22 Thread Marco
Hi Martijn *Fatal error:* Uncaught exception 'Zend_Pdf_Exception' with message 'Cloning Zend_Pdf_Page object using 'clone' keyword is not supported. Use 'new Zend_Pdf_Page($srcPage)' syntax' in /usr/local/ZendFramework/1_5_3/Zend/Pdf/Page.php:349 Stack trace: #0

[fw-general] Zend_Cache remove singel item, not all cache, possible?

2008-11-22 Thread johannesf
Hi I have a Zend_Cache question, sorry for bad spelling! I use fetch mode FETCH_OBJ, and then I store a db fetchAll() return in the cache. The cache will hold an array of objects, index start [0], good so far. So, here is the problem: Now I remove a singel item in that array, and then save

Re: [fw-general] Inconsistent Error Logs

2008-11-22 Thread Matthew Weier O'Phinney
-- Matthew Ishii [EMAIL PROTECTED] wrote (on Friday, 21 November 2008, 08:47 PM -0800): (Sorry about the long winded explination. I understand if you pass on this one) I am having very bizzare behavior regarding the 'error_log' files that show up when zend framework is having issues. I

Re: [fw-general] Zend_View_Helper_TagCloud is ready for review

2008-11-22 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just finished the prototype for Zend_TagCloud and reworked the proposal. Looking forward for comments: Proposal: http://framework.zend.com/wiki/display/ZFPROP/Zend_TagCloud+-+Ben+Scholzen Prototype:

Re: [fw-general] Inconsistent Error Logs

2008-11-22 Thread Matthew Ishii
Matthew, I think you hit on something here. The way that the DNS is set up on this webhost was causing a spot of confusion. the typical .htaccess setup will work fine on someone's document root, but work differently if the source code is in a path off the main root and is re-routed to the

[fw-general] xhtml and phtml

2008-11-22 Thread nolnor
hello everone, how can i let browser to open one xhtml file via zend framework but not to render a phtml file? -- View this message in context: http://www.nabble.com/xhtml-and-phtml-tp20642674p20642674.html Sent from the Zend Framework mailing list archive at Nabble.com.