G3 beta1 errors

mfoster711

Joined: 2005-03-06
Posts: 118
Posted: Sat, 2009-06-06 05:14

I just completed installing g3 beta 1 on my test site two11.com and I am getting errors when trying to do just about anything. I had previously installed G3 alpha 2 & 3 without issues. I tried installing twice with the same results both times. Each time I deleted all files on the server and created a new DB to use to make sure I had a fresh version of everything. Here is the error I am getting:

Hey wait, you're an admin! We can tell you stuff.
Ok.. tell me stuff!
Help!

If this stuff doesn't make any sense to you, ask for help in the Gallery forums!
So here's the error:
The page you requested, , could not be found.

File: system/core/Kohana.php, line: 841
And here's how we got there:

*

Kohana::show_404( )

* system/core/Event.php [209]:

call_user_func_array( Array
(
[0] => Kohana
[1] => show_404
)
, Array
(
[0] =>
)
)

* system/libraries/Router.php [163]:

Event::run( system.404 )

*

Router_Core::setup( )

* system/core/Event.php [209]:

call_user_func_array( Array
(
[0] => Router
[1] => setup
)
, Array
(
[0] =>
)
)

* system/core/Bootstrap.php [49]:

Event::run( system.routing )

* index.php [72]:

require( system/core/Bootstrap.php )

 
nrajesh

Joined: 2008-01-14
Posts: 9
Posted: Sat, 2009-06-06 13:24

Same issue in my site as well!

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2009-06-06 20:22

Please check your gallery3/var/logs files and post anything interesting you find there.

---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git

 
nrajesh

Joined: 2008-01-14
Posts: 9
Posted: Sat, 2009-06-06 21:42

2009-06-06 03:03:29 -07:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841

 
mfoster711

Joined: 2005-03-06
Posts: 118
Posted: Sat, 2009-06-06 21:50

2009-06-06 00:16:48 -06:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841
2009-06-06 00:49:46 -06:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841
2009-06-06 10:36:04 -06:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841
2009-06-06 10:36:06 -06:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841
2009-06-06 10:36:08 -06:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841
2009-06-06 10:36:24 -06:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841
2009-06-06 10:58:20 -06:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841
2009-06-06 14:41:50 -06:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2009-06-06 21:54

Ok, this is almost definitely a problem with the way that we're trying to detect the right domain url for PHP as CGI. Can you post your phpinfo() info somewhere so that I can see it?

---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git

 
nrajesh

Joined: 2008-01-14
Posts: 9
Posted: Sat, 2009-06-06 22:56
 
mfoster711

Joined: 2005-03-06
Posts: 118
Posted: Sun, 2009-06-07 03:17
 
oldbalu

Joined: 2008-08-02
Posts: 3
Posted: Sun, 2009-06-07 09:29

upload error: 406

same errors in logs after trying to upload files (php version 5.2.6):

2009-06-07 02:25:17 +02:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/.album.jpg?m=1244332508, could not be found. in file system/core/Kohana.php on line 841
2009-06-07 02:25:54 +02:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/.album.jpg?m=1244332508, could not be found. in file system/core/Kohana.php on line 841
2009-06-07 11:14:23 +02:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/.album.jpg?m=1244332508, could not be found. in file system/core/Kohana.php on line 841
2009-06-07 11:17:34 +02:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/.album.jpg?m=1244332508, could not be found. in file system/core/Kohana.php on line 841
2009-06-07 11:26:01 +02:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/C3/.album.jpg?m=1244332508, could not be found. in file system/core/Kohana.php on line 841

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2009-06-08 01:10

@nrajesh and @mfoster711: can I get you guys to copy or move the phpinfo.php file into your gallery3 dir? that way I can see the exact settings for your g3. thanks.. this is very helpful!
---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git

 
mfoster711

Joined: 2005-03-06
Posts: 118
Posted: Mon, 2009-06-08 01:21

My phpinfo is in my gallery3 directory. I did not install G3 in a subfolder (e.g. www.two11.com/g3). It is installed in the main root folder for my website.

 
mask007

Joined: 2009-06-08
Posts: 2
Posted: Mon, 2009-06-08 07:23

I was getting the same error with the beta 1 install. However, the latest zip from :
Latest zip: http://github.com/gallery/gallery3/zipball/master
seems to have fixed the issue.

 
nrajesh

Joined: 2008-01-14
Posts: 9
Posted: Mon, 2009-06-08 08:20
 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2009-06-09 06:07

Thanks for the phpinfo! I think I've got something that works for everybody and I've closed http://apps.sourceforge.net/trac/gallery/ticket/362 as fixed. Can you try again with the latest code?

---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git

 
nrajesh

Joined: 2008-01-14
Posts: 9
Posted: Tue, 2009-06-09 08:33

Downloaded it from http://github.com/gallery/gallery3/zipball/master

Seems ok so far.

Thanks,
Rajesh

 
nrajesh

Joined: 2008-01-14
Posts: 9
Posted: Tue, 2009-06-09 14:14

Seems rather cranky (the import from G2 for example) for a beta. I guess I'll have to wait some more time b4 plunging in this!

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2009-06-10 02:21

Hey, you get what you pay for. G2 import is ridiculously difficult to get right. (I guess I'm the cranky one).
---
Problems? Check gallery3/var/logs before you post! and file bugs here!
Latest zip: http://github.com/gallery/gallery3/zipball/master
Latest git: http://codex.gallery2.org/Gallery:Using_Git

 
nrajesh

Joined: 2008-01-14
Posts: 9
Posted: Wed, 2009-06-10 08:28

Please don't get me wrong. I don't generally complain too much, but that's how it is looking currently. Anyways, good luck on G3.

 
mfoster711

Joined: 2005-03-06
Posts: 118
Posted: Thu, 2009-06-11 04:32

New version seems to have fixed my issue. Thanks!

 
ozgurkalan

Joined: 2009-06-14
Posts: 4
Posted: Sun, 2009-06-14 08:26

I had the same. Downloaded the zip file and solved. Thanks Bharat, great work.

 
emile_dem

Joined: 2009-07-13
Posts: 8
Posted: Mon, 2009-07-13 20:04

Hi Guys,

I tried to install the latest master from github and I seem to still have this problem. I know that my webserver (xshttpd) runs php in full CGI mode, but I don't know if this can explain, why I get this error (same as mfoster711 "So here's the error: The page you requested, ~terrain/gallery, could not be found. File: system/core/Kohana.php, line: 841"). Anyway my full phpinfo is here http://www.stud.tue.nl/~terrain/test.php and the album should be in http://www.stud.tue.nl/~terrain/gallery/ Hope you can get me on the road again...

Thanks,
Emile

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Mon, 2009-07-13 21:23

emile_dem

G3 is supported only on Apache for a web server. You might have better luck getting help on IIS for Windows than some web server very few people have ever even heard of. I have G3 running on Lighttpd at the moment and almost everything appears to be working fine, though I'm looking at switching to Nginix + Apache, configured so Nginix serves the static files and passes all requests for dynamic content (php) to Apache.

Check your gallery3/var/logs directory and your web server logs. But looking at the "support" for that web server, it appears to be on very, very few servers. Good luck.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here