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 )
Posts: 9
Same issue in my site as well!
Posts: 7994
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
Posts: 9
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
Posts: 118
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
Posts: 7994
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
Posts: 9
http://nrajesh.com/phpinfo.php
Posts: 118
http://www.two11.com/phpinfo.php
Posts: 3
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
Posts: 7994
@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
Posts: 118
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.
Posts: 2
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.
Posts: 9
http://gallery.nrajesh.com/phpinfo.php
Posts: 7994
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
Posts: 9
Downloaded it from http://github.com/gallery/gallery3/zipball/master
Seems ok so far.
Thanks,
Rajesh
Posts: 9
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!
Posts: 7994
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
Posts: 9
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.
Posts: 118
New version seems to have fixed my issue. Thanks!
Posts: 4
I had the same. Downloaded the zip file and solved. Thanks Bharat, great work.
Posts: 8
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
Posts: 16504
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