Gallery3 shows blank page after update

OlliL

Joined: 2012-06-13
Posts: 2
Posted: Wed, 2012-06-13 11:01

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?

 
jnash
jnash's picture

Joined: 2004-08-02
Posts: 599
Posted: Wed, 2012-06-13 13:28

Look at the first post in this forum... you need to upgrade to latest gallery. I'm suspecting you have php 5.4+

 
OlliL

Joined: 2012-06-13
Posts: 2
Posted: Thu, 2012-06-14 07:29

This indeed fixed it... sorry for not seeing the first post :(