Registration Mod, trying to activate unconfirmed user getting error

the__target

Joined: 2012-05-02
Posts: 10
Posted: Fri, 2012-06-08 16:39

Hey wait, you're an admin! We can tell you stuff.
There's an error message below and you can find more details in gallery3/var/logs (look for the file with the most recent date on it). Stuck? Stop by the Gallery 3 Forums and ask for help. You can also look at our list of open tickets to see if the problem you're seeing has been reported. If you post a request, here's some useful information to include:

remove Platform information
Host name: Blinky
Operating system: Linux 3.2.0-24-generic
Apache: Apache/2.2.22 (Ubuntu)
PHP: 5.3.10-1ubuntu3.1
MySQL: 5.5.22-0ubuntu1
Server load: 0.08 0.03 0.05
Graphics toolkit: imagemagick
remove Gallery stats
Version: 3.0.2 (Coollanta)
Albums: 4
Photos: 1139

ORM_Validation_Exception [ Database Error ]:
ORM Validation has failed for users model
SYSPATH/libraries/ORM_Validation_Exception.php[ 20 ]

15 * @param Validation $array 16 * @return 17 */ 18 public static function handle_validation($table, Validation $array) 19 { 20 $exception = new ORM_Validation_Exception('ORM Validation has failed for :table model',array(':table'=>$table)); 21 $exception->validation = $array; 22 throw $exception; 23 } 24} // End ORM_Validation_Exception
SYSPATH/libraries/ORM.php[ 755 ] » ORM_Validation_Exception_Core::handle_validation( arguments )

table
string(5) "users"

array
array(9) (
"protected: pre_filters" => array(0)
"protected: post_filters" => array(0)
"protected: rules" => array(5) (
"email" => string(19) "removed for display"
"full_name" => array(1) (
0 => array(3) (
0 => array(2) (
0 => object Validation(9) {
protected pre_filters => array(0)
protected post_filters => array(0)
protected rules => array(5) (
...
)
protected callbacks => array(4) (
...
)
protected empty_rules => array(2) (
...
)
protected errors => array(1) (
...
)
protected messages => array(0)
protected labels => array(7) (
...
)
protected array_fields => array(0)
}
1 => string(6) "length"
)
1 => array(2) (
0 => string(1) "0"
1 => string(3) "255"
)
2 => bool FALSE
)
)
"locale" => array(1) (
0 => array(3) (
0 => array(2) (
0 => object Validation(9) {
protected pre_filters => array(0)
protected post_filters => array(0)
protected rules => array(5) (
...
)
protected callbacks => array(4) (
...
)
protected empty_rules => array(2) (
...
)
protected errors => array(1) (
...
)
protected messages => array(0)
protected labels => array(7) (
...
)
protected array_fields => array(0)
}
1 => string(6) "length"
)
1 => array(2) (
0 => string(1) "2"
1 => string(2) "10"
)
2 => bool FALSE
)
)
"name" => array(2) (
0 => array(3) (
0 => array(2) (
0 => object Validation(9) {
protected pre_filters => array(0)
protected post_filters => array(0)
protected rules => array(5) (
...
)
protected callbacks => array(4) (
...
)
protected empty_rules => array(2) (
...
)
protected errors => array(1) (
...
)
protected messages => array(0)
protected labels => array(7) (
...
)
protected array_fields => array(0)
}
1 => string(6) "length"
)
1 => array(2) (
0 => string(1) "1"
1 => string(2) "32"
)
2 => bool FALSE
)
1 => array(3) (
0 => array(2) (
0 => object Validation(9) {
protected pre_filters => array(0)
protected post_filters => array(0)
protected rules => array(5) (
...
)
protected callbacks => array(4) (
...
)
protected empty_rules => array(2) (
...
)
protected errors => array(1) (
...
)
protected messages => array(0)
protected labels => array(7) (
...
)
protected array_fields => array(0)
}
1 => string(8) "required"
)
1 => NULL
2 => bool FALSE
)
)
"url" => array(1) (
0 => array(3) (
0 => array(2) (
0 => string(5) "valid"
1 => string(3) "url"
)
1 => NULL
2 => bool FALSE
)
)
)
"protected: callbacks" => array(4) (
"admin" => array(1) (
0 => array(2) (
"0 (type: User_Model)" => object User_Model(34) {
protected has_and_belongs_to_many => array(1) (
0 => string(6) "groups"
)
protected password_length => integer 32
protected groups_cache => NULL
protected has_one => array(0)
protected belongs_to => array(0)
protected has_many => array(0)
protected has_many_through => array(0)
protected load_with => array(0)
protected object => array(12) (
"id" => NULL
"name" => string(10) "Kreiter320"
"full_name" => string(14) "Krystle Reiter"
"password" => string(34) "$P$DCnhSPF5QM6m1oBxEucnnTS282qlZr1"
"login_count" => NULL
"last_login" => NULL
"email" => string(20) "kreiter320@gmail.com"
"admin" => NULL
"guest" => NULL
"hash" => NULL
"url" => NULL
"locale" => NULL
)
protected changed => array(4) (
"name" => string(4) "name"
"full_name" => string(9) "full_name"
"password" => string(8) "password"
"email" => string(5) "email"
)
protected related => array(0)
protected _valid => bool FALSE
protected _loaded => bool FALSE
protected _saved => bool FALSE
protected sorting => array(1) (
"id" => string(3) "asc"
)
protected rules => array(7) (
"admin" => array(1) (
...
)
"email" => array(2) (
...
)
"full_name" => array(1) (
...
)
"locale" => array(1) (
...
)
"name" => array(2) (
...
)
"password" => array(1) (
...
)
"url" => array(1) (
...
)
)
protected object_relations => array(1) (
"groups" => array(0)
)
protected changed_relations => array(1) (
"groups" => array(2) (
...
)
)
protected object_name => string(4) "user"
protected object_plural => string(5) "users"
protected table_name => string(5) "users"
protected table_columns => array(12) (
"id" => array(8) (
...
)
"name" => array(6) (
...
)
"full_name" => array(6) (
...
)
"password" => array(6) (
...
)
"login_count" => array(8) (
...
)
"last_login" => array(8) (
...
)
"email" => array(6) (
...
)
"admin" => array(8) (
...
)
"guest" => array(8) (
...
)
"hash" => array(7) (
...
)
"url" => array(6) (
...
)
"locale" => array(7) (
...
)
)
protected ignored_columns => NULL
protected updated_column => NULL
protected created_column => NULL
protected primary_key => string(2) "id"
protected primary_val => string(4) "name"
protected foreign_key => array(0)
protected table_names_plural => bool TRUE
protected reload_on_wakeup => bool TRUE
protected db => object Database_Mysqli(7) {
protected quote => string(1) "`"
protected _table_names => array(30) (
...
)
protected last_query => string(70) "SELECT COUNT(*) AS `records_found`
FROM `items`
WHERE `type` = 'photo'"
protected config => array(8) (
...
)
protected config_required => array(0)
protected connection => object mysqli(18) {
...
}
protected cache => NULL
}
protected db_applied => array(0)
protected db_builder => object Database_Builder(18) {
protected order_directions => array(3) (
...
)
protected db => string(7) "default"
protected select => array(0)
protected from => array(0)
protected join => array(0)
protected where => array(0)
protected group_by => array(0)
protected having => array(0)
protected order_by => array(0)
protected limit => NULL
protected offset => NULL
protected set => array(0)
protected columns => array(0)
protected values => array(0)
protected type => NULL
protected distinct => bool FALSE
protected reset => bool TRUE
protected ttl => bool FALSE
}
protected with_applied => array(0)
}
1 => string(11) "valid_admin"
)
)
"email" => string(19) "removed for display"
"name" => array(1) (
0 => array(2) (
"0 (type: User_Model)" => object User_Model(34) {
protected has_and_belongs_to_many => array(1) (
0 => string(6) "groups"
)
protected password_length => integer 32
protected groups_cache => NULL
protected has_one => array(0)
protected belongs_to => array(0)
protected has_many => array(0)
protected has_many_through => array(0)
protected load_with => array(0)
protected object => array(12) (
"id" => NULL
"name" => string(10) "Kreiter320"
"full_name" => string(14) "Krystle Reiter"
"password" => string(34) "$P$DCnhSPF5QM6m1oBxEucnnTS282qlZr1"
"login_count" => NULL
"last_login" => NULL
"email" => string(20) "kreiter320@gmail.com"
"admin" => NULL
"guest" => NULL
"hash" => NULL
"url" => NULL
"locale" => NULL
)
protected changed => array(4) (
"name" => string(4) "name"
"full_name" => string(9) "full_name"
"password" => string(8) "password"
"email" => string(5) "email"
)
protected related => array(0)
protected _valid => bool FALSE
protected _loaded => bool FALSE
protected _saved => bool FALSE
protected sorting => array(1) (
"id" => string(3) "asc"
)
protected rules => array(7) (
"admin" => array(1) (
...
)
"email" => array(2) (
...
)
"full_name" => array(1) (
...
)
"locale" => array(1) (
...
)
"name" => array(2) (
...
)
"password" => array(1) (
...
)
"url" => array(1) (
...
)
)
protected object_relations => array(1) (
"groups" => array(0)
)
protected changed_relations => array(1) (
"groups" => array(2) (
...
)
)
protected object_name => string(4) "user"
protected object_plural => string(5) "users"
protected table_name => string(5) "users"
protected table_columns => array(12) (
"id" => array(8) (
...
)
"name" => array(6) (
...
)
"full_name" => array(6) (
...
)
"password" => array(6) (
...
)
"login_count" => array(8) (
...
)
"last_login" => array(8) (
...
)
"email" => array(6) (
...
)
"admin" => array(8) (
...
)
"guest" => array(8) (
...
)
"hash" => array(7) (
...
)
"url" => array(6) (
...
)
"locale" => array(7) (
...
)
)
protected ignored_columns => NULL
protected updated_column => NULL
protected created_column => NULL
protected primary_key => string(2) "id"
protected primary_val => string(4) "name"
protected foreign_key => array(0)
protected table_names_plural => bool TRUE
protected reload_on_wakeup => bool TRUE
protected db => object Database_Mysqli(7) {
protected quote => string(1) "`"
protected _table_names => array(30) (
...
)
protected last_query => string(70) "SELECT COUNT(*) AS `records_found`
FROM `items`
WHERE `type` = 'photo'"
protected config => array(8) (
...
)
protected config_required => array(0)
protected connection => object mysqli(18) {
...
}
protected cache => NULL
}
protected db_applied => array(0)
protected db_builder => object Database_Builder(18) {
protected order_directions => array(3) (
...
)
protected db => string(7) "default"
protected select => array(0)
protected from => array(0)
protected join => array(0)
protected where => array(0)
protected group_by => array(0)
protected having => array(0)
protected order_by => array(0)
protected limit => NULL
protected offset => NULL
protected set => array(0)
protected columns => array(0)
protected values => array(0)
protected type => NULL
protected distinct => bool FALSE
protected reset => bool TRUE
protected ttl => bool FALSE
}
protected with_applied => array(0)
}
1 => string(10) "valid_name"
)
)
"password" => string(19) "removed for display"
)
"protected: empty_rules" => array(2) (
0 => string(8) "required"
1 => string(7) "matches"
)
"protected: errors" => array(1) (
"name" => array(2) (
0 => string(8) "conflict"
1 => NULL
)
)
"protected: messages" => array(0)
"protected: labels" => array(7) (
"admin" => string(5) "Admin"
"email" => string(19) "removed for display"
"full_name" => string(9) "Full name"
"locale" => string(6) "Locale"
"name" => string(4) "Name"
"password" => string(19) "removed for display"
"url" => string(3) "Url"
)
"protected: array_fields" => array(0)
)

750 }
751 }
752 // Validate the array
753 if (($this->_valid = $array->validate()) === FALSE)
754 {
755 ORM_Validation_Exception::handle_validation($this->table_name, $array);
756 }
757
758 // Fields may have been modified by filters
759 $this->object = array_merge($this->object, $array->getArrayCopy());
760

MODPATH/user/models/user.php[ 86 ] » ORM_Core->validate( arguments )

array
NULL

81 "password" => array("callbacks" => array(array($this, "valid_password"))),
82 "url" => array("rules" => array("valid::url")),
83 );
84 }
85
86 parent::validate($array);
87 }
88
89 /**
90 * Handle any business logic necessary to create or update a user.
91 * @see ORM::save()

SYSPATH/libraries/ORM.php[ 778 ] » User_Model_Core->validate()

773 if ( ! empty($this->changed))
774 {
775 // Require model validation before saving
776 if ( ! $this->_valid)
777 {
778 $this->validate();
779 }
780
781 $data = array();
782 foreach ($this->changed as $column)
783 {

MODPATH/gallery/libraries/MY_ORM.php[ 23 ] » ORM_Core->save()

18 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
19 */
20class ORM extends ORM_Core {
21 public function save() {
22 model_cache::clear();
23 return parent::save();
24 }
25}
26
27/**
28 * Slide this in here for convenience. We won't ever be overloading ORM_Iterator without ORM.

MODPATH/user/models/user.php[ 107 ] » ORM->save()

102 $this->add(group::everybody());
103 if (!$this->guest) {
104 $this->add(group::registered_users());
105 }
106
107 parent::save();
108 module::event("user_created", $this);
109 } else {
110 // Updated user
111 $original = ORM::factory("user", $this->id);
112 parent::save();

MODPATH/user/libraries/drivers/IdentityProvider/Gallery.php[ 47 ] » User_Model_Core->save()

42 $user = ORM::factory("user");
43 $user->name = $name;
44 $user->full_name = $full_name;
45 $user->password = $password;
46 $user->email = $email;
47 return $user->save();
48 }
49
50 /**
51 * @see IdentityProvider_Driver::is_correct_password.
52 */

MODPATH/gallery/libraries/IdentityProvider.php[ 187 ] » IdentityProvider_Gallery_Driver->create_user( arguments )

name
string(10) "Kreiter320"

full_name
string(14) "Krystle Reiter"

password
string(19) "removed for display"

email
string(19) "removed for display"

182
183 /**
184 * @see IdentityProvider_Driver::create_user.
185 */
186 public function create_user($name, $full_name, $password, $email) {
187 return $this->driver->create_user($name, $full_name, $password, $email);
188 }
189
190 /**
191 * @see IdentityProvider_Driver::is_correct_password.
192 */

MODPATH/gallery/helpers/identity.php[ 161 ] » IdentityProvider_Core->create_user( arguments )

name
string(10) "Kreiter320"

full_name
string(14) "Krystle Reiter"

password
string(19) "removed for display"

email
string(19) "removed for display"

156
157 /**
158 * @see IdentityProvider_Driver::create_user.
159 */
160 static function create_user($name, $full_name, $password, $email) {
161 return IdentityProvider::instance()->create_user($name, $full_name, $password, $email);
162 }
163
164 /**
165 * @see IdentityProvider_Driver::is_correct_password.
166 */

MODPATH/register/helpers/register.php[ 82 ] » identity_Core::create_user( arguments )

name
string(10) "Kreiter320"

full_name
string(14) "Krystle Reiter"

password
string(19) "removed for display"

email
string(19) "removed for display"

77
78 static function create_new_user($id) {
79 $user = ORM::factory("pending_user", $id);
80
81 $password = md5(uniqid(mt_rand(), true));
82 $new_user = identity::create_user($user->name, $user->full_name, $password, $user->email);
83 $new_user->url = $user->url;
84 $new_user->admin = false;
85 $new_user->guest = false;
86 $new_user->save();
87

MODPATH/register/controllers/admin_register.php[ 71 ] » register_Core::create_new_user( arguments )

id
string(1) "3"

66 $post->add_rules("activate", "alpha_numeric");
67 if ($post->validate()) {
68 $names = array();
69 if (!empty($post->activate)) {
70 foreach ($post->activate as $id) {
71 $user = register::create_new_user($id);
72 $names[] = $user->name;
73 }
74
75 message::success(t("Activated %users.", array("users" => implode(", ", $names))));
76 }

{PHP internal call} » Admin_register_Controller->activate()

MODPATH/gallery/controllers/admin.php[ 62 ] » call_user_func_array( arguments )

function_name
array(2) (
"0 (type: Admin_register_Controller)" => array(1) (
"private: theme" => NULL
)
1 => string(8) "activate"
)

parameters
array(0)

57
58 if (!method_exists($controller_name, $method)) {
59 throw new Kohana_404_Exception();
60 }
61
62 call_user_func_array(array(new $controller_name, $method), $args);
63 }
64
65 private static function _reauth_check() {
66 $session = Session::instance();
67 $last_active_auth = $session->get("active_auth_timestamp", 0);

{PHP internal call} » Admin_Controller->__call( arguments )

controller_name
string(8) "register"

args
array(1) (
0 => string(8) "activate"
)

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

object
array(1) (
"private: theme" => NULL
)

args
array(2) (
0 => string(8) "register"
1 => array(1) (
0 => string(8) "activate"
)
)

326
327 // Start the controller execution benchmark
328 Benchmark::start(SYSTEM_BENCHMARK.'_controller_execution');
329
330 // Execute the controller method
331 $method->invokeArgs($controller, $arguments);
332
333 // Controller method has been executed
334 Event::run('system.post_controller');
335
336 // Stop the controller execution benchmark

{PHP internal call} » Kohana_Core::instance( arguments )

0
NULL

SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )

function_name
array(2) (
0 => string(6) "Kohana"
1 => string(8) "instance"
)

parameters
array(1) (
0 => 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;

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

name
string(14) "system.execute"

62
63// End system_initialization
64Benchmark::stop(SYSTEM_BENCHMARK.'_system_initialization');
65
66// Make the magic happen!
67Event::run('system.execute');
DOCROOT/index.php[ 102 ] » require( arguments )

0
string(45) "/usr/share/gallery3/application/Bootstrap.php"

97if (file_exists("local.php")) {
98 include("local.php");
99}
100
101// Initialize.
102require APPPATH . "Bootstrap" . EXT;

Environment
Included files(125)
DOCROOT/index.php

APPPATH/Bootstrap.php

SYSPATH/core/Benchmark.php

SYSPATH/core/Event.php

SYSPATH/core/Kohana.php

SYSPATH/core/Kohana_Exception.php

MODPATH/gallery/libraries/MY_Kohana_Exception.php

SYSPATH/core/Kohana_Config.php

SYSPATH/libraries/drivers/Config.php

SYSPATH/libraries/drivers/Config/Array.php

APPPATH/config/config.php

SYSPATH/libraries/I18n.php

SYSPATH/libraries/Kohana_PHP_Exception.php

SYSPATH/config/locale.php

MODPATH/gallery/config/locale.php

MODPATH/gallery/helpers/module.php

SYSPATH/libraries/Cache.php

SYSPATH/config/cache.php

MODPATH/gallery/config/cache.php

MODPATH/gallery/libraries/drivers/Cache/Database.php

SYSPATH/libraries/drivers/Cache.php

SYSPATH/libraries/Kohana_Log.php

SYSPATH/config/log.php

SYSPATH/libraries/drivers/Log/File.php

SYSPATH/libraries/drivers/Log.php

MODPATH/gallery/config/log_file.php

SYSPATH/helpers/db.php

SYSPATH/libraries/Database_Builder.php

MODPATH/kohana23_compat/libraries/MY_Database_Builder.php

SYSPATH/libraries/Database.php

MODPATH/gallery/libraries/MY_Database.php

SYSPATH/config/database.php

MODPATH/gallery/config/database.php

/var/lib/gallery3/database.php

SYSPATH/libraries/Database_Mysqli.php

SYSPATH/libraries/Database_Mysql.php

SYSPATH/libraries/Database_Mysqli_Result.php

SYSPATH/libraries/Database_Result.php

MODPATH/gallery/hooks/init_gallery.php

MODPATH/gallery/helpers/gallery_error.php

SYSPATH/libraries/Input.php

MODPATH/gallery/libraries/MY_Input.php

SYSPATH/helpers/text.php

MODPATH/gallery/libraries/Gallery_I18n.php

SYSPATH/libraries/ORM.php

MODPATH/gallery/libraries/MY_ORM.php

SYSPATH/libraries/ORM_Iterator.php

MODPATH/gallery/models/module.php

SYSPATH/helpers/inflector.php

SYSPATH/config/inflector.php

SYSPATH/config/sql_types.php

MODPATH/gallery/helpers/model_cache.php

MODPATH/gallery/helpers/gallery.php

SYSPATH/helpers/request.php

SYSPATH/config/user_agents.php

MODPATH/gallery/config/user_agents.php

MODPATH/gallery/helpers/gallery_event.php

MODPATH/gallery/helpers/identity.php

MODPATH/gallery/libraries/IdentityProvider.php

MODPATH/user/config/identity.php

MODPATH/user/libraries/drivers/IdentityProvider/Gallery.php

MODPATH/gallery/libraries/drivers/IdentityProvider.php

SYSPATH/libraries/Session.php

SYSPATH/config/session.php

MODPATH/gallery/config/session.php

SYSPATH/libraries/drivers/Session/Database.php

SYSPATH/libraries/drivers/Session.php

SYSPATH/config/cookie.php

MODPATH/gallery/config/cookie.php

SYSPATH/helpers/cookie.php

MODPATH/user/models/user.php

MODPATH/gallery/helpers/theme.php

MODPATH/gallery/helpers/locales.php

MODPATH/user/helpers/user_event.php

MODPATH/comment/helpers/comment_event.php

MODPATH/organize/helpers/organize_event.php

MODPATH/search/helpers/search_event.php

MODPATH/slideshow/helpers/slideshow_event.php

MODPATH/tag/helpers/tag_event.php

MODPATH/digibug/helpers/digibug_event.php

MODPATH/recaptcha/helpers/recaptcha_event.php

MODPATH/rest/helpers/rest_event.php

MODPATH/watermark/helpers/watermark_event.php

MODPATH/shadowbox/helpers/shadowbox_event.php

MODPATH/exif/helpers/exif_event.php

MODPATH/register/helpers/register_event.php

MODPATH/clustrmaps/helpers/clustrmaps_event.php

MODPATH/notification/helpers/notification_event.php

SYSPATH/libraries/Router.php

SYSPATH/config/routes.php

MODPATH/gallery/config/routes.php

SYSPATH/helpers/url.php

MODPATH/gallery/helpers/MY_url.php

MODPATH/gallery/controllers/admin.php

SYSPATH/libraries/Controller.php

MODPATH/gallery/helpers/auth.php

MODPATH/gallery/helpers/access.php

MODPATH/register/controllers/admin_register.php

SYSPATH/libraries/Validation.php

SYSPATH/helpers/valid.php

MODPATH/register/helpers/register.php

MODPATH/register/models/pending_user.php

MODPATH/user/helpers/user.php

MODPATH/user/lib/PasswordHash.php

MODPATH/user/helpers/group.php

MODPATH/user/models/group.php

SYSPATH/libraries/ORM_Validation_Exception.php

SYSPATH/libraries/Database_Exception.php

SYSPATH/helpers/arr.php

SYSPATH/messages/kohana/core.php

MODPATH/gallery/views/kohana/error.php

MODPATH/gallery/views/error_admin.html.php

MODPATH/gallery/libraries/SafeString.php

MODPATH/gallery/helpers/gallery_block.php

MODPATH/gallery/libraries/Block.php

SYSPATH/libraries/View.php

MODPATH/gallery/libraries/MY_View.php

DOCROOT/themes/admin_wind/views/block.html.php

MODPATH/gallery/views/admin_block_platform.html.php

SYSPATH/helpers/html.php

MODPATH/gallery/helpers/MY_html.php

MODPATH/gallery/models/item.php

MODPATH/gallery/libraries/ORM_MPTT.php

MODPATH/gallery/helpers/random.php

MODPATH/gallery/views/admin_block_stats.html.php

Loaded extensions(47)
Core

date

ereg

libxml

openssl

pcre

zlib

bcmath

bz2

calendar

ctype

dba

dom

hash

fileinfo

filter

ftp

gettext

SPL

iconv

json

mbstring

session

posix

Reflection

standard

shmop

SimpleXML

soap

sockets

Phar

exif

sysvmsg

sysvsem

sysvshm

tokenizer

wddx

xml

xmlreader

xmlwriter

zip

apache2handler

mysql

mysqli

PDO

pdo_mysql

mhash

$_SESSION
session_id string(19) "removed for display"

total_hits integer 8

_kf_flash_ array(0)

user_agent string(78) "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; BOIE9;ENUSSEM)"

ip_address string(13) "131.107.0.114"

last_activity integer 1339173369

user string(59) "User_Model object for "admin" - details omitted for display"

group_ids_timeout integer 1339259745

csrf string(19) "removed for display"

group_ids array(3) (
0 => string(1) "1"
1 => string(1) "2"
2 => string(1) "3"
)

active_auth_timestamp integer 1339173345

admin_area_activity_timestamp integer 1339173369

$_POST
csrf string(19) "removed for display"

activate array(1) (
0 => string(1) "3"
)

activate_users string(17) "Activate selected"

$_COOKIE
gd_sidebar_pos string(5) "right"

g3sid string(19) "removed for display"

$_SERVER
HTTP_VIA string(15) "1.1 TK5-PRXY-22"

HTTP_COOKIE string(19) "removed for display"

HTTP_REFERER string(56) "http://www.luv2hit.com/gallery3/index.php/admin/register"

CONTENT_TYPE string(33) "application/x-www-form-urlencoded"

HTTP_USER_AGENT string(78) "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; BOIE9;ENUSSEM)"

HTTP_HOST string(15) "www.luv2hit.com"

HTTP_ACCEPT string(37) "text/html, application/xhtml+xml, */*"

HTTP_ACCEPT_LANGUAGE string(5) "en-US"

HTTP_PRAGMA string(8) "no-cache"

HTTP_CONNECTION string(10) "Keep-Alive"

CONTENT_LENGTH string(2) "87"

PATH string(28) "/usr/local/bin:/usr/bin:/bin"

SERVER_SIGNATURE string(76) "<address>Apache/2.2.22 (Ubuntu) Server at www.luv2hit.com Port 80</address>
"

SERVER_SOFTWARE string(22) "Apache/2.2.22 (Ubuntu)"

SERVER_NAME string(15) "www.luv2hit.com"

SERVER_ADDR string(13) "192.168.1.130"

SERVER_PORT string(2) "80"

REMOTE_ADDR string(13) "131.107.0.114"

DOCUMENT_ROOT string(8) "/var/www"

SERVER_ADMIN string(19) "webmaster@localhost"

SCRIPT_FILENAME string(29) "/usr/share/gallery3/index.php"

REMOTE_PORT string(5) "36291"

GATEWAY_INTERFACE string(7) "CGI/1.1"

SERVER_PROTOCOL string(8) "HTTP/1.1"

REQUEST_METHOD string(4) "POST"

QUERY_STRING string(0) ""

REQUEST_URI string(43) "/gallery3/index.php/admin/register/activate"

SCRIPT_NAME string(19) "/gallery3/index.php"

PATH_INFO string(24) "/admin/register/activate"

PATH_TRANSLATED string(32) "/var/www/admin/register/activate"

PHP_SELF string(43) "/gallery3/index.php/admin/register/activate"

REQUEST_TIME integer 1339173369