Add Some link not working

dig-doug

Joined: 2010-10-20
Posts: 3
Posted: Wed, 2010-10-20 17:45

Fresh install of Gallery 3, when I try to use the "Add Some" link to add pictures it doesn't work.
Error log reports: 2010-10-20 10:39:16 -07:00 --- error: File not found: simple_uploader/app/10

If I try to open the link in a new window I get the following info:

Platform information

* Operating system: Linux 2.6.18-194.8.1.el5
* Apache: Unknown
* PHP: 5.2.10
* MySQL: 5.0.91-community-log
* Server load: 0.02 0.06 0.08
* Graphics toolkit: gd

Gallery stats

* Version: 3.0 (Santa Fe)
* Albums: 4
* Photos: 0

Kohana_404_Exception [ Page Not Found ]: The page you requested, simple_uploader/app/10, could not be found.

1.

SYSPATH/libraries/Kohana_404_Exception.php[ 42 ]
37 * @throws Kohana_404_Exception 38 * @return void 39 */ 40 public static function trigger($page = NULL) 41 { 42 throw new Kohana_404_Exception($page); 43 } 44 45 /** 46 * Sends 404 headers, to emulate server behavior. 47 *
2.

SYSPATH/core/Event.php[ 208 ] » Kohana_404_Exception_Core::trigger( arguments )

page

NULL

203 Event::$data =& $data;
204 $callbacks = Event::get($name);
205
206 foreach ($callbacks as $callback)
207 {
208 call_user_func_array($callback, array(&$data));
209 }
210
211 // Do this to prevent data from getting 'stuck'
212 $clear_data = '';
213 Event::$data =& $clear_data;

3.

SYSPATH/libraries/Router.php[ 165 ] » Event_Core::run( arguments )

name

array(2) (
0 => string(20) "Kohana_404_Exception"
1 => string(7) "trigger"
)

data

array(1) (
0 => NULL
)

160 Event::run('system.post_routing');
161
162 if (Router::$controller === NULL)
163 {
164 // No controller was found, so no page can be rendered
165 Event::run('system.404');
166 }
167 }
168
169 /**
170 * Attempts to determine the current URI using CLI, GET, PATH_INFO, ORIG_PATH_INFO, or PHP_SELF.

4.

SYSPATH/core/Event.php[ 208 ] » Router_Core::setup( arguments )

0

string(10) "system.404"

203 Event::$data =& $data;
204 $callbacks = Event::get($name);
205
206 foreach ($callbacks as $callback)
207 {
208 call_user_func_array($callback, array(&$data));
209 }
210
211 // Do this to prevent data from getting 'stuck'
212 $clear_data = '';
213 Event::$data =& $clear_data;

5.

APPPATH/Bootstrap.php[ 61 ] » Event_Core::run( arguments )

name

NULL

56
57// Prepare the system
58Event::run('system.ready');
59
60// Determine routing
61Event::run('system.routing');
62
63// End system_initialization
64Benchmark::stop(SYSTEM_BENCHMARK.'_system_initialization');
65
66// Make the magic happen!

6.

DOCROOT/index.php[ 97 ] » require( arguments )

0

string(56) "/home/daha/public_html/gallery/application/Bootstrap.php"

92if (file_exists("local.php")) {
93 include("local.php");
94}
95
96// Initialize.
97require APPPATH . "Bootstrap" . EXT;

Environment

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2010-10-21 02:09

Host?
Apache version?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
dig-doug

Joined: 2010-10-20
Posts: 3
Posted: Thu, 2010-10-21 12:40

CentOS
2.0.63

 
dig-doug

Joined: 2010-10-20
Posts: 3
Posted: Fri, 2010-10-22 12:10

Does anybody have any troubleshooting hints on how to figure out what is going on?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2010-10-22 13:28

http://codex.gallery2.org/Gallery3:Requirements

Web Server: Apache 2.2 and newer

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2010-10-26 04:03

Get the latest code, make sure you're using the Wind theme. "simple_uploader" was deleted in one of the betas, that string doesn't appear anywhere in the 3.0 release anymore so the fact that it's showing up means that you're not running a vanilla install.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git