Hi,
I've updated my gallery3 installation to 3.0.3 and now I get a blank page when I open it in my browser. I created a local.php as advised in the FAQ but all output I get in the logfile is
<?php defined('SYSPATH') or die('No direct script access.'); ?>
I manuall traced it down to
system/core/Kohana.php
When I there remove the line 126:
ob_start(array('Kohana', 'output_buffer'));
Then everything seems to work fine. When I put the line back in, I get this white page.
Any ideas how to solve this or how to proceed further?
Posts: 599
Look at the first post in this forum... you need to upgrade to latest gallery. I'm suspecting you have php 5.4+
Posts: 2
This indeed fixed it... sorry for not seeing the first post