downloadfullsize module error?

jaensch

Joined: 2011-09-07
Posts: 1
Posted: Wed, 2011-09-07 07:30

Hi, could anyone help me to solve this downloadfullsize module error?

Thank you so much!

Below is its log and error message. Running on a Qnap NAS.

---------------------------
2011-09-07 15:13:39 +08:00 --- error: Kohana_Exception [ 403 ]: @todo FORBIDDEN/share/MD0_DATA/.qpkg/Gallery3/gallery3/modules/gallery/helpers/access.php [ 202 ]
#0 /share/MD0_DATA/.qpkg/Gallery3/gallery3/modules/gallery/helpers/access.php(129): access_Core::forbidden()
#1 /share/MD0_DATA/.qpkg/Gallery3/gallery3/modules/downloadfullsize/controllers/downloadfullsize.php(24): access_Core::required('view_full', Object(Item_Model))
#2 [internal function]: downloadfullsize_Controller->send()
#3 /share/MD0_DATA/.qpkg/Gallery3/gallery3/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(downloadfullsize_Controller), Array)
#4 /share/MD0_DATA/.qpkg/Gallery3/gallery3/system/core/Event.php(208): Kohana_Core::instance(NULL)
#5 /share/MD0_DATA/.qpkg/Gallery3/gallery3/application/Bootstrap.php(67): Event_Core::run(Array, Array)
#6 /share/MD0_DATA/.qpkg/Gallery3/gallery3/index.php(102): require('/share/MD0_DATA...')#7 {main}2011-09-07 15:13:39 +08:00 --- error: Missing messages entry kohana/core.errors.403 for message kohana/core
-------------------------

Platform information

Host name: HOMENAS8
Operating system: Linux 2.6.33.2
Apache: Apache
PHP: 5.2.14
MySQL: 5.1.36-log
Server load: 0.41 0.23 0.28
Graphics toolkit: gd

Gallery stats

Version: 3.0.2 (Coollanta)
Albums: 5
Photos: 624

Kohana_Exception [ kohana/core.errors.403 ]: @todo FORBIDDEN

MODPATH/gallery/helpers/access.php[ 202 ]
197 198 /** 199 * Terminate immediately with an HTTP 403 Forbidden response. 200 */ 201 static function forbidden() { 202 throw new Kohana_Exception("@todo FORBIDDEN", null, 403); 203 } 204 205 /** 206 * Internal method to set a permission 207 *

MODPATH/gallery/helpers/access.php[ 129 ] » access_Core::forbidden()

MODPATH/downloadfullsize/controllers/downloadfullsize.php[ 24 ] » access_Core::required( arguments )

{PHP internal call} » downloadfullsize_Controller->send()

SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( arguments )

SYSPATH/core/Event.php[ 208 ] » Kohana_Core::instance( arguments )

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

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