Re: [fw-general] Zend_Test_PHPUnit_ControllerTestCase: asserting a checkbox is checked

2010-04-28 Thread Marian Meres
I confirm I had similar problems with css selectors. I didn't discover it deeply though, but used xpath assertion instead which worked as expected. m. On Tue, Apr 27, 2010 at 11:04 PM, NĂºria nuq...@gmail.com wrote: I'm afraid this is a bug. CSS selectors are converted to XPath queries before

[fw-general] Zend Framework 1.10.4 Released

2010-04-28 Thread Matthew Weier O'Phinney
On behalf of the Zend Framework community, I'm pleased to announce the immediate availability of Zend Framework 1.10.4, our fourth maintenance release in the 1.10 series. You can download it from our downloads page: http://framework.zend.com/download/latest This release includes

[fw-general] Session Db trouble with ajax request without event handleri

2010-04-28 Thread whisher
Hi, Sorry to bother you but I've a very strange behaviour using session Db. If I make a ajax request without a event handler the sessions Db doesn't work (if I'm login the script log me out). while if I use the standard session (file) the script works fine. $(function() {

Re: [fw-general] Session Db trouble with ajax request without event handleri

2010-04-28 Thread Hector Virgen
What is tvnVideoApp.sendRequest(1);? Are you using jQuery's built-in $.ajax() to initiate ajax requests? -- Hector On Wed, Apr 28, 2010 at 9:52 AM, whisher whis...@mp4.it wrote: tvnVideoApp.sendRequest(1);

[fw-general] Re: Session Db trouble with ajax request without event handleri

2010-04-28 Thread whisher
Yes, I'm using Jquery. Like tvnVideoApp.sendRequest = function(page) { $.ajax({ type: POST, timeout:3000, url: sBasePath + '/admin/video/listxhr' , cache: false, dataType: 'html', data: {'page':page} , success: function(data){

Re: [fw-general] Re: Session Db trouble with ajax request without event handleri

2010-04-28 Thread Hector Virgen
That seems fine to me. So if you change the session storage from Db to File, it works? Are any other settings changed? -- Hector On Wed, Apr 28, 2010 at 10:00 AM, whisher whis...@mp4.it wrote: Yes, I'm using Jquery. Like tvnVideoApp.sendRequest = function(page) { $.ajax({ type:

Re: [fw-general] Zend_Validate_CreditCard and Authorize.Net's Sandbox API

2010-04-28 Thread Rob Riggen
DISCLAIMER: my advice is not necessarily relevant to Zend_Validate_CrediCard. There's a universal test CC num of - not sure if that is going to work in your case but technically that should validate... I think it is a visa, though... Rob On Wed, Apr 28, 2010 at 5:29 PM,

Re: [fw-general] Zend_Validate_CreditCard and Authorize.Net's Sandbox API

2010-04-28 Thread Bradley Holt
On Wed, Apr 28, 2010 at 5:41 PM, Rob Riggen r...@riggen.org wrote: DISCLAIMER: my advice is not necessarily relevant to Zend_Validate_CrediCard. There's a universal test CC num of - not sure if that is going to work in your case but technically that should validate... I

[fw-general] Re: Problems autoloading modules on shared hosting

2010-04-28 Thread shaunsandlin
The solution was so simple! The bootstrap.php file in each of my module root directories started with a lowercase b instead of B. Zend_Application_Resource_Modules is hardcoded to look for /modulepath/Bootstrap.php. Now my modules are loading perfectly. It took so long to figure out because I

Re: [fw-general] Zend_Validate_CreditCard and Authorize.Net's Sandbox API

2010-04-28 Thread Marian Meres
For others interested, below should be a more complete list of testing cc numbers for various providers: $_ccNums = array( // american express 'ae' = array('378282246310005', '371449635398431'), // american express corporate 'aec' = array('378734493671000'), // diners club