Re: [fw-general] \Zend\Feed\Reader\Reader::import Error!

2012-12-31 Thread Guillaume BABIK
Happy new year ! Stop developping and have a drink !!! Le 31 déc. 2012 à 22:40, benjamingb a écrit : > I am creating an RSS reader > > I have a problem > > //ZF2 > $feed=\Zend\Feed\Reader\Reader::import('http://blog.benetton.com/peru/feed/')//error > file: > /var/www/rss/vendor/ZendFramework/

[fw-general] \Zend\Feed\Reader\Reader::import Error!

2012-12-31 Thread benjamingb
I am creating an RSS reader I have a problem //ZF2 $feed=\Zend\Feed\Reader\Reader::import('http://blog.benetton.com/peru/feed/')//error file: /var/www/rss/vendor/ZendFramework/ZendFramework/library/Zend/Http/Response.php:449 Message: Error parsing body - doesn't seem to be a chunked message ===

Re: [fw-general] File upload with Post/Redirect/Get Plugin

2012-12-31 Thread Bas Kamer
You are right - it is a pull request intended to be included on 2.1 Look at github.com/cgmartin He's working on that. Op 31 dec. 2012 om 12:02 heeft Ralf Eggert het volgende geschreven: > Hi Bas, > > no, I cannot find any. Anyway, now I really like it, that the file > upload validation is sep

Re: [fw-general] File upload with Post/Redirect/Get Plugin

2012-12-31 Thread Ralf Eggert
Hi Bas, no, I cannot find any. Anyway, now I really like it, that the file upload validation is separated from the form validation. When it comes to form validation the file is already validated and received. Regards, Ralf -- List: fw-general@lists.zend.com Info: http://framework.zend.com/arch

[fw-general] PHP Fatal error: spl_autoload(): Class Zend\\Db\\Sql\\Insert could not be loaded in /var/www/xxxxxx/vendor/zendframework/zendframework/library/Zend/Db/Sql/Sql.php on line 76

2012-12-31 Thread Andreas Möller
Hello list, with an application working well in a local development environment, I've stumbled upon the following error in a production environment: PHP Fatal error: spl_autoload(): Class Zend\\Db\\Sql\\Insert could not be loaded in /var/www/xx/vendor/zendframework/zendframework/library/

Re: [fw-general] Adding full stops at the end of validation messages - trouble?

2012-12-31 Thread Andreas Möller
Hello Ralf, > here you go: > > Thanks a lot! Best regards, Andreas -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

Re: [fw-general] File upload with Post/Redirect/Get Plugin

2012-12-31 Thread Bas Kamer
Isn't there a file version of Post/Redirect/Get? Check the controller plugin directory. Op 31 dec. 2012 om 09:01 heeft Ralf Eggert het volgende geschreven: > Hi Marco, > > ok, but since the Zend\File\Transfer\Adapter\Http is using the $_FILES > array in its prepareFiles() method, I need to ha

Re: [fw-general] File upload with Post/Redirect/Get Plugin

2012-12-31 Thread Ralf Eggert
Hi Marco, ok, but since the Zend\File\Transfer\Adapter\Http is using the $_FILES array in its prepareFiles() method, I need to handle the file upload before I sent the redirect of the Post/Redirect/Get Plugin. After the redirect has been done I need to process the other input from the form... Reg