blank page after install

Permalink
hi @ all :)

i have tried to install it to test it and have a blank page for result.

here are the files i have:

my config/site_events.php file:

<?php  
defined('C5_EXECUTE') or die(_("Access Denied."));
Events::extend('on_start', 'ThemeSwitcher', 'checkForIphone', 'libraries/theme_switcher.php');


my librairies/theme_switcher.php file:

<?php  
defined('C5_EXECUTE') or die(_("Access Denied.")); 
class ThemeSwitcher {
    public function checkForIphone($view) {
    if (stristr($_SERVER['HTTP_USER_AGENT'], 'iphone') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'ipod') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'android') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'webos')) ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'avantgo') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'blackberry') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'blazer') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'compal') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'elaine') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'fennec') ||
    stristr($_SERVER['HTTP_USER_AGENT'], 'hiptop') ||


the modification in the concrete/libraries/view.php file have been done in the last C5 stable release, then i did'nt touch anything.

And i added the
define('ENABLE_APPLICATION_EVENTS', true);

in my config/site.php file

and for the moment i don't add the image re sizer.

The template used is the one in the archive. Not modified anyway for the moment.
this one is installed, and the preview seem ok. (it's not an activated theme of course)

Is someone have an idea of what append ?
i have no errors (the display errors php flag is on), just blank page on mobile device, and desktop computer with FF.

cali
 
pvernaglia replied on at Permalink Reply
pvernaglia
check ha you don't have any blank lines in site.php and the others too
cali replied on at Permalink Reply
cali
hi :)

thanks for your answer.

i had check it in first, i don't have any blank line anywhere.

is someone have an idea :)
cali replied on at Permalink Reply
cali
any one else have an idea ?