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.
Posts: 25961
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
Posts: 4
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!
Posts: 4
Well, it looks that way. Running Gallery now. Works like a charm. I'm impressed. Thanks!
Posts: 1
Hi,
I have this issue also.
Regards,
Dinesh
Posts: 4
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.
Posts: 607
Comments are now locked for this topic.