Re: [fw-general] Critical Error with Zend_Session

2008-08-15 Thread rolfneumann2
Hello! I run into exactly the same problem with my webserver. I am using Zend Framework v1.0.2. Did you find a solution/workaround already? Greets, Stefan -- View this message in context: http://www.nabble.com/Critical-Error-with-Zend_Session-tp15850221p18996215.html Sent from the Zend

Re: [fw-general] static call Zend_Filter::isRegex does not work

2006-09-30 Thread rolfneumann2
Hi, You gave me the right hint. I did not have ctype support built in into my PHP. The code is now running on a different server with ctype support. Now everything is working fine. Thanks very much for your help, Rolf Michael Patrick-3 wrote: rolfneumann2 wrote: This call to ctype_alnum

[fw-general] static call Zend_Filter::isRegex does not work

2006-09-26 Thread rolfneumann2
Hi everyone, I am quite new to PHP and Webprogramming so please don't be to strict with me. I am using several features of the Zend Framework and I like it very much. I am developing under Windows and everything works great. But now that I want to copy all the code to a LAMP Webserver I