Thanks Robert

I already had that in my index.php, but it was quoted ! And that stops it
from working.

error_reporting('E_ALL|E_STRICT');

Im cooking with gas now !

Many thanks

Steve





rcastley wrote:
> 
> Hi
> 
> You probably want to enable display_errors in your php.ini and also set
> error_reporting(E_ALL | E_STRICT).
> 
> Then you might get something in your browser to let you know what has gone
> wrong.
> 
> - Robert 
> 
> -----Original Message-----
> From: boxers999 [mailto:[EMAIL PROTECTED] 
> Sent: 24 November 2008 20:00
> To: [email protected]
> Subject: [fw-general] White / Blank Screen when using MAMP
> 
> 
> Hi,
> 
> All I can get is a white screen when trying the framework. I have a
> .htaccess and it does appear to be working as I can cause 500 server
> errors
> when I chuck in some random text.
> 
> Here is is anyway:-
> 
> RewriteEngine on
> RewriteBase /zend/
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteRule .* index.php
> 
> # Security: Don't allow browsing of directorie Options -Indexes Options
> +FollowSymLinks
> 
> # PHP settings
> php_flag magic_quotes_gpc off
> php_flag register_globals off
> php_flag short_open_tag on
> 
> I have ZF working on my works pc with this .htaccess. I have copied a
> working ZF test from the same pc, yet on my mac I get a blank screen.
> 
> Please could someone shed some light :)
> 
> Cheers
> 
> 
> --
> View this message in context:
> http://www.nabble.com/White---Blank-Screen-when-using-MAMP-tp20668583p206685
> 83.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
> 
> 
> ________________________________________________________________________
> This email has been scanned for all known viruses by the MessageLabs Email
> Security Service and the Macro 4 plc internal virus protection system.
> ________________________________________________________________________
> 
> 
> ________________________________________________________________________
> This email has been scanned for all known viruses by the MessageLabs Email
> Security Service and the Macro 4 plc internal virus protection system.
> ________________________________________________________________________
> 

-- 
View this message in context: 
http://www.nabble.com/White---Blank-Screen-when-using-MAMP-tp20668583p20686513.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to