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:
my librairies/theme_switcher.php file:
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
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.
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:
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') ||
Viewing 15 lines of 42 lines. View entire code block.
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.
check ha you don't have any blank lines in site.php and the others too
hi :)
thanks for your answer.
i had check it in first, i don't have any blank line anywhere.
is someone have an idea :)
thanks for your answer.
i had check it in first, i don't have any blank line anywhere.
is someone have an idea :)
any one else have an idea ?