View Issue Details

IDProjectCategoryView StatusLast Update
2580Composrcorepublic2016-05-10 17:04
Reportermythus Assigned ToChris Graham  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary2580: Cannot use rank images for non-rank groups, N/A not acceptable as promotion target
DescriptionTried to upload a rank image for my administrators group. Promotion Target is set to N/A. Complains saying that Promotion Target cannot be left blank (didn't know N/A was the same as blank).
Steps To ReproduceGo into Security, edit user group.
Edit Administrators (or any non-promotion member group)
Upload or choose rank image.
Ensure that N/A is the Promotion Target.
Watch as it says that Promotion Target cannot be left blank.
Additional InformationRank images should not depend on the user group being able to promote to another group.

Screenshot provided.
TagsNo tags attached.
Attach Tags
Attached Files
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2016-05-10 16:52

administrator   ~3902

Fix uploaded for you.

mythus

2016-05-10 16:59

developer   ~3903

Um.... Stack Error
stacktrace.txt (35,149 bytes)   
An error has occurred

PHP NOTICE [8] Uninitialized string offset: 0 in sources/themes.php on line 52 (version: 10 RC8, PHP version: 5.6.8, URL: /composr/adminzone/index.php?page=admin-cns-groups&type=__edit&id=2&uploading=1)

Here is the stack trace:

Below is a stack trace revealing the state Composr was in when the error occurred. If this represents a bug in the unmodified software, you may want to check Composr website for a fix, and if there isn't one, report this as a bug. Please note that merely posting a stack trace is not sufficient for us to solve your problem; the stack trace is just an aid that presents us with additional information. We still need to know the error message, what you tried to do, how you tried to do it, version numbers, and any other appropriate information.
We apologise for this problem and if it's a bug we hope you will work with us so that we can fix it for you promptly.

File	'/home/mythus/public_html/composr/sources/failure.php'
Line	977
Function	'get_html_trace'
Args	
File	'/home/mythus/public_html/composr/sources/global2.php'
Line	910
Function	'_fatal_exit'
Args	
'PHP NOTICE [8] Uninitialized string offset: 0 in sources/themes.php on line 52'
File	'/home/mythus/public_html/composr/sources/failure.php'
Line	275
Function	'fatal_exit'
Args	
'PHP NOTICE [8] Uninitialized string offset: 0 in sources/themes.php on line 52'
File	'/home/mythus/public_html/composr/sources/global2.php'
Line	781
Function	'_composr_error_handler'
Args	
'notice'

8

'Uninitialized string offset: 0'

'sources/themes.php'

52

5
File	'/home/mythus/public_html/composr/sources/themes.php'
Line	52
Function	'composr_error_handler'
Args	
8

'Uninitialized string offset: 0'

'/home/mythus/public_html/composr/sources/themes.php'

52

array
File	'/home/mythus/public_html/composr/sources/themes2.php'
Line	943
Function	'find_theme_image'
Args	
''

true

true
File	'/home/mythus/public_html/composr/sources/cns_groups_action2.php'
Line	169
Function	'tidy_theme_img_code'
Args	
'cns_rank_images/57321357efd277.86978026'

''

'f_groups'

'g_rank_image'

O:17:"DatabaseConnector":8:{s:12:"table_prefix";s:4:"ocp_";s:15:"connection_read";a:2:{i:0;i:0;i:1;s:7:"composr";}s:16:"connection_write";a:2:{i:0;i:0;i:1;s:7:"composr";}s:26:"text_lookup_original_cache";a:16:{i:34;s:14:"Administrators";i:3433;s:8:"Dev Team";i:35;s:13:"Administrator";i:3434;s:0:"";i:7;s:7:"Welcome";i:8;s:10:"Admin Zone";i:11;s:18:"Content Management";i:10;s:18:"Collaboration Zone";i:13;s:6:"Forums";i:9;s:4:"Site";i:1;s:0:"";i:2;s:10:"Admin Zone";i:5;s:18:"Content Management";i:3;s:18:"Collaboration Zone";i:12;s:5:"Forum";i:4;s:0:"";}s:17:"text_lookup_cache";a:16:{i:34;s:0:"";i:3433;s:0:"";i:35;s:0:"";i:3434;s:0:"";i:7;s:0:"";i:8;s:0:"";i:11;s:0:"";i:10;s:0:"";i:13;s:0:"";i:9;s:0:"";i:1;s:0:"";i:2;s:0:"";i:5;s:0:"";i:3;s:0:"";i:12;s:0:"";i:4;s:0:"";}s:18:"table_exists_cache";a:0:{}s:9:"static_ob";O:21:"Database_Static_mysql":3:{s:8:"cache_db";a:0:{}s:14:"last_select_db";s:7:"composr";s:16:"reconnected_once";b:0;}s:11:"dedupe_mode";b:0;}
File	'/home/mythus/public_html/composr/adminzone/pages/modules/admin_cns_groups.php'
Line	730
Function	'cns_edit_group'
Args	
2

'Administrators'

0

1

0

'Administrator'

'cns_rank_images/57321357efd277.86978026'

NULL

NULL

NULL

0

0

70

50

100

100

300,000,000

7,000,000

25

1

0

0

0

1

1

0

0
File	'/home/mythus/public_html/composr/sources/crud_module.php'
Line	1,626
Function	'edit_actualisation'
Class	'Module_admin_cns_groups'
Object	O:23:"Module_admin_cns_groups":87:{s:9:"lang_type";s:5:"GROUP";s:11:"select_name";s:4:"NAME";s:10:"javascript";s:1023:"if (document.getElementById('delete')) { var form=document.getElementById('delete').form; var crf=function() { if (form.elements['new_usergroup']) form.elements['new_usergroup'].disabled=(form.elements['delete'] && !form.elements['delete'].checked); }; crf(); if (form.elements['delete']) form.elements['delete'].onchange=crf; } if (document.getElementById('is_presented_at_install')) { var form=document.getElementById('is_presented_at_install').form; var crf2=function() { if (form.elements['is_default']) form.elements['is_default'].disabled=(form.elements['is_presented_at_install'].checked); if (form.elements['is_presented_at_install'].checked) form.elements['is_default'].checked=false; }; crf2(); form.elements['is_presented_at_install'].onchange=crf2; var crf3=function() { if (form.elements['absorb']) form.elements['absorb'].disabled=(form.elements['is_private_club'] && form.elements['is_private_club'].checked); }; crf3(); if (form.elements['is_private_club']) form.elements['is_private_club'].onchange=crf3; }";s:12:"content_type";s:5:"group";s:28:"possibly_some_kind_of_upload";b:1;s:32:"output_of_action_is_confirmation";b:1;s:10:"do_preview";N;s:19:"archive_entry_point";s:14:"_SEARCH:groups";s:13:"archive_label";s:10:"USERGROUPS";s:16:"view_entry_point";s:23:"_SEARCH:groups:view:_ID";s:10:"menu_label";s:10:"USERGROUPS";s:7:"orderer";s:6:"g_name";s:19:"title_is_multi_lang";b:1;s:25:"donext_entry_content_type";s:5:"group";s:28:"donext_category_content_type";N;s:5:"title";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:33:"tcpfunc_57320ffe82fed4.33019137_1";s:2714:"$tpl_funcs['tcpfunc_57320ffe82fed4.33019137_1']=$KEEP_TPL_FUNCS['tcpfunc_57320ffe82fed4.33019137_1']=recall_named_function('57320ffe830285.89773834','$parameters,$cl',"extract(\$parameters,EXTR_PREFIX_ALL,'bound'); echo (isset(\$bound_ID)?(\"\\n<a id=\\\"title__\".(empty(\$bound_ID->pure_lang)?htmlspecialchars(otp(isset(\$bound_ID)?\$bound_ID:null,\"ID/SCREEN_TITLE\"),ENT_QUOTES | ENT_SUBSTITUTE,get_charset()):otp(isset(\$bound_ID)?\$bound_ID:null,\"ID/SCREEN_TITLE\")).\"\\\"></a>\\n\"):''),\n	\"\\n\\n<h1 class=\\\"screen_title\\\"\",\n ((ecv_NOT(\$cl,array(),array(ecv_GET(\$cl,array(),array(\"name_set_elsewhere\"))))==\"1\")?(\" itemprop=\\\"name\\\"\"):''),\n	\">\\n	\",\n	otp(isset(\$bound_TITLE)?\$bound_TITLE:null,\"TITLE/SCREEN_TITLE\"),\n	\"\\n\\n	\",\n (isset(\$bound_AWARDS)?(\"\\n	\".((otp(isset(\$bound_AWARDS)?\$bound_AWARDS:null,\"AWARDS/SCREEN_TITLE\")!='')?(\"\\n \".ecv(\$cl,array(),4,\"SET\",array(\"AWARDS_TEXT\",\"\\n	<h2>\".\"Award winner\".\"</h2>\\n	<p class=\\\"lonely_label\\\">\".ecv(\$cl,array(),2,\"AWARDS_WON\",array(otp(isset(\$bound_AWARDS)?\$bound_AWARDS:null,\"AWARDS/SCREEN_TITLE\"))).\"</p>\\n	<ul>\\n \".closure_loop(array(\"AWARDS\",'vars'=>\$parameters),array(\$parameters,\$cl),\nrecall_named_function('57320ffe82cc99.92836845','\$parameters,\$cl',\"extract(\\\$parameters,EXTR_PREFIX_ALL,'bound'); return \\\"\\\\n	<li>\\\\n	<strong>\\\".(empty(\\\$bound_AWARD_TYPE->pure_lang)?htmlspecialchars(otp(isset(\\\$bound_AWARD_TYPE)?\\\$bound_AWARD_TYPE:null,\\\"AWARD_TYPE/SCREEN_TITLE\\\"),ENT_QUOTES | ENT_SUBSTITUTE,get_charset()):otp(isset(\\\$bound_AWARD_TYPE)?\\\$bound_AWARD_TYPE:null,\\\"AWARD_TYPE/SCREEN_TITLE\\\")).\\\"</strong>\\\\n <span>\\\".ecv(\\\$cl,array(),2,\\\"AWARD_ON\\\",array(ecv_DATE(\\\$cl,array(1),array(\\\"1\\\",\\\"1\\\",\\\"1\\\",otp(isset(\\\$bound_AWARD_TIMESTAMP)?\\\$bound_AWARD_TIMESTAMP:null,\\\"AWARD_TIMESTAMP/SCREEN_TITLE\\\"))))).\\\"</span>\\\\n	</li>\\\\n	\\\";\")).\"\\n	</ul>\\n	\")).\"\\n	<a href=\\\"\".ecv_PAGE_LINK(\$cl,array(1),array(\"_SEARCH:awards\")).\"\\\"><img onmouseover=\\\"if (typeof window.activate_tooltip!='undefined') activate_tooltip(this\".\",\".\"event\".\",\".\"'\".ecv_GET(\$cl,array(2,8,1),array(\"AWARDS_TEXT\")).\"'\".\",\".\"'auto'\".\",\".\"null\".\",\".\"null\".\",\".\"false\".\",\".\"true);\\\" title=\\\"\\\" alt=\\\"\".\"Award winner\".\"\\\" src=\\\"\".ecv_IMG(\$cl,array(1),array(\"awarded\",\"0\",\"admin\")).\"\\\" /></a>\\n \"):'').\"\\n	\"):''),\n	\"\\n</h1>\\n\\n\",\n	(isset(\$bound_SUB)?(\"\\n	<div class=\\\"title_tagline\\\">\\n	\".otp(isset(\$bound_SUB)?\$bound_SUB:null,\"SUB/SCREEN_TITLE\").\"\\n	</div>\\n\"):''),\n \"\\n\";");";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:33:"tcpfunc_57320ffe82fed4.33019137_1";i:1;a:3:{s:5:"_GUID";s:32:"847ffbe4823eca6d2d5eac42828ee552";s:6:"AWARDS";a:0:{}s:5:"TITLE";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_2";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_2']="echo ecv(\$cl,array(),2,\"EDIT_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_2";i:1;a:0:{}i:2;i:2;i:3;s:10:"EDIT_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}}i:2;i:1;i:3;s:0:"";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";N;s:8:"codename";s:12:"SCREEN_TITLE";}s:11:"module_type";s:8:"f_groups";s:13:"redirect_type";N;s:12:"code_require";N;s:18:"javascript_require";N;s:17:"skip_webstandards";b:0;s:12:"default_type";s:6:"browse";s:6:"author";s:12:"Chris Graham";s:12:"organisation";s:10:"ocProducts";s:11:"user_facing";b:0;s:23:"send_validation_request";b:1;s:16:"check_validation";b:1;s:10:"view_label";N;s:13:"protect_first";i:0;s:14:"privilege_page";N;s:17:"permission_module";N;s:19:"permissions_require";N;s:23:"permissions_cat_require";N;s:20:"permissions_cat_name";N;s:25:"permissions_cat_require_b";N;s:22:"permissions_cat_name_b";N;s:8:"add_text";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_5";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_5']="echo ecv(\$cl,array(),2,\"GROUP_TEXT\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_5";i:1;a:0:{}i:2;i:2;i:3;s:10:"GROUP_TEXT";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:9:"edit_text";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_6";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_6']="echo ecv(\$cl,array(),2,\"GROUP_TEXT\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_6";i:1;a:0:{}i:2;i:2;i:3;s:10:"GROUP_TEXT";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:20:"extra_donext_entries";N;s:23:"extra_donext_categories";N;s:21:"extra_donext_whatever";N;s:27:"extra_donext_whatever_title";N;s:26:"do_next_editing_categories";b:0;s:21:"special_edit_frontend";b:0;s:6:"upload";N;s:15:"cat_crud_module";N;s:15:"alt_crud_module";N;s:18:"posting_form_title";N;s:17:"posting_form_text";s:0:"";s:24:"posting_form_text_parsed";N;s:21:"posting_form_tabindex";N;s:21:"javascript_for_choose";N;s:7:"form_id";s:15:"selection_table";s:9:"type_code";s:0:"";s:9:"catalogue";b:0;s:14:"non_integer_id";b:0;s:20:"second_stage_preview";b:0;s:15:"add_submit_name";N;s:16:"edit_submit_name";N;s:13:"add_one_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_7";s:102:"$tpl_funcs['do_runtime_57321357dde002.05243452_7']="echo ecv(\$cl,array(),2,\"ADD_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_7";i:1;a:0:{}i:2;i:2;i:3;s:9:"ADD_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:17:"add_one_cat_label";N;s:15:"edit_this_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_8";s:108:"$tpl_funcs['do_runtime_57321357dde002.05243452_8']="echo ecv(\$cl,array(),2,\"EDIT_THIS_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_8";i:1;a:0:{}i:2;i:2;i:3;s:15:"EDIT_THIS_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:14:"edit_one_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_9";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_9']="echo ecv(\$cl,array(),2,\"EDIT_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_9";i:1;a:0:{}i:2;i:2;i:3;s:10:"EDIT_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:19:"edit_this_cat_label";N;s:18:"edit_one_cat_label";N;s:13:"entries_title";N;s:16:"categories_title";N;s:19:"do_next_description";N;s:24:"appended_actions_already";b:0;s:23:"select_name_description";N;s:11:"care_please";b:1;s:6:"new_id";N;s:12:"no_blank_ids";b:1;s:22:"posting_field_required";b:1;s:11:"donext_type";N;s:18:"donext_category_id";N;s:17:"cached_entry_rows";N;s:15:"cached_max_rows";N;s:19:"privilege_page_name";N;s:20:"edit_keep_validation";b:0;s:20:"supports_mass_delete";b:0;s:12:"table_prefix";s:0:"";s:9:"array_key";s:2:"id";s:21:"orderer_is_multi_lang";N;s:5:"table";N;s:5:"doing";s:10:"EDIT_GROUP";s:19:"success_message_str";s:7:"SUCCESS";}
Type	'->'
Args	
'2'
File	'/home/mythus/public_html/composr/sources/crud_module.php'
Line	469
Function	'__edit'
Class	'Standard_crud_module'
Object	O:23:"Module_admin_cns_groups":87:{s:9:"lang_type";s:5:"GROUP";s:11:"select_name";s:4:"NAME";s:10:"javascript";s:1023:"if (document.getElementById('delete')) { var form=document.getElementById('delete').form; var crf=function() { if (form.elements['new_usergroup']) form.elements['new_usergroup'].disabled=(form.elements['delete'] && !form.elements['delete'].checked); }; crf(); if (form.elements['delete']) form.elements['delete'].onchange=crf; } if (document.getElementById('is_presented_at_install')) { var form=document.getElementById('is_presented_at_install').form; var crf2=function() { if (form.elements['is_default']) form.elements['is_default'].disabled=(form.elements['is_presented_at_install'].checked); if (form.elements['is_presented_at_install'].checked) form.elements['is_default'].checked=false; }; crf2(); form.elements['is_presented_at_install'].onchange=crf2; var crf3=function() { if (form.elements['absorb']) form.elements['absorb'].disabled=(form.elements['is_private_club'] && form.elements['is_private_club'].checked); }; crf3(); if (form.elements['is_private_club']) form.elements['is_private_club'].onchange=crf3; }";s:12:"content_type";s:5:"group";s:28:"possibly_some_kind_of_upload";b:1;s:32:"output_of_action_is_confirmation";b:1;s:10:"do_preview";N;s:19:"archive_entry_point";s:14:"_SEARCH:groups";s:13:"archive_label";s:10:"USERGROUPS";s:16:"view_entry_point";s:23:"_SEARCH:groups:view:_ID";s:10:"menu_label";s:10:"USERGROUPS";s:7:"orderer";s:6:"g_name";s:19:"title_is_multi_lang";b:1;s:25:"donext_entry_content_type";s:5:"group";s:28:"donext_category_content_type";N;s:5:"title";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:33:"tcpfunc_57320ffe82fed4.33019137_1";s:2714:"$tpl_funcs['tcpfunc_57320ffe82fed4.33019137_1']=$KEEP_TPL_FUNCS['tcpfunc_57320ffe82fed4.33019137_1']=recall_named_function('57320ffe830285.89773834','$parameters,$cl',"extract(\$parameters,EXTR_PREFIX_ALL,'bound'); echo (isset(\$bound_ID)?(\"\\n<a id=\\\"title__\".(empty(\$bound_ID->pure_lang)?htmlspecialchars(otp(isset(\$bound_ID)?\$bound_ID:null,\"ID/SCREEN_TITLE\"),ENT_QUOTES | ENT_SUBSTITUTE,get_charset()):otp(isset(\$bound_ID)?\$bound_ID:null,\"ID/SCREEN_TITLE\")).\"\\\"></a>\\n\"):''),\n	\"\\n\\n<h1 class=\\\"screen_title\\\"\",\n ((ecv_NOT(\$cl,array(),array(ecv_GET(\$cl,array(),array(\"name_set_elsewhere\"))))==\"1\")?(\" itemprop=\\\"name\\\"\"):''),\n	\">\\n	\",\n	otp(isset(\$bound_TITLE)?\$bound_TITLE:null,\"TITLE/SCREEN_TITLE\"),\n	\"\\n\\n	\",\n (isset(\$bound_AWARDS)?(\"\\n	\".((otp(isset(\$bound_AWARDS)?\$bound_AWARDS:null,\"AWARDS/SCREEN_TITLE\")!='')?(\"\\n \".ecv(\$cl,array(),4,\"SET\",array(\"AWARDS_TEXT\",\"\\n	<h2>\".\"Award winner\".\"</h2>\\n	<p class=\\\"lonely_label\\\">\".ecv(\$cl,array(),2,\"AWARDS_WON\",array(otp(isset(\$bound_AWARDS)?\$bound_AWARDS:null,\"AWARDS/SCREEN_TITLE\"))).\"</p>\\n	<ul>\\n \".closure_loop(array(\"AWARDS\",'vars'=>\$parameters),array(\$parameters,\$cl),\nrecall_named_function('57320ffe82cc99.92836845','\$parameters,\$cl',\"extract(\\\$parameters,EXTR_PREFIX_ALL,'bound'); return \\\"\\\\n	<li>\\\\n	<strong>\\\".(empty(\\\$bound_AWARD_TYPE->pure_lang)?htmlspecialchars(otp(isset(\\\$bound_AWARD_TYPE)?\\\$bound_AWARD_TYPE:null,\\\"AWARD_TYPE/SCREEN_TITLE\\\"),ENT_QUOTES | ENT_SUBSTITUTE,get_charset()):otp(isset(\\\$bound_AWARD_TYPE)?\\\$bound_AWARD_TYPE:null,\\\"AWARD_TYPE/SCREEN_TITLE\\\")).\\\"</strong>\\\\n <span>\\\".ecv(\\\$cl,array(),2,\\\"AWARD_ON\\\",array(ecv_DATE(\\\$cl,array(1),array(\\\"1\\\",\\\"1\\\",\\\"1\\\",otp(isset(\\\$bound_AWARD_TIMESTAMP)?\\\$bound_AWARD_TIMESTAMP:null,\\\"AWARD_TIMESTAMP/SCREEN_TITLE\\\"))))).\\\"</span>\\\\n	</li>\\\\n	\\\";\")).\"\\n	</ul>\\n	\")).\"\\n	<a href=\\\"\".ecv_PAGE_LINK(\$cl,array(1),array(\"_SEARCH:awards\")).\"\\\"><img onmouseover=\\\"if (typeof window.activate_tooltip!='undefined') activate_tooltip(this\".\",\".\"event\".\",\".\"'\".ecv_GET(\$cl,array(2,8,1),array(\"AWARDS_TEXT\")).\"'\".\",\".\"'auto'\".\",\".\"null\".\",\".\"null\".\",\".\"false\".\",\".\"true);\\\" title=\\\"\\\" alt=\\\"\".\"Award winner\".\"\\\" src=\\\"\".ecv_IMG(\$cl,array(1),array(\"awarded\",\"0\",\"admin\")).\"\\\" /></a>\\n \"):'').\"\\n	\"):''),\n	\"\\n</h1>\\n\\n\",\n	(isset(\$bound_SUB)?(\"\\n	<div class=\\\"title_tagline\\\">\\n	\".otp(isset(\$bound_SUB)?\$bound_SUB:null,\"SUB/SCREEN_TITLE\").\"\\n	</div>\\n\"):''),\n \"\\n\";");";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:33:"tcpfunc_57320ffe82fed4.33019137_1";i:1;a:3:{s:5:"_GUID";s:32:"847ffbe4823eca6d2d5eac42828ee552";s:6:"AWARDS";a:0:{}s:5:"TITLE";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_2";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_2']="echo ecv(\$cl,array(),2,\"EDIT_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_2";i:1;a:0:{}i:2;i:2;i:3;s:10:"EDIT_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}}i:2;i:1;i:3;s:0:"";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";N;s:8:"codename";s:12:"SCREEN_TITLE";}s:11:"module_type";s:8:"f_groups";s:13:"redirect_type";N;s:12:"code_require";N;s:18:"javascript_require";N;s:17:"skip_webstandards";b:0;s:12:"default_type";s:6:"browse";s:6:"author";s:12:"Chris Graham";s:12:"organisation";s:10:"ocProducts";s:11:"user_facing";b:0;s:23:"send_validation_request";b:1;s:16:"check_validation";b:1;s:10:"view_label";N;s:13:"protect_first";i:0;s:14:"privilege_page";N;s:17:"permission_module";N;s:19:"permissions_require";N;s:23:"permissions_cat_require";N;s:20:"permissions_cat_name";N;s:25:"permissions_cat_require_b";N;s:22:"permissions_cat_name_b";N;s:8:"add_text";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_5";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_5']="echo ecv(\$cl,array(),2,\"GROUP_TEXT\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_5";i:1;a:0:{}i:2;i:2;i:3;s:10:"GROUP_TEXT";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:9:"edit_text";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_6";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_6']="echo ecv(\$cl,array(),2,\"GROUP_TEXT\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_6";i:1;a:0:{}i:2;i:2;i:3;s:10:"GROUP_TEXT";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:20:"extra_donext_entries";N;s:23:"extra_donext_categories";N;s:21:"extra_donext_whatever";N;s:27:"extra_donext_whatever_title";N;s:26:"do_next_editing_categories";b:0;s:21:"special_edit_frontend";b:0;s:6:"upload";N;s:15:"cat_crud_module";N;s:15:"alt_crud_module";N;s:18:"posting_form_title";N;s:17:"posting_form_text";s:0:"";s:24:"posting_form_text_parsed";N;s:21:"posting_form_tabindex";N;s:21:"javascript_for_choose";N;s:7:"form_id";s:15:"selection_table";s:9:"type_code";s:0:"";s:9:"catalogue";b:0;s:14:"non_integer_id";b:0;s:20:"second_stage_preview";b:0;s:15:"add_submit_name";N;s:16:"edit_submit_name";N;s:13:"add_one_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_7";s:102:"$tpl_funcs['do_runtime_57321357dde002.05243452_7']="echo ecv(\$cl,array(),2,\"ADD_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_7";i:1;a:0:{}i:2;i:2;i:3;s:9:"ADD_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:17:"add_one_cat_label";N;s:15:"edit_this_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_8";s:108:"$tpl_funcs['do_runtime_57321357dde002.05243452_8']="echo ecv(\$cl,array(),2,\"EDIT_THIS_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_8";i:1;a:0:{}i:2;i:2;i:3;s:15:"EDIT_THIS_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:14:"edit_one_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_9";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_9']="echo ecv(\$cl,array(),2,\"EDIT_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_9";i:1;a:0:{}i:2;i:2;i:3;s:10:"EDIT_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:19:"edit_this_cat_label";N;s:18:"edit_one_cat_label";N;s:13:"entries_title";N;s:16:"categories_title";N;s:19:"do_next_description";N;s:24:"appended_actions_already";b:0;s:23:"select_name_description";N;s:11:"care_please";b:1;s:6:"new_id";N;s:12:"no_blank_ids";b:1;s:22:"posting_field_required";b:1;s:11:"donext_type";N;s:18:"donext_category_id";N;s:17:"cached_entry_rows";N;s:15:"cached_max_rows";N;s:19:"privilege_page_name";N;s:20:"edit_keep_validation";b:0;s:20:"supports_mass_delete";b:0;s:12:"table_prefix";s:0:"";s:9:"array_key";s:2:"id";s:21:"orderer_is_multi_lang";N;s:5:"table";N;s:5:"doing";s:10:"EDIT_GROUP";s:19:"success_message_str";s:7:"SUCCESS";}
Type	'->'
Args	
File	'/home/mythus/public_html/composr/sources/zones.php'
Line	786
Function	'run'
Class	'Standard_crud_module'
Object	O:23:"Module_admin_cns_groups":87:{s:9:"lang_type";s:5:"GROUP";s:11:"select_name";s:4:"NAME";s:10:"javascript";s:1023:"if (document.getElementById('delete')) { var form=document.getElementById('delete').form; var crf=function() { if (form.elements['new_usergroup']) form.elements['new_usergroup'].disabled=(form.elements['delete'] && !form.elements['delete'].checked); }; crf(); if (form.elements['delete']) form.elements['delete'].onchange=crf; } if (document.getElementById('is_presented_at_install')) { var form=document.getElementById('is_presented_at_install').form; var crf2=function() { if (form.elements['is_default']) form.elements['is_default'].disabled=(form.elements['is_presented_at_install'].checked); if (form.elements['is_presented_at_install'].checked) form.elements['is_default'].checked=false; }; crf2(); form.elements['is_presented_at_install'].onchange=crf2; var crf3=function() { if (form.elements['absorb']) form.elements['absorb'].disabled=(form.elements['is_private_club'] && form.elements['is_private_club'].checked); }; crf3(); if (form.elements['is_private_club']) form.elements['is_private_club'].onchange=crf3; }";s:12:"content_type";s:5:"group";s:28:"possibly_some_kind_of_upload";b:1;s:32:"output_of_action_is_confirmation";b:1;s:10:"do_preview";N;s:19:"archive_entry_point";s:14:"_SEARCH:groups";s:13:"archive_label";s:10:"USERGROUPS";s:16:"view_entry_point";s:23:"_SEARCH:groups:view:_ID";s:10:"menu_label";s:10:"USERGROUPS";s:7:"orderer";s:6:"g_name";s:19:"title_is_multi_lang";b:1;s:25:"donext_entry_content_type";s:5:"group";s:28:"donext_category_content_type";N;s:5:"title";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:33:"tcpfunc_57320ffe82fed4.33019137_1";s:2714:"$tpl_funcs['tcpfunc_57320ffe82fed4.33019137_1']=$KEEP_TPL_FUNCS['tcpfunc_57320ffe82fed4.33019137_1']=recall_named_function('57320ffe830285.89773834','$parameters,$cl',"extract(\$parameters,EXTR_PREFIX_ALL,'bound'); echo (isset(\$bound_ID)?(\"\\n<a id=\\\"title__\".(empty(\$bound_ID->pure_lang)?htmlspecialchars(otp(isset(\$bound_ID)?\$bound_ID:null,\"ID/SCREEN_TITLE\"),ENT_QUOTES | ENT_SUBSTITUTE,get_charset()):otp(isset(\$bound_ID)?\$bound_ID:null,\"ID/SCREEN_TITLE\")).\"\\\"></a>\\n\"):''),\n	\"\\n\\n<h1 class=\\\"screen_title\\\"\",\n ((ecv_NOT(\$cl,array(),array(ecv_GET(\$cl,array(),array(\"name_set_elsewhere\"))))==\"1\")?(\" itemprop=\\\"name\\\"\"):''),\n	\">\\n	\",\n	otp(isset(\$bound_TITLE)?\$bound_TITLE:null,\"TITLE/SCREEN_TITLE\"),\n	\"\\n\\n	\",\n (isset(\$bound_AWARDS)?(\"\\n	\".((otp(isset(\$bound_AWARDS)?\$bound_AWARDS:null,\"AWARDS/SCREEN_TITLE\")!='')?(\"\\n \".ecv(\$cl,array(),4,\"SET\",array(\"AWARDS_TEXT\",\"\\n	<h2>\".\"Award winner\".\"</h2>\\n	<p class=\\\"lonely_label\\\">\".ecv(\$cl,array(),2,\"AWARDS_WON\",array(otp(isset(\$bound_AWARDS)?\$bound_AWARDS:null,\"AWARDS/SCREEN_TITLE\"))).\"</p>\\n	<ul>\\n \".closure_loop(array(\"AWARDS\",'vars'=>\$parameters),array(\$parameters,\$cl),\nrecall_named_function('57320ffe82cc99.92836845','\$parameters,\$cl',\"extract(\\\$parameters,EXTR_PREFIX_ALL,'bound'); return \\\"\\\\n	<li>\\\\n	<strong>\\\".(empty(\\\$bound_AWARD_TYPE->pure_lang)?htmlspecialchars(otp(isset(\\\$bound_AWARD_TYPE)?\\\$bound_AWARD_TYPE:null,\\\"AWARD_TYPE/SCREEN_TITLE\\\"),ENT_QUOTES | ENT_SUBSTITUTE,get_charset()):otp(isset(\\\$bound_AWARD_TYPE)?\\\$bound_AWARD_TYPE:null,\\\"AWARD_TYPE/SCREEN_TITLE\\\")).\\\"</strong>\\\\n <span>\\\".ecv(\\\$cl,array(),2,\\\"AWARD_ON\\\",array(ecv_DATE(\\\$cl,array(1),array(\\\"1\\\",\\\"1\\\",\\\"1\\\",otp(isset(\\\$bound_AWARD_TIMESTAMP)?\\\$bound_AWARD_TIMESTAMP:null,\\\"AWARD_TIMESTAMP/SCREEN_TITLE\\\"))))).\\\"</span>\\\\n	</li>\\\\n	\\\";\")).\"\\n	</ul>\\n	\")).\"\\n	<a href=\\\"\".ecv_PAGE_LINK(\$cl,array(1),array(\"_SEARCH:awards\")).\"\\\"><img onmouseover=\\\"if (typeof window.activate_tooltip!='undefined') activate_tooltip(this\".\",\".\"event\".\",\".\"'\".ecv_GET(\$cl,array(2,8,1),array(\"AWARDS_TEXT\")).\"'\".\",\".\"'auto'\".\",\".\"null\".\",\".\"null\".\",\".\"false\".\",\".\"true);\\\" title=\\\"\\\" alt=\\\"\".\"Award winner\".\"\\\" src=\\\"\".ecv_IMG(\$cl,array(1),array(\"awarded\",\"0\",\"admin\")).\"\\\" /></a>\\n \"):'').\"\\n	\"):''),\n	\"\\n</h1>\\n\\n\",\n	(isset(\$bound_SUB)?(\"\\n	<div class=\\\"title_tagline\\\">\\n	\".otp(isset(\$bound_SUB)?\$bound_SUB:null,\"SUB/SCREEN_TITLE\").\"\\n	</div>\\n\"):''),\n \"\\n\";");";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:33:"tcpfunc_57320ffe82fed4.33019137_1";i:1;a:3:{s:5:"_GUID";s:32:"847ffbe4823eca6d2d5eac42828ee552";s:6:"AWARDS";a:0:{}s:5:"TITLE";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_2";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_2']="echo ecv(\$cl,array(),2,\"EDIT_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_2";i:1;a:0:{}i:2;i:2;i:3;s:10:"EDIT_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}}i:2;i:1;i:3;s:0:"";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";N;s:8:"codename";s:12:"SCREEN_TITLE";}s:11:"module_type";s:8:"f_groups";s:13:"redirect_type";N;s:12:"code_require";N;s:18:"javascript_require";N;s:17:"skip_webstandards";b:0;s:12:"default_type";s:6:"browse";s:6:"author";s:12:"Chris Graham";s:12:"organisation";s:10:"ocProducts";s:11:"user_facing";b:0;s:23:"send_validation_request";b:1;s:16:"check_validation";b:1;s:10:"view_label";N;s:13:"protect_first";i:0;s:14:"privilege_page";N;s:17:"permission_module";N;s:19:"permissions_require";N;s:23:"permissions_cat_require";N;s:20:"permissions_cat_name";N;s:25:"permissions_cat_require_b";N;s:22:"permissions_cat_name_b";N;s:8:"add_text";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_5";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_5']="echo ecv(\$cl,array(),2,\"GROUP_TEXT\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_5";i:1;a:0:{}i:2;i:2;i:3;s:10:"GROUP_TEXT";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:9:"edit_text";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_6";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_6']="echo ecv(\$cl,array(),2,\"GROUP_TEXT\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_6";i:1;a:0:{}i:2;i:2;i:3;s:10:"GROUP_TEXT";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:20:"extra_donext_entries";N;s:23:"extra_donext_categories";N;s:21:"extra_donext_whatever";N;s:27:"extra_donext_whatever_title";N;s:26:"do_next_editing_categories";b:0;s:21:"special_edit_frontend";b:0;s:6:"upload";N;s:15:"cat_crud_module";N;s:15:"alt_crud_module";N;s:18:"posting_form_title";N;s:17:"posting_form_text";s:0:"";s:24:"posting_form_text_parsed";N;s:21:"posting_form_tabindex";N;s:21:"javascript_for_choose";N;s:7:"form_id";s:15:"selection_table";s:9:"type_code";s:0:"";s:9:"catalogue";b:0;s:14:"non_integer_id";b:0;s:20:"second_stage_preview";b:0;s:15:"add_submit_name";N;s:16:"edit_submit_name";N;s:13:"add_one_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_7";s:102:"$tpl_funcs['do_runtime_57321357dde002.05243452_7']="echo ecv(\$cl,array(),2,\"ADD_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_7";i:1;a:0:{}i:2;i:2;i:3;s:9:"ADD_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:17:"add_one_cat_label";N;s:15:"edit_this_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_8";s:108:"$tpl_funcs['do_runtime_57321357dde002.05243452_8']="echo ecv(\$cl,array(),2,\"EDIT_THIS_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_8";i:1;a:0:{}i:2;i:2;i:3;s:15:"EDIT_THIS_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:14:"edit_one_label";O:8:"Tempcode":5:{s:18:"code_to_preexecute";a:1:{s:36:"do_runtime_57321357dde002.05243452_9";s:103:"$tpl_funcs['do_runtime_57321357dde002.05243452_9']="echo ecv(\$cl,array(),2,\"EDIT_GROUP\",array());"; ";}s:9:"seq_parts";a:1:{i:0;a:1:{i:0;a:5:{i:0;s:36:"do_runtime_57321357dde002.05243452_9";i:1;a:0:{}i:2;i:2;i:3;s:10:"EDIT_GROUP";i:4;s:0:"";}}}s:19:"preprocessable_bits";a:0:{}s:9:"pure_lang";b:1;s:8:"codename";s:10:":container";}s:19:"edit_this_cat_label";N;s:18:"edit_one_cat_label";N;s:13:"entries_title";N;s:16:"categories_title";N;s:19:"do_next_description";N;s:24:"appended_actions_already";b:0;s:23:"select_name_description";N;s:11:"care_please";b:1;s:6:"new_id";N;s:12:"no_blank_ids";b:1;s:22:"posting_field_required";b:1;s:11:"donext_type";N;s:18:"donext_category_id";N;s:17:"cached_entry_rows";N;s:15:"cached_max_rows";N;s:19:"privilege_page_name";N;s:20:"edit_keep_validation";b:0;s:20:"supports_mass_delete";b:0;s:12:"table_prefix";s:0:"";s:9:"array_key";s:2:"id";s:21:"orderer_is_multi_lang";N;s:5:"table";N;s:5:"doing";s:10:"EDIT_GROUP";s:19:"success_message_str";s:7:"SUCCESS";}
Type	'->'
Args	
File	'/home/mythus/public_html/composr/sources/site.php'
Line	1,168
Function	'load_module_page'
Args	
'adminzone/pages/modules/admin_cns_groups.php'

'admin_cns_groups'

Tempcode -> ...
File	'/home/mythus/public_html/composr/sources/site.php'
Line	862
Function	'request_page'
Args	
'admin_cns_groups'

true

NULL

NULL

false

false

Tempcode -> ...
File	'/home/mythus/public_html/composr/adminzone/index.php'
Line	56
Function	'do_site'
Args	
Parameters

csrf_token	
92d1d9210dc37
MAX_FILE_SIZE	
52428800
label_for__name	
Name
name	
Administrators
require__name	
1
label_for__is_private_club	
Private club
tick_on_form__is_private_club	
0
require__is_private_club	
0
label_for__title	
Title
title	
Administrator
require__title	
0
label_for__group_leader	
Usergroup leader
group_leader	
require__group_leader	
0
label_for__order	
Order
order	
1
require__order	
0
label_for__is_presented_at_install	
Initial primary usergroup
tick_on_form__is_presented_at_install	
0
require__is_presented_at_install	
0
label_for__is_default	
Automatic secondary usergroup
tick_on_form__is_default	
0
require__is_default	
0
label_for__open_membership	
Open membership
tick_on_form__open_membership	
0
require__open_membership	
0
label_for__promotion_target	
Promotion target
promotion_target	
require__promotion_target	
0
label_for__promotion_threshold	
Promotion threshold
promotion_threshold	
require__promotion_threshold	
0
rank_image	
on
hidFileID_file	
140
file	
1
require__file	
0
require__theme_img_code	
1
label_for__rank_image_pri_only	
Rank image for primary members only
rank_image_pri_only	
1
tick_on_form__rank_image_pri_only	
0
require__rank_image_pri_only	
0
label_for__is_super_admin	
Super administrator
is_super_admin	
1
tick_on_form__is_super_admin	
0
require__is_super_admin	
0
label_for__is_super_moderator	
Super moderator
tick_on_form__is_super_moderator	
0
require__is_super_moderator	
0
label_for__gift_points_base	
Starting number of gift points
gift_points_base	
25
require__gift_points_base	
1
label_for__gift_points_per_day	
Gift points per day
gift_points_per_day	
1
require__gift_points_per_day	
1
label_for__hidden	
Hidden usergroup
tick_on_form__hidden	
0
require__hidden	
0
label_for__enquire_on_new_ips	
Enquire on new IPs
tick_on_form__enquire_on_new_ips	
0
require__enquire_on_new_ips	
0
label_for__max_attachments_per_post	
Maximum number of attachments per post
max_attachments_per_post	
50
require__max_attachments_per_post	
1
label_for__max_daily_upload_mb	
Daily upload quota
max_daily_upload_mb	
70
require__max_daily_upload_mb	
1
label_for__max_avatar_width	
Maximum avatar dimensions
max_avatar_width	
100
max_avatar_height	
100
require__max_avatar_width	
1
label_for__max_post_length_comcode	
Maximum post length
max_post_length_comcode	
300000000
require__max_post_length_comcode	
1
label_for__max_sig_length_comcode	
Maximum signature length
max_sig_length_comcode	
7000000
require__max_sig_length_comcode	
1
label_for__flood_control_access_secs	
Flood control access time
flood_control_access_secs	
0
require__flood_control_access_secs	
1
label_for__flood_control_submit_secs	
Flood control form-submission time
flood_control_submit_secs	
0
require__flood_control_submit_secs	
1
label_for__meta_url_moniker	
URL Moniker
meta_url_moniker	
administrators
require__meta_url_moniker	
0
label_for__copy_members_into	
Copy members
require__copy_members_into	
0
label_for__absorb	
Take permissions from
absorb	
require__absorb	
0
http_referer	
http://legendsofnorova.net/composr/adminzone/index.php?page=admin-cns-groups&type=_edit&id=2
stacktrace.txt (35,149 bytes)   

mythus

2016-05-10 17:02

developer   ~3904

But other than the stack trace error that I attached, yeah it works.

Chris Graham

2016-05-10 17:04

administrator   ~3905

Separate issue, applied fix for you.

Issue History

Date Modified Username Field Change
2016-05-10 16:41 mythus New Issue
2016-05-10 16:41 mythus File Added: composr no rank image for admin group.png
2016-05-10 16:52 Chris Graham Note Added: 0003902
2016-05-10 16:52 Chris Graham Status Not Assigned => Resolved
2016-05-10 16:52 Chris Graham Resolution open => fixed
2016-05-10 16:52 Chris Graham Assigned To => Chris Graham
2016-05-10 16:59 mythus Note Added: 0003903
2016-05-10 17:00 mythus File Added: stacktrace.txt
2016-05-10 17:02 mythus Note Added: 0003904
2016-05-10 17:04 Chris Graham Note Added: 0003905