The new Zend_View stream wrapper might have something to do with this, although I'm not sure it is included in 1.6RC1.
See http://www.nabble.com/Zend_View-and-the-View-Stream-Wrapper-tc17607130ef15440.html#a17607130 Vincent de Lau [EMAIL PROTECTED] > -----Original Message----- > From: Bruno Friedmann [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 24, 2008 11:18 AM > To: [email protected] > Subject: Re: [fw-general] The how-to / what to do upgrading 1.5.2 to > 1.6.0 > > Bruno Friedmann wrote: > > till wrote: > >> On Thu, Jul 24, 2008 at 4:31 AM, Bruno Friedmann <[EMAIL PROTECTED]> > wrote: > >>> Hi all, > >>> > >>> I'm just downloaded the 1.6 RC1 release to give it a try. > >>> > >>> I've just one trouble : no projects are running now. > >>> The worst there's no errors just a blank page. > >>> (All demo previously used have the same symptom ) > >>> > >>> I could imagine there's some changes, but there's no documentation > about what a dev > >>> need to adapt inside projects to have them running. > >>> > >>> Or did I miss it ( there's could be a improvement like a update.txt > file at the root of library ) ? > >>> > >>> > >>> PS : In documentation there chapter missing in the index ( 18 > doesn't have title GDATA, 23 is not write and so ... ) > >>> > >> You probably want to enable: > >> log_errors = On > >> error_log = /path/to/a/writable/log/file > >> > >> Or maybe it is already enabled and you just need to check it out. To > >> find out, do a phpinfo() and look for the above options. > >> > >> Till > > > > wouah ... > > As I've declare > > error_reporting(E_ALL && E_STRICT); > > ini_set('display_startup_errors', 1); > > ini_set('display_errors', 1); > > in my bootstrap I has forgotten to see my php_error.log ... > > > > What I've found sound strange to me ... sorry > > never see this before ... :-) > > > > [error] [client 127.0.0.1] ALERT - Include filename > > > ('zend.view:///home/bruno/workspace/socketfinder/sf/application/modules > /default/views/scripts/index/index.phtml') is an URL that > > is not allowed (attacker '127.0.0.1', file '/ioda/data/web- > include/ZF/library/Zend/View.php', line 105) > > > > > > Ok found this is when suoshin module is loaded ... > What strange is that with 1.5.2 ZF there's no trouble ... > > Can someone confirm ... > > -- > > Bruno Friedmann > > Ioda-Net Sàrl - www.ioda-net.ch > 2830 Vellerat - Switzerland > > Tél : ++41 32 435 7171 > Fax : ++41 32 435 7172 > gsm : ++41 78 802 6760 > > C'est Facile et Cool d'Évoluer en ligne : www.cfcel.com
