Blank page after first installation (solved)

diederick76

Joined: 2012-05-23
Posts: 4
Posted: Wed, 2012-05-23 09:19

Hi,

I decided to try out Gallery 3. Installation went fine, right until I clicked "Start Using Gallery" but then all I got was a blank page in my browser. The database was created correctly (as far as I can determine). The admin user was created as well, and the logs table contains a single record with field message reading: "User admin logged in".

When I point my browser to gallery/installer/, I get a page reading:

Quote:
Success!

Your Gallery 3 install is complete!

followed by the same link.

I've read all the other blank page threads on this forum - none seem to help me. My Apache error logs contain nothing relevant. The Gallery log only contains:

<?php defined('SYSPATH') or die('No direct script access.'); ?>

I created the local.php file in the same directory where index.php is and refreshed the page, but that didn't seem to cause more logging. I also tried commenting out the line

require APPPATH . "Bootstrap" . EXT;

as was suggested in another thread, but that didn't help either.

$ php --version
PHP 5.4.3 (cli) (built: May  8 2012 17:09:39) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

Could someone please tell me how to proceed? I'm at a loss at this point.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25961
Posted: Wed, 2012-05-23 13:36

php 5.4
fixed in this commit:
https://github.com/gallery/gallery3/commit/6b306cddc1f25ecfe054b0a1c9d0dc3536da51f6
upgrade to an experimental version.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
diederick76

Joined: 2012-05-23
Posts: 4
Posted: Wed, 2012-05-23 13:50

I'm a little confused about Git (never looked into it). Do I download gallery-gallery3-3.0.3-135-g16f774a.zip to do this?

Thanks!

 
diederick76

Joined: 2012-05-23
Posts: 4
Posted: Wed, 2012-05-23 14:23

Well, it looks that way. Running Gallery now. Works like a charm. I'm impressed. Thanks!

 
kansan

Joined: 2012-05-24
Posts: 1
Posted: Thu, 2012-05-24 03:04

Hi,

I have this issue also.

Regards,

Dinesh

 
diederick76

Joined: 2012-05-23
Posts: 4
Posted: Thu, 2012-05-24 05:56

Hi Kansan,

as floridave suggested: follow his link and download the zip file of gallery version 3.0.3-135. If your problem is in fact the same as mine was, the problem has been fixed in that version.

 
jnash
jnash's picture

Joined: 2004-08-02
Posts: 607
Posted: Thu, 2012-05-24 18:15

Comments are now locked for this topic.