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
Posts: 4
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
Posts: 27300
Windows:
http://codex.gallery2.org/Gallery3:Installation_on_Windows_Server_2008_and_IIS7
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
Ditched windows and installed without problems on open suse.
Cheers!
Posts: 204
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
Posts: 1
Thanks for this info Ranger187. It helped an issue I was having and now its up and running like a champ.
Posts: 204
Glad I could help!
=======
Windows Install Guide
Posts: 1
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
Posts: 204
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