[WINDOWS] Problem after install

jono1970

Joined: 2012-05-15
Posts: 4
Posted: Tue, 2012-05-15 14:51

Hi,

I have followed the 'set-up' instructions and received the "success" screen presenting me with user name and password. I click on "Start using Gallery Now" and the page says "index of Gallery" and displays a directory listing. Have a missed a setting in my PHP.ini or Http.conf files? - if I click on index.php the page is simpl blank.

Thanks in advance

Jono

 
jono1970

Joined: 2012-05-15
Posts: 4
Posted: Tue, 2012-05-15 15:20

I created the "local".php file to output any errors to the screen and this is what I get:

Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in C:\Apache2.2\htdocs\Gallery\local.php on line 4

Notice: Undefined offset: 1 in C:\Apache2.2\htdocs\Gallery\system\libraries\I18n.php on line 60

Fatal error: Uncaught exception 'Kohana_PHP_Exception' with message 'Undefined offset: 1' in C:\Apache2.2\htdocs\Gallery\system\libraries\I18n.php:60 Stack trace: #0 C:\Apache2.2\htdocs\Gallery\system\libraries\I18n.php(60): Kohana_PHP_Exception_Core::error_handler(8, 'Undefined offse...', 'C:\Apache2.2\ht...', 60, Array) #1 C:\Apache2.2\htdocs\Gallery\system\libraries\I18n.php(93): I18n_Core::get_text('Undefined offse...') #2 C:\Apache2.2\htdocs\Gallery\system\core\Kohana_Exception.php(42): __('Undefined offse...', NULL) #3 C:\Apache2.2\htdocs\Gallery\system\libraries\Kohana_PHP_Exception.php(60): Kohana_Exception_Core->__construct('Undefined offse...') #4 C:\Apache2.2\htdocs\Gallery\system\libraries\Kohana_PHP_Exception.php(95): Kohana_PHP_Exception_Core->__construct(8, 'Undefined offse...', 'C:\Apache2.2\ht...', 60) #5 [internal function]: Kohana_PHP_Exception_Core::shutdown_handler(NULL) #6 C:\Apache2.2\htdocs\Gallery\system\core\Event.php(208): call_user_func_array(Array, Array) #7 C:\Apache2.2\htdocs\Gallery\system\ in C:\Apache2.2\htdocs\Gallery\system\libraries\I18n.php on line 60

Any help is much appreciated

Jono

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2012-05-15 16:36
Quote:
C:\Apache2.2\

Windows:
http://codex.gallery2.org/Gallery3:Installation_on_Windows_Server_2008_and_IIS7

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jono1970

Joined: 2012-05-15
Posts: 4
Posted: Wed, 2012-05-16 07:09

Ditched windows and installed without problems on open suse.

Cheers!

 
Ranger187
Ranger187's picture

Joined: 2005-12-02
Posts: 204
Posted: Mon, 2012-06-25 04:42

Jono, fyi, your errors were due to permissions and the php seting: [date.timezone = "America/New_York"] <-- without the brackets. Within the quotes would be a GMT compliant location found by performing a google search.

=======
Windows Install Guide

 
anarayan

Joined: 2012-08-06
Posts: 1
Posted: Mon, 2012-08-06 17:48

Thanks for this info Ranger187. It helped an issue I was having and now its up and running like a champ.

 
Ranger187
Ranger187's picture

Joined: 2005-12-02
Posts: 204
Posted: Mon, 2012-08-06 20:03

Glad I could help!

=======
Windows Install Guide

 
clarion

Joined: 2012-09-24
Posts: 1
Posted: Mon, 2012-09-24 14:33

I am having issues on a windows machine but I am trying to run it on VMware. Is this possible to so and if so what extra steps do I have to take.

Carion

 
Ranger187
Ranger187's picture

Joined: 2005-12-02
Posts: 204
Posted: Mon, 2012-09-24 18:42

Clarion, start a new thread and give as much info as possible. Just stating you have a problem isn't enough for anyone to troubleshoot it.

And I build gallery3 in vmware session all the time. It's NO different than my Windows install guide.

=======
Windows Install Guide