Exception

There is no default view for unattended controller search►

Source file

File: .../include/controllers/UnattendedController.php:40

30: header("Content-type: text/plain"); 31: } 32: 33: /** 34: * This controller is nonvisual, therefore there is no default view. 35: * All requests must name the view explicitly. 36: * 37: */ 38: public function renderEmpty() 39: { 40: Application::handleException(new Exception('There is no default view for unattended controller')); 41: } 42: 43: 44: /**

Call stack

  1. .../sommer/include/controllers/BaseController.php:384 source  UnattendedController->renderEmpty()

    374: */ 375: public function run() { 376: $view = 'render'.$this->getView(); 377: if ($action = $this->getAction()) { 378: $action = 'action'.$action; 379: //execute action 380: $this->$action(); 381: } 382: 383: //render view 384: $this->$view(); 385: } 386: } //BaseController 387: 388: /**
  2. .../sommer/include/classes/Application.php:188 source  BaseController->run()

    178: set_time_limit(0); 179: } 180: try { 181: //self::init();//not necessary here, initialized in init.php! 182: self::discoverController(); 183: } catch (Exception $e) { 184: self::handleException(new Exception("Fatal error before controller init, failed to create controller instance", 500, $e)); 185: } 186: 187: try { 188: self::$controller->run(); 189: } catch (Exception $e) { 190: self::handleException($e); 191: } 192: }
  3. /webserver_legacy/taskmanager.cz/sommer/index.php:20 source  Application::run()

    10: * Local absolute directory to taskmanager installation. 11: */ 12: define('PRJ_ROOT_PATH', __DIR__.'/'); 13: 14: /* Silence require, in case of misconfiguration the script will terminate here 15: and error will be logged only to apache log. 16: */ 17: @require(PRJ_ROOT_PATH.'include/init.php'); 18: 19: // Discover controller and run it 20: Application::run(); 21: 22: 23:

Last muted error

Notice: PDO::__construct(): send of 5 bytes failed with errno=32 Broken pipe

.../vendor/nette/database/src/Database/Connection.php:68

58: 59: 60: /** @return void */ 61: public function connect() 62: { 63: if ($this->pdo) { 64: return; 65: } 66: 67: try { 68: $this->pdo = new PDO($this->params[0], $this->params[1], $this->params[2], $this->options); 69: $this->pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 70: } catch (PDOException $e) { 71: throw ConnectionException::from($e); 72: }

Environment

$_SERVER

UNIQUE_ID
"ZfsWBFmRVjsAADYEhCsAAAAS" (24)
HTTPS
"on" (2)
SSL_TLS_SNI
"taskmanager.cz" (14)
HTTP_HOST
"taskmanager.cz" (14)
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63)
HTTP_CONNECTION
"Close" (5)
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com ... " (165)
HTTP_ACCEPT_LANGUAGE
"en" (2)
HTTP_REFERER
"http://89.145.86.59/logs/exception--2023-10-11--19-53--0186ae7b31.html" (70)
HTTP_ACCEPT_ENCODING
"gzip, deflate" (13)
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" (49)
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2" (8)
SERVER_NAME
"taskmanager.cz" (14)
SERVER_ADDR
"89.145.86.59" (12)
SERVER_PORT
"443" (3)
REMOTE_ADDR
"114.119.132.153" (15)
DOCUMENT_ROOT
"/webserver_legacy/taskmanager.cz" (32)
REQUEST_SCHEME
"https" (5)
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/webserver_legacy/taskmanager.cz" (32)
SERVER_ADMIN
"info@itpark.cz" (14)
SCRIPT_FILENAME
"/webserver_legacy/taskmanager.cz/sommer/index.php" (49)
REMOTE_PORT
"52685" (5)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.1" (8)
REQUEST_METHOD
"GET" (3)
QUERY_STRING
"ctrl=Unattended&view=SyncGoogleCalendars%20AND%20(SELECT%205905%20FROM(SELECT%20COUNT(*),CONCAT(0x71787a7071,(SELECT%20(ELT(5905%3D5905,1))),0x7171706 ... " (228)
REQUEST_URI
"/sommer/index.php?ctrl=Unattended&view=SyncGoogleCalendars%20AND%20(SELECT%205905%20FROM(SELECT%20COUNT(*),CONCAT(0x71787a7071,(SELECT%20(ELT(5905%3D5 ... " (246)
SCRIPT_NAME
"/sommer/index.php" (17)
PHP_SELF
"/sommer/index.php" (17)
REQUEST_TIME_FLOAT
1710953988.844
REQUEST_TIME
1710953988

$_SESSION

tm

Constants

PRJ_ROOT_PATH
"/webserver_legacy/taskmanager.cz/sommer/" (40)
LDAP_ESCAPE_FILTER
1
LDAP_ESCAPE_DN
2
TM_VERSION
"4.1" (3)
TM_CUSTOMER
""
TM_DB_HOST
"localhost" (9)
TM_DB_PORT
"3306" (4)
TM_DB_USER
"tm_sommer" (9)
TM_DB_PASS
"tm_sommer55" (11)
TM_DB_BASE
"tm_sommer" (9)
TM_DB_PREFIX
"tm" (2)
TM_SOLR_PATH
"/opt/solr" (9)
TM_SOLR_URI
"http://localhost:8983/solr" (26)
TM_SOLR_PREFIX
"taskmanager_sommer_" (19)
TM_SOLR_LANG
"cz" (2)
LOGGER
"DebugLogger" (11)
DBLOGGER
FALSE
TM_DEBUG_ACTIVE
TRUE
TM_TRACYDEBUG_ACTIVE
FALSE
TM_DB_PERMANENT
TRUE
TM_DB_ERROR_PAGE
1
TM_LOGIN_PROVIDERS
"FormLoginProvider, AutoLoginProvider, GoogleLoginProvider, XmlRpcLoginProvider" (78)
TM_LOGIN_PROTECTION
TRUE
TM_USER_PASS_MODE
4
TM_USER_LOGIN
"username" (8)
TM_USER_NAME_MIN
3
TM_USER_NAME_MAX
15
TM_USER_PASS_MIN
1
TM_USER_PASS_MAX
15
TM_MAX_ALLOWED_USERS
20
TM_LOGIN_KEY_USER
"admin" (5)
TM_LOGIN_KEY_PRIVATE
"/webserver_legacy/taskmanager.cz/sommer//tests/signedLogin/private.key" (70)
TM_LOGIN_KEY_PRIVATE_PASSPHRASE
"veverka" (7)
TM_LOGIN_KEY_PUBLIC
"/webserver_legacy/taskmanager.cz/sommer//tests/signedLogin/public.crt" (69)
TM_LOGIN_KEY_SHARED_PASS
"drevokocur" (10)
TM_LOGIN_KEY_HELPDESK
"http://localhost/" (17)
PRJ_INCLUDE_PATH
"/webserver_legacy/taskmanager.cz/sommer/include/" (48)
PRJ_CLASS_PATH
"/webserver_legacy/taskmanager.cz/sommer/include/classes/" (56)
TM_FILE_TEMP_PATH
"/webserver_legacy/taskmanager.cz/sommer/temp/" (45)
TM_FILE_TEMP_URL
"temp/" (5)
TM_FILE_UPLOAD_PATH
"/webserver_legacy/taskmanager.cz/sommer/files/" (46)
TM_FILE_LOG_PATH
"/webserver_legacy/taskmanager.cz/logs/" (38)
TM_SESSION_SAVE_PATH
"/webserver_legacy/taskmanager.cz/sommer/session/" (48)
QUICK_PRIORITY_CHANGE
"select" (6)
PLG_EMAIL_FROM
"taskmanager@taskmanager.cz" (26)
PLG_EMAIL_FROM_NAME
"TaskManager Management System" (29)
PLG_EMAIL_BCC
FALSE
PLG_BATCH_NOTIFICATIONS
FALSE
PLG_BATCH_NOTIFICATIONS_GROUPING
TRUE
PLG_EMAIL_TO
"taskmanager@taskmanager.cz" (26)
PLG_EMAIL_TRIGGERING_USER
FALSE
PLG_EMAIL_SEND_TO_OTHER_PROJECT_MEMBERS_TOO
FALSE
PLG_EMAIL_BY_POSITION
FALSE
PLG_EMAIL_POSITIONS
"3,4,5" (5)
PLG_EMAIL_SWIFT
"smtp" (4)
PLG_EMAIL_SENDMAIL
"/usr/sbin/sendmail -bs" (22)
PLG_EMAIL_SERVER
"localhost" (9)
PLG_EMAIL_SERVER_ENC
NULL
PLG_EMAIL_SERVER_PORT
25
PLG_EMAIL_SERVER_AUTH
FALSE
PLG_EMAIL_SERVER_USER
""
PLG_EMAIL_SERVER_PASS
""
PLG_EMAIL_SERVER_TIMEOUT
5
PLG_EMAIL_UPON_NEW_TASK
TRUE
PLG_EMAIL_UPON_EDIT_TASK
TRUE
PLG_EMAIL_NOTIFICATION_UPON_NEW_WORKLOG
TRUE
PLG_EMAIL_NOTIFICATION_UPON_DELETED_WORKLOG
TRUE
PLG_EMAIL_NOTIFICATION_UPON_CHANGE_WORKLOG
TRUE
PLG_EMAIL_NOTIFICATION_UPON_PAUSE_CONTINUE_WORKLOG
FALSE
PLG_EMAIL_ENABLED
TRUE
POP3_HOSTNAME
"taskmanager.cz" (14)
POP3_PORT
"110" (3)
POP3_TLS
0
POP3_USER
"sommer@taskmanager.cz" (21)
POP3_PASSWORD
"somm123er" (9)
POP3_REALM
""
POP3_WORKSTATION
""
POP3_APOP
0
POP3_AUTHENTICATION_MECHANISM
"USER" (4)
POP3_DEBUG
0
POP3_HTML_DEBUG
0
POP3_JOIN_CONTINUATION_HEADER_LINES
1
TBM_DEFAULT_CONTEXT
1
TBM_USER_DEFAULT_COUNTRY
"CZ" (2)
TM_WORKING_HOURS_NUM
5
TM_CALENDAR_ENABLED
1
TM_MODE_HELPDESK
FALSE
TM_SHOW_GRAPHS_TAB
TRUE
TM_SHOW_PRINT_TAB
TRUE
TM_SHOW_ALLTASKS_TAB
TRUE
MODULE_CALENDAR_ENABLED
TRUE
USER_CALENDAR_ENABLED
FALSE
TM_STATS_CUSTOM_ATTR_RATE1_ID
2
TM_STATS_CUSTOM_ATTR_RATE2_ID
3
TM_STATS_CUSTOM_TASK_ATTR_RATE_ID
4
TM_STATS_CUSTOM_TASK_SUBATTR_RATE1_ID
7
TM_STATS_CUSTOM_TASK_SUBATTR_RATE2_ID
8
TM_ATTACHMENT_FOLDER
"/webserver_legacy/taskmanager.cz/sommer/files/" (46)
TM_ATTACHMENT_EXCLUSION
"disallow" (8)
TM_ATTACHMENT_LIST
"aspx,tmp,lnk" (12)
TM_ATTACHMENT_NOTIFY
TRUE
TM_ATTACHMENT_EXTENSION
".tm" (3)
TM_NEW_TASK_USER_PRESELECTED
TRUE
TM_PRIORITY_LEVELS
5
TM_DEFAULT_TASK_PRIO
2
TM_DESCRIPTION_MOUSEOVER_MAXLENGTH
200
TM_DESCRIPTION_ENABLE
TRUE
TM_DEFAULT_COUNTRY
"CZ" (2)
TM_SPENT_TIME_FORMAT
"automatic" (9)
TM_SMS_USER
""
TM_SMS_PASSWORD
""
TM_SMS_HTTP_API
""
TM_SUNNYPORTAL_REPORTS
FALSE
TM_SUNNYPORTAL_EMAIL_ADDR
"service@sunnyportal.com" (23)
TM_SUNNYPORTAL_CUSTOM_ATTR_MAPPING_PROJNAME_ID
"37" (2)
TM_SUNNYPORTAL_REPORTS_CUSTOM_SUBATTR_DATE_ID
"14" (2)
TM_SUNNYPORTAL_REPORTS_CUSTOM_SUBATTR_REPORTTYPE_ID
"13" (2)
TM_SUNNYPORTAL_REPORTS_CUSTOM_SUBATTR_REPORTTYPE_DAILY_ID
"5"
TM_SUNNYPORTAL_REPORTS_CUSTOM_SUBATTR_REPORTTYPE_MONTHLY_ID
"6"
TM_SUNNYPORTAL_REPORTS_CUSTOM_SUBATTR_PRODVALUE_ID
"15" (2)
TM_AUDIT_IMPORT
FALSE
TM_AUDIT_CUSTOM_SUBATTR_YEAR_ID
17
TM_AUDIT_CUSTOM_SUBATTR_MONTH_ID
18
TM_AUDIT_CUSTOM_SUBATTR_VALUE_ID
19
TM_FVE_REPORT_IMPORT
FALSE
TM_SHOW_TASK_REPORT
FALSE
TM_ONETASK_REPORT_CUST_ATTR_REPORT_FVE_NAME_ID
29
TM_ONETASK_REPORT_CUST_ATTR_REPORT_NUMBER_SUFFIX_ID
20
TM_ONETASK_REPORT_CUST_ATTR_REPORT_OWNER_ID
21
TM_ONETASK_REPORT_CUST_ATTR_REPORT_CONTACT_PERSON_ID
22
TM_ONETASK_REPORT_CUST_ATTR_REPORT_WORK_DATE_ID
25
TM_ONETASK_REPORT_CUST_ATTR_REPORT_WORK_DATE2_ID
57
TM_ONETASK_REPORT_CUST_ATTR_REPORT_WORK_DATE3_ID
58
TM_ONETASK_REPORT_CUST_ATTR_REPORT_WORK_DATE4_ID
59
TM_ONETASK_REPORT_CUST_ATTR_REPORT_WORK_DATE5_ID
60
TM_ONETASK_REPORT_CUST_ATTR_REPORT_WORK_DATE6_ID
61
TM_ONETASK_REPORT_CUST_ATTR_REPORT_REPORT_TEXT_ID
26
TM_ONETASK_REPORT_CUST_ATTR_REPORT_REPORTED_TIME_ID
28
TM_ONETASK_REPORT_CUST_ATTR_REPORT_NUMBER_OF_KM_ID
23
TM_ONETASK_REPORT_CUST_ATTR_REPORT_WARRANTY_ID
24
TM_ONETASK_REPORT_CUST_ATTR_REPORT_SPARE_PARTS_ID
27
TM_MONTLY_REPORT_TASK_GROUP_IDS
"4,5" (3)
TM_DEFAULT_SORT_ORDER
"ASC" (3)
TM_DEFAULT_SORT_COLUMN
"item_priority" (13)
TM_CHANGELOG_LINK
0
TM_HELPDESK_LINK
0
TM_ROADMAP_LINK
0
TM_DEFAULT_LANGUAGE
"cs" (2)
TM_DEFAULT_SKIN_FOLDER
"sommer" (6)
TM_TASKLIST_ROW_HEIGHT
21
TM_TASKLIST_BUTTON_WIDTH
21
TM_SKIN_TEMPLATE_SUBSTITUTIONS
""
TM_DEFAULT_CONTEXT_LONG
FALSE
TM_DEFAULT_VISIBILITY
1
TM_THREADED_COMMENTS
TRUE
TM_DEFAULT_COMMENT_ORDER
"DESC" (4)
TM_DEFAULT_HISTORY_ORDER
"DESC" (4)
TM_WLOG_ENABLED
TRUE
TM_DEFAULT_WLOG_ORDER
"ASC" (3)
TM_SUBTASKS_ENABLED
TRUE
MOVE_SUBTASKS_ON_PARENT_TASK_MOVE
TRUE
TM_DATE_US_FORMAT
FALSE
TM_CONFIRM_STATUS_CLOSE
TRUE
TM_MOVE_TASK_TO_FINISHED_GROUP_ON_100PERCENT
TRUE
TM_FINISH_TASK_WITH_SUBTASKS
TRUE
TM_RELOAD_INTERVAL
1
TM_OPEN_TASK_SYNC_INTERVAL
40
TM_OPEN_TASK_SYNC_TIMEOUT
90
TM_SHOW_EDITED_TASKS_IN_TASKLIST
TRUE
TM_SHOW_TIME_IN_THE_UPPER_LEFT_CORNER
TRUE
TM_USER_LIST_MODE
"plain" (5)
TM_FILTER_USERS_TO_FOLLOW_TASK_AS_USERS_TO_ASSIGN_TASK
FALSE
TM_PROJECT_LIST_MODE
"plain" (5)
TM_PROJECT_LIST_PARENT
FALSE
TM_SHOW_TASK_WALK
FALSE
TM_VALID_PERIODS_FOR_CUSTOM_PROPS
FALSE
TM_WELCOME_FILTERS
"item_memberId,89,item_projectId,item_authorId" (45)
TM_LOGOUT_LANDING_PAGE
""
TM_DEFAULT_NOTIFICATION
0
TM_TASKEDIT_USER_MANDATORY
FALSE
TM_TASKEDIT_DEADLINE_MANDATORY
FALSE
TM_DEFAULT_CONTROLLER
"TasksController" (15)
TM_OPTIMIZE_TASKLIST_COLUMNS
TRUE
TM_DEFAULT_SUBTASKS_EXPANDED
FALSE
TM_WORKLOG_COMPLETE_TASKS
TRUE
TM_FORCE_WORKLOG_ON_FINISH
FALSE
TM_INHERIT_PROJECT_SUBTASK_TEMPLATES
TRUE
TM_SHOW_ALL_TASKS_FIRST
FALSE
TM_MENU_TEMPLATE
"menu.tpl" (8)
TM_TASK_COPY_BUTTON
"both" (4)
TM_TASK_COPY_TEMPLATE_BUTTON
FALSE
TM_TASK_OPEN_TEMPLATE_BUTTON
FALSE
TM_PROJECT_COPY_BUTTON
FALSE
TM_MAX_TOP_FILTERS
3
TM_MAX_TOP_FILTERS_DURATION
168
TM_SQL_DATE_FORMAT
"Y-m-d" (5)
TM_SQL_DATETIME_FORMAT
"Y-m-d H:i:s" (11)
TM_DEFAULT_USER_TZ
"Europe/Prague" (13)
TM_DATE_FORMAT
"d.m.Y" (5)
TM_TIME_FORMAT
"H:i" (3)
TM_DATETIME_FORMAT
"d.m.Y H:i:s" (11)
USED_DATE_FORMAT
"EUR" (3)
TM_DATE_EUR
"%d.%m.%Y" (8)
TM_DATE_SHT
"%d %b %y" (8)
TM_DATE_SHX
"%a %d %b %y" (11)
TM_DATE_LNG
"%d %B %Y" (8)
TM_DATE_LNX
"%A %d %B %Y" (11)
TM_DATETIME_EUR
"%d.%m.%Y %H:%M" (14)
TM_DATETIME_USA
"%m/%d/%y %I:%M%p" (16)
TM_DATETIME_SHT
"%d %b %y %H:%M" (14)
TM_DATETIME_SHX
"%a %d %b %y %H:%M" (17)
TM_DATETIME_LNG
"%d %B %Y, %H:%M" (15)
TM_DATETIME_LNX
"%A %d %B %Y, %H:%M" (18)
TM_TIME_EUR
"%H:%M" (5)
TM_TIME_USA
"%I:%M%p" (7)
TM_TIME_SHT
"%H:%M" (5)
TM_TIME_SHX
"%H:%M" (5)
TM_TIME_LNG
"%H:%M" (5)
TM_TIME_LNX
"%H:%M" (5)
Auth_OpenID_RAND_SOURCE
"/dev/urandom" (12)
LDAP_HOST
"77.78.104.57" (12)
LDAP_PORT
389
LDAP_VERSION
3
LDAP_USE_SSL
FALSE
LDAP_USER_BASE_DN
"ou=users,dc=int,dc=taskmanager,dc=com" (37)
LDAP_DEBUG_MODE_IS_ENABLED
FALSE
LDAP_USER_DEFAULT_ROLE
2
LDAP_SERVICE_BIND_DN
"cn=Task_manager_service,ou=Service Accounts,ou=Flat Glass Czech HQ,ou=Czech Republic,ou=IT-Users,dc=glaverbel,dc=com" (116)
LDAP_SERVICE_BIND_PASSWORD
"<merova999>" (11)
HELPDESK_PREFIX
"hd_" (3)
TM_IS_ACTIVE_TEXT
"<p>TaskManager byl deaktivován, prosím kontaktujte nás pro opětovnou aktivaci nebo zakoupení komerčního řešeni.</p><p>Roman Stanec, IT Park, s.r.o., < ... " (240)
FACEBOOK_APP_ID
""
FACEBOOK_APP_SECRET
""
CALDAV_SERVER_PROTOCOL
"https" (5)
CALDAV_SERVER_DOMAIN
"gw.nosreti.cz" (13)
CALDAV_SERVER_SCRIPT_NAME
"caldav.php" (10)
CALDAV_DEBUG_MODE_IS_ENABLED
TRUE
GOOGLE_CLIENT_ID
"825882622534-irbte0ujc49ohn8h0p5g2g7879p579mf.apps.googleusercontent.com" (72)
GOOGLE_CLIENT_SECRET
"pRQ0ZerhwM32cYw9hDn7iKN2" (24)
GOOGLE_REDIRECT_URI
"https://taskmanager.cz/google.php" (33)
GOOGLE_MAPS_API_KEY
"AIzaSyDrtoC1lPFEDH4xAaOKHDSsjdXZp8UYrek" (39)
GOOGLE_REDIRECT_CALENDAR_URI
"https://taskmanager.cz/sommer/index.php?ctrl=Google&act=joinCalendar" (68)
GOOGLE_REDIRECT_OAUTH_URI
"https://taskmanager.cz/sommer/index.php?ctrl=Google&view=manageGCalendar&act=auth" (81)
TM_SUPPLIERS_ENABLED
FALSE
TM_SHOW_WORD_EXPORT
FALSE
TM_FABBRO_DEMAND_ITEMS_ID
1
TM_FABBRO_DEMAND_DEMANDED_COUNT_ID
2
TM_FABBRO_DEMAND_DEMANDED_COUNT_UNIT_ID
25
TM_FABBRO_DEMAND_TRANSPORT_TO_ID
4
TM_FABBRO_DEMAND_SUPPLIER_STREET_ID
16
TM_FABBRO_DEMAND_SUPPLIER_TOWN_ID
17
TM_FABBRO_DEMAND_SUPPLIER_ZIP_ID
18
TM_FABBRO_DEMAND_SUPPLIER_COUNTRY_ID
22
TM_PEI_HIDE_IN_GENERAL_TAB
"1,7" (3)
TM_PEI_MAP_COORDS
"144" (3)
TM_PEI_PROGRESS_GROUPS
"2,7,3" (5)
TM_PEI_CF_GROUPS
"1,2,7,3,5,6,12,31" (17)
TM_PEI_GALLERY_GROUPS
"1,2,7,3,5,6,12,31" (17)
TM_PEI_CASHFLOW_PROP1
135
TM_PEI_CASHFLOW_PROP2
136
TM_PEI_CASHFLOW_PROP3
80
TM_PEI_CASHFLOW_PROP4
81
TM_PEI_PROJECT_SOMETHING
137
TM_PEI_FAKE_PROJECT_STATUS
328
TM_PEI_FAKE_PROJECT_STATUS_ACTIVE
"313, 314" (8)
TM_PEI_COUNTDOWN_IN_GENERAL_TAB
"29,30,31" (8)
TM_PEI_INVOICES_SUM
FALSE
TM_PEI_INVOICES_CUSTOM_ID
82
TM_PEI_COUNTRY_CUSTOM_ID
9
TM_PEI_GPS_CUSTOM_ID
4
TM_MARKETUP_WEB_ATTR_ORIGIN_CUSTOM_ID
5
TM_MARKETUP_CUSTOM_USER_ATTR_SAZBA1_ID
4
TM_MARKETUP_CUSTOM_USER_ATTR_SAZBA2_ID
9
TM_MARKETUP_CUSTOM_TASK_ATTR_SAZBA_ID
56
TM_MARKETUP_CUSTOM_TASK_ATTR_SAZBA1_VALUE_ID
25
TM_MARKETUP_CUSTOM_TASK_ATTR_SAZBA2_VALUE_ID
26
TM_MARKETUP_PROJECT_NO_CUSTOM_ID
8
TM_MANDATORY_GROUPING
""
TM_GROUPED_PROJECT_CUSTOM_PROP_1
0
TM_GROUPED_PROJECT_CUSTOM_PROP_2
0
TM_SHOW_HISTORY_ACTION
FALSE
TM_EFCA_SHOW_CASH_FLOW_ACTION
FALSE
TM_SHOW_INACTIVE_USERS
TRUE
TM_COLORED_SELECTIONS
FALSE
TM_ONLY_AUTHOR_CAN_FINISH_CHECKED_BY_DEFAULT
FALSE
TV_PUBLIC
0
TV_INTERNAL
1
TV_PRIVATE
2
OT_TASK
1
OT_PROJECT
2
OT_USER
3
OT_FOLLOWER
4
OT_GROUP
5
OT_SUPPLIER
7
OT_FILE
8
OT_COMMENT
9
OT_WORKLOG
10
OT_REPEATER
11
OT_EVENT
12
OT_SLA
13
OT_CUSTOM_PROPERTY
14
OT_AUTOMATIC_REPORT
14
OT_PROJECT_STATE
15
G_CONTROLLER
"ctrl" (4)
G_VIEW
"view" (4)
G_ACTION
"act" (3)
TM_DATE_SQL
"%Y-%m-%d" (8)
TM_DATETIME_SQL
"%Y-%m-%d %H:%M:%S" (17)
TM_AUTOLOGIN_DURATION_DAYS
30
TM_SESSION_DURATION
0
TM_SMS_BASE_URL
"http://api.clickatell.com/http/sendmsg" (38)
TM_GATEWAY_IP
"196.5.254.33" (12)
TM_JS_MSG_INFO_TIME
3000
TM_JS_MSG_ERR_TIME
4000
TM_JS_TAB_TTL
60000
TM_TASKLIST_PAGE_SIZE
45
TM_TASKLIST_PAGE_SIZE_PRELOAD
80
TM_RECENT_TASKS
15
PRJ_WWW_URL
"https://taskmanager.cz/sommer/" (30)
TM_CHARSET
"UTF-8" (5)
TM_MAX_THUMBNAIL_HEIGHT
300
TM_MAX_THUMBNAIL_WIDTH
150
Auth_OpenID_VERSION
"2.2.2" (5)
Auth_OpenID_FETCHER_MAX_RESPONSE_KB
1024
Auth_OpenID_USER_AGENT
"php-openid/2.2.2 (php/5.5.32)" (29)
Auth_OpenID_LOCAL_ERROR
"local_error" (11)
Auth_OpenID_REMOTE_ERROR
"remote_error" (12)
Auth_OpenID_REMOTE_OK
"remote_ok" (9)
Auth_OpenID_REDIRECT
"redirect" (8)
Auth_OpenID_DO_AUTH
"do_auth" (7)
Auth_OpenID_DO_ABOUT
"do_about" (8)
Auth_OpenID_letters
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" (52)
Auth_OpenID_digits
"0123456789" (10)
Auth_OpenID_punct
"!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~" (32)
Auth_OpenID_IDENTIFIER_SELECT
"http://specs.openid.net/auth/2.0/identifier_select" (50)
Auth_OpenID_SREG_URI
"http://openid.net/sreg/1.0" (26)
Auth_OpenID_OPENID1_NS
"http://openid.net/signon/1.0" (28)
Auth_OpenID_THE_OTHER_OPENID1_NS
"http://openid.net/signon/1.1" (28)
Auth_OpenID_OPENID2_NS
"http://specs.openid.net/auth/2.0" (32)
Auth_OpenID_NULL_NAMESPACE
"Null namespace" (14)
Auth_OpenID_OPENID_NS
"OpenID namespace" (16)
Auth_OpenID_BARE_NS
"Bare namespace" (14)
Auth_OpenID_NO_DEFAULT
"NO DEFAULT ALLOWED" (18)
Auth_OpenID_OPENID1_URL_LIMIT
2047
Auth_OpenID_SHA1_BLOCKSIZE
64
Auth_OpenID_SHA256_SUPPORTED
TRUE
Auth_OpenID_HMACSHA256_SUPPORTED
TRUE
Auth_OpenID_Nonce_CHRS
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" (62)
Auth_OpenID_Nonce_REGEX
"/(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)Z(.*)/" (49)
Auth_OpenID_Nonce_TIME_FMT
"%Y-%m-%dT%H:%M:%SZ" (18)
SERVICES_YADIS_MATCH_ALL
101
SERVICES_YADIS_MATCH_ANY
102
SERVICES_YADIS_MAX_PRIORITY
1073741824
Auth_Yadis_XMLNS_XRD_2_0
"xri://$xrd*($v*2.0)" (19)
Auth_Yadis_XMLNS_XRDS
"xri://$xrds" (11)
Auth_Yadis_CONTENT_TYPE
"application/xrds+xml" (20)
Auth_Yadis_HEADER_NAME
"X-XRDS-Location" (15)
Auth_OpenID_XMLNS_1_0
"http://openid.net/xmlns/1.0" (27)
Auth_OpenID_TYPE_1_2
"http://openid.net/signon/1.2" (28)
Auth_OpenID_TYPE_1_1
"http://openid.net/signon/1.1" (28)
Auth_OpenID_TYPE_1_0
"http://openid.net/signon/1.0" (28)
Auth_OpenID_TYPE_2_0_IDP
"http://specs.openid.net/auth/2.0/server" (39)
Auth_OpenID_TYPE_2_0
"http://specs.openid.net/auth/2.0/signon" (39)
Auth_OpenID_RP_RETURN_TO_URL_TYPE
"http://specs.openid.net/auth/2.0/return_to" (42)
Auth_OpenID_SUCCESS
"success" (7)
Auth_OpenID_CANCEL
"cancel" (6)
Auth_OpenID_FAILURE
"failure" (7)
Auth_OpenID_SETUP_NEEDED
"setup needed" (12)
Auth_OpenID_PARSE_ERROR
"parse error" (11)
Auth_OpenID___TLDs
"/\.(ac|ad|ae|aero|af|ag|ai|al|am|an|ao|aq|ar|arpa|as|asia|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|biz|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cat|cc|cd|cf| ... " (1012)
Auth_OpenID___HostSegmentRe
"/^(?:[-a-zA-Z0-9!$&'\(\)\*+,;=._~]|%[a-zA-Z0-9]{2})*$/" (54)
Auth_OpenID_AX_NS_URI
"http://openid.net/srv/ax/1.0" (28)
Auth_OpenID_AX_UNLIMITED_VALUES
"unlimited" (9)
Auth_OpenID_AX_MINIMUM_SUPPORTED_ALIAS_LENGTH
32

Configuration options


Configuration

apache2handler

Apache Version Apache/2
Apache API Version 20120211
Server Administrator info@itpark.cz
Hostname:Port taskmanager.cz:0
User/Group apache(995)/1002
Max Requests Per Child: 10000 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 60 - Keep-Alive: 2
Virtual Server Yes
Server Root /etc/httpd
Loaded Modules core mod_authn_file mod_authn_dbm mod_authn_anon mod_authn_dbd mod_authn_socache mod_authn_core mod_authz_host mod_authz_groupfile mod_authz_user mod_authz_dbm mod_authz_owner mod_authz_dbd mod_authz_core mod_access_compat mod_auth_basic mod_auth_form mod_auth_digest mod_allowmethods mod_file_cache mod_cache mod_cache_disk mod_cache_socache mod_socache_shmcb mod_socache_dbm mod_socache_memcache mod_so mod_macro mod_dbd mod_dumpio mod_buffer mod_ratelimit mod_reqtimeout mod_ext_filter mod_request mod_include mod_filter mod_substitute mod_sed mod_deflate http_core mod_mime mod_log_config mod_log_debug mod_logio mod_env mod_expires mod_headers mod_unique_id mod_setenvif mod_version mod_remoteip mod_proxy mod_proxy_connect mod_proxy_ftp mod_proxy_http mod_proxy_fcgi mod_proxy_scgi mod_proxy_wstunnel mod_proxy_ajp mod_proxy_balancer mod_proxy_express mod_session mod_session_cookie mod_session_dbd mod_slotmem_shm mod_ssl mod_lbmethod_byrequests mod_lbmethod_bytraffic mod_lbmethod_bybusyness mod_lbmethod_heartbeat mod_unixd mod_dav mod_status mod_autoindex mod_info mod_suexec mod_cgi mod_dav_fs mod_dav_lock mod_vhost_alias mod_negotiation mod_dir mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_systemd prefork mod_php5

DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment

VariableValue
UNIQUE_ID ZfsWBFmRVjsAADYEhCsAAAAS
HTTPS on
SSL_TLS_SNI taskmanager.cz
HTTP_HOST taskmanager.cz
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_CONNECTION Close
HTTP_USER_AGENT Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)
HTTP_ACCEPT_LANGUAGE en
HTTP_REFERER http://89.145.86.59/logs/exception--2023-10-11--19-53--0186ae7b31.html
HTTP_ACCEPT_ENCODING gzip, deflate
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache/2
SERVER_NAME taskmanager.cz
SERVER_ADDR 89.145.86.59
SERVER_PORT 443
REMOTE_ADDR 114.119.132.153
DOCUMENT_ROOT /webserver_legacy/taskmanager.cz
REQUEST_SCHEME https
CONTEXT_PREFIX no value
CONTEXT_DOCUMENT_ROOT /webserver_legacy/taskmanager.cz
SERVER_ADMIN info@itpark.cz
SCRIPT_FILENAME /webserver_legacy/taskmanager.cz/sommer/index.php
REMOTE_PORT 52685
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING ctrl=Unattended&view=SyncGoogleCalendars%20AND%20(SELECT%205905%20FROM(SELECT%20COUNT(*),CONCAT(0x71787a7071,(SELECT%20(ELT(5905%3D5905,1))),0x7171706a71,FLOOR(RAND(0)*2))x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x)a)
REQUEST_URI /sommer/index.php?ctrl=Unattended&view=SyncGoogleCalendars%20AND%20(SELECT%205905%20FROM(SELECT%20COUNT(*),CONCAT(0x71787a7071,(SELECT%20(ELT(5905%3D5905,1))),0x7171706a71,FLOOR(RAND(0)*2))x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x)a)
SCRIPT_NAME /sommer/index.php

HTTP Headers Information

HTTP Request Headers
HTTP Request GET /sommer/index.php?ctrl=Unattended&view=SyncGoogleCalendars%20AND%20(SELECT%205905%20FROM(SELECT%20COUNT(*),CONCAT(0x71787a7071,(SELECT%20(ELT(5905%3D5905,1))),0x7171706a71,FLOOR(RAND(0)*2))x%20FROM%20INFORMATION_SCHEMA.PLUGINS%20GROUP%20BY%20x)a) HTTP/1.1
Host taskmanager.cz
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Connection Close
User-Agent Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)
Accept-Language en
Referer http://89.145.86.59/logs/exception--2023-10-11--19-53--0186ae7b31.html
Accept-Encoding gzip, deflate
HTTP Response Headers
X-Powered-By PHP/5.5.32
Set-Cookie TMtmsommer=7n5fmc74i1jbt9mcfopihcf091; path=/; HttpOnly
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma no-cache

bcmath

BCMath support enabled

DirectiveLocal ValueMaster Value
bcmath.scale00

bz2

BZip2 Support Enabled
Stream Wrapper support compress.bzip2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.6, 6-Sept-2010

calendar

Calendar support enabled

Core

PHP Version 5.5.32

DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetno valueno value
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOffOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_logno valueno value
error_prepend_stringno valueno value
error_reporting04177
exit_on_timeoutOffOff
expose_phpOnOn
extension_dir/usr/local/lib/php/extensions/no-debug-non-zts-20121212/usr/local/lib/php/extensions/no-debug-non-zts-20121212
file_uploadsOnOn
highlight.comment#998; font-style: italic#FF8000
highlight.default#000#0000BB
highlight.html#06B#000000
highlight.keyword#D24; font-weight: bold#007700
highlight.string#080#DD0000
html_errorsOffOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOnOff
implicit_flushOffOff
include_path.:/usr/local/lib/php:/webserver_legacy/taskmanager.cz/sommer/include/classes/GoogleLogin.:/usr/local/lib/php
log_errorsOffOn
log_errors_max_len10241024
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time0240
max_file_uploads2020
max_input_nesting_level6464
max_input_time240240
max_input_vars10001000
memory_limit728M728M
open_basedirno valueno value
output_buffering40964096
output_handlerno valueno value
post_max_size64M64M
precision1414
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOffOff
report_memleaksOnOn
report_zend_debugOnOn
request_orderGPGP
sendmail_fromtaskmanager@itpark.cztaskmanager@itpark.cz
sendmail_path/usr/sbin/sendmail.postfix -t -i/usr/sbin/sendmail.postfix -t -i
serialize_precision1717
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
sys_temp_dirno valueno value
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize64M64M
upload_tmp_dirno valueno value
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.multibyteOffOff
zend.script_encodingno valueno value

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information 7.29.0
Age 3
Features
AsynchDNS Yes
CharConv No
Debug No
GSS-Negotiate Yes
IDN Yes
IPv6 Yes
krb4 No
Largefile Yes
libz Yes
NTLM Yes
NTLMWB Yes
SPNEGO No
SSL Yes
SSPI No
TLS-SRP No
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host x86_64-redhat-linux-gnu
SSL Version NSS/3.90
ZLib Version 1.2.7
libSSH Version libssh2/1.8.0

date

date/time support enabled
"Olson" Timezone Database Version 2015.5
Timezone Database internal
Default timezone Europe/Prague

DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneEurope/PragueEurope/Prague

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.9.3
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

ereg

Regex Library Bundled library enabled

fileinfo

fileinfo support enabled
version 1.0.5

filter

Input Validation and Filtering enabled
Revision $Id: fbeb8bbbf6cc97f568996dac46e13e48e2907326 $

DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP support enabled

gd

GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.6.2
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.6.21
WBMP Support enabled
XBM Support enabled

DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00

gettext

GetText Support enabled

gmp

gmp support enabled
GMP version 6.0.0

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5

iconv

iconv support enabled
iconv implementation glibc
iconv library version 2.17

DirectiveLocal ValueMaster Value
iconv.input_encodingISO-8859-1ISO-8859-1
iconv.internal_encodingISO-8859-1ISO-8859-1
iconv.output_encodingISO-8859-1ISO-8859-1

intl

Internationalization supportenabled
version 1.1.0
ICU version 4.8.1.1
ICU Data version 4.8.1

DirectiveLocal ValueMaster Value
intl.default_localeno valueno value
intl.error_level00
intl.use_exceptions00

json

json support enabled
json version 1.2.1

ldap

LDAP Support enabled
RCS Version $Id: 4db15e5bb92af06390fd31ab784837ab21a3d2ce $
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20440

DirectiveLocal ValueMaster Value
ldap.max_linksUnlimitedUnlimited

libxml

libXML support active
libXML Compiled Version 2.9.3
libXML Loaded Version 20903
libXML streams enabled

mbstring

Multibyte Support enabled
Multibyte string engine libmbfl
HTTP input encoding translation disabled
libmbfl version 1.3.2

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) backtrack check On
Multibyte regex (oniguruma) version 5.9.2

DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputpasspass
mbstring.http_outputpasspass
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mcrypt

mcrypt supportenabled
mcrypt_filter supportenabled
Version 2.5.8
Api No 20021217
Supported ciphers cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream

DirectiveLocal ValueMaster Value
mcrypt.algorithms_dirno valueno value
mcrypt.modes_dirno valueno value

memcache

memcache supportenabled
Active persistent connections 0
Version 2.2.4
Revision $Revision: 1.104 $

DirectiveLocal ValueMaster Value
memcache.allow_failover11
memcache.chunk_size81928192
memcache.default_port1121111211
memcache.hash_functioncrc32crc32
memcache.hash_strategystandardstandard
memcache.max_failover_attempts2020

mhash

MHASH support Enabled
MHASH API Version Emulated Support

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $

DirectiveLocal ValueMaster Value
mysql.allow_local_infileOnOn
mysql.allow_persistentOnOn
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0

DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOnOn
mysqli.allow_persistentOnOn
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff

mysqlnd

mysqlndenabled
Version mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $
Compression supported
core SSL supported
extended SSL supported
Command buffer size 4096
Read buffer size 32768
Read timeout 31536000
Collecting statistics Yes
Collecting memory statistics No
Tracing n/a
Loaded plugins mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password
API Extensions pdo_mysql,mysqli,mysql

mysqlnd statistics
bytes_sent 3914295
bytes_received 26688602
packets_sent 61620
packets_received 409313
protocol_overhead_in 1637252
protocol_overhead_out 246480
bytes_received_ok_packet 0
bytes_received_eof_packet 0
bytes_received_rset_header_packet 263484
bytes_received_rset_field_meta_packet 0
bytes_received_rset_row_packet 158384
bytes_received_prepare_response_packet 12917531
bytes_received_change_user_packet 13161964
packets_sent_command 30404
packets_received_ok 0
packets_received_eof 0
packets_received_rset_header 29276
packets_received_rset_field_meta 0
packets_received_rset_row 29986
packets_received_prepare_response 199457
packets_received_change_user 149774
result_set_queries 29271
non_result_set_queries 715
no_index_used 21736
bad_index_used 5
slow_queries 0
buffered_sets 29271
unbuffered_sets 0
ps_buffered_sets 0
ps_unbuffered_sets 0
flushed_normal_sets 0
flushed_ps_sets 0
ps_prepared_never_executed 0
ps_prepared_once_executed 0
rows_fetched_from_server_normal 120503
rows_fetched_from_server_ps 0
rows_buffered_from_client_normal 120503
rows_buffered_from_client_ps 0
rows_fetched_from_client_normal_buffered 119621
rows_fetched_from_client_normal_unbuffered 0
rows_fetched_from_client_ps_buffered 0
rows_fetched_from_client_ps_unbuffered 0
rows_fetched_from_client_ps_cursor 0
rows_affected_normal 60
rows_affected_ps 0
rows_skipped_normal 120503
rows_skipped_ps 0
copy_on_write_saved 668320
copy_on_write_performed 0
command_buffer_too_small 0
connect_success 401
connect_failure 0
connection_reused 0
reconnect 0
pconnect_success 71
active_connections 18446744073709551147
active_persistent_connections 18446744073709551477
explicit_close 400
implicit_close 0
disconnect_close 0
in_middle_of_command_close 0
explicit_free_result 29271
implicit_free_result 0
explicit_stmt_close 0
implicit_stmt_close 0
mem_emalloc_count 0
mem_emalloc_amount 0
mem_ecalloc_count 0
mem_ecalloc_amount 0
mem_erealloc_count 0
mem_erealloc_amount 0
mem_efree_count 0
mem_efree_amount 0
mem_malloc_count 0
mem_malloc_amount 0
mem_calloc_count 0
mem_calloc_amount 0
mem_realloc_count 0
mem_realloc_amount 0
mem_free_count 0
mem_free_amount 0
mem_estrndup_count 0
mem_strndup_count 0
mem_estndup_count 0
mem_strdup_count 0
proto_text_fetched_null 0
proto_text_fetched_bit 0
proto_text_fetched_tinyint 3885
proto_text_fetched_short 422
proto_text_fetched_int24 0
proto_text_fetched_int 280770
proto_text_fetched_bigint 31930
proto_text_fetched_decimal 185
proto_text_fetched_float 0
proto_text_fetched_double 0
proto_text_fetched_date 3720
proto_text_fetched_year 0
proto_text_fetched_time 0
proto_text_fetched_datetime 6084
proto_text_fetched_timestamp 0
proto_text_fetched_string 171946
proto_text_fetched_blob 93363
proto_text_fetched_enum 0
proto_text_fetched_set 0
proto_text_fetched_geometry 0
proto_text_fetched_other 0
proto_binary_fetched_null 0
proto_binary_fetched_bit 0
proto_binary_fetched_tinyint 0
proto_binary_fetched_short 0
proto_binary_fetched_int24 0
proto_binary_fetched_int 0
proto_binary_fetched_bigint 0
proto_binary_fetched_decimal 0
proto_binary_fetched_float 0
proto_binary_fetched_double 0
proto_binary_fetched_date 0
proto_binary_fetched_year 0
proto_binary_fetched_time 0
proto_binary_fetched_datetime 0
proto_binary_fetched_timestamp 0
proto_binary_fetched_string 0
proto_binary_fetched_blob 0
proto_binary_fetched_enum 0
proto_binary_fetched_set 0
proto_binary_fetched_geometry 0
proto_binary_fetched_other 0
init_command_executed_count 396
init_command_failed_count 0
com_quit 330
com_init_db 5
com_query 29986
com_field_list 0
com_create_db 0
com_drop_db 0
com_refresh 0
com_shutdown 0
com_statistics 0
com_process_info 0
com_connect 0
com_process_kill 0
com_debug 0
com_ping 78
com_time 0
com_delayed_insert 0
com_change_user 0
com_binlog_dump 0
com_table_dump 0
com_connect_out 0
com_register_slave 0
com_stmt_prepare 0
com_stmt_execute 0
com_stmt_send_long_data 0
com_stmt_close 0
com_stmt_reset 0
com_stmt_set_option 5
com_stmt_fetch 0
com_deamon 0
bytes_received_real_data_normal 11882568
bytes_received_real_data_ps 0

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.1e-fips 11 Feb 2013
OpenSSL Header Version OpenSSL 1.0.1e-fips 11 Feb 2013

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.20 2011-10-21

DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers mysql, sqlite

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $

DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.8.10.2

Phar

Phar: PHP Archive supportenabled
Phar EXT version 2.0.2
Phar API version 1.1.1
SVN revision $Id: 4b9a493926fec4e6d913722b7a94602c7850c27e $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression enabled
Native OpenSSL support enabled

Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.

DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

Revision $Id: 5d20de77687b7d961b15450873fa23b9e64a136a $

Reflection

Reflectionenabled
Version $Id: dc76d2fe0f3e9c327c1d4ca617d94e26c7fae98d $

session

Session Support enabled
Registered save handlers files user memcache
Registered serializer handlers php_serialize php php_binary

DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOnOff
session.cookie_lifetime00
session.cookie_path//
session.cookie_secureOffOff
session.entropy_file/dev/urandom/dev/urandom
session.entropy_length3232
session.gc_divisor10001000
session.gc_maxlifetime14401440
session.gc_probability11
session.hash_bits_per_character55
session.hash_function00
session.nameTMtmsommerPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/webserver_legacy/taskmanager.cz/sommer/session/no value
session.serialize_handlerphpphp
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookiesOnOn
session.use_only_cookiesOnOn
session.use_strict_modeOffOff
session.use_trans_sid00

SimpleXML

Simplexml supportenabled
Revision $Id: 6b8e23a01a85046737ef7d31346da5164505c179 $
Schema support enabled

soap

Soap Client enabled
Soap Server enabled

DirectiveLocal ValueMaster Value
soap.wsdl_cache11
soap.wsdl_cache_dir/tmp/tmp
soap.wsdl_cache_enabled11
soap.wsdl_cache_limit5050
soap.wsdl_cache_ttl8640086400

sockets

Sockets Support enabled

SPL

SPL supportenabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

sqlite3

SQLite3 supportenabled
SQLite3 module version 0.7-dev
SQLite Library 3.8.10.2

DirectiveLocal ValueMaster Value
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail.postfix -t -i

DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout240240
fromtaskmanager@itpark.cztaskmanager@itpark.cz
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=fakeentrya=href,area=href,frame=src,input=src,form=fakeentry
user_agentno valueno value

suhosin

Suhosin logo This server is protected with the Suhosin Extension 0.9.38

Copyright (c) 2006-2007 Hardened-PHP Project
Copyright (c) 2007-2015 SektionEins GmbH

DirectiveLocal ValueMaster Value
suhosin.apc_bug_workaroundOffOff
suhosin.cookie.checkraddr00
suhosin.cookie.cryptdocrootOnOn
suhosin.cookie.cryptkey[ protected ][ protected ]
suhosin.cookie.cryptlistno valueno value
suhosin.cookie.cryptraddr00
suhosin.cookie.cryptuaOnOn
suhosin.cookie.disallow_nul11
suhosin.cookie.disallow_ws11
suhosin.cookie.encryptOffOff
suhosin.cookie.max_array_depth5050
suhosin.cookie.max_array_index_length6464
suhosin.cookie.max_name_length6464
suhosin.cookie.max_totalname_length256256
suhosin.cookie.max_value_length1000010000
suhosin.cookie.max_vars100100
suhosin.cookie.plainlistno valueno value
suhosin.coredumpOffOff
suhosin.disable.display_errorsOffOff
suhosin.executor.allow_symlinkOffOff
suhosin.executor.disable_emodifierOffOff
suhosin.executor.disable_evalOffOff
suhosin.executor.eval.blacklistno valueno value
suhosin.executor.eval.whitelistno valueno value
suhosin.executor.func.blacklistno valueno value
suhosin.executor.func.whitelistno valueno value
suhosin.executor.include.allow_writable_filesOnOn
suhosin.executor.include.blacklistno valueno value
suhosin.executor.include.max_traversal00
suhosin.executor.include.whitelistpharphar
suhosin.executor.max_depth750750
suhosin.filter.actionno valueno value
suhosin.get.disallow_nul11
suhosin.get.disallow_ws00
suhosin.get.max_array_depth5050
suhosin.get.max_array_index_length256256
suhosin.get.max_name_length6464
suhosin.get.max_totalname_length81928192
suhosin.get.max_value_length1000010000
suhosin.get.max_vars10001000
suhosin.log.file00
suhosin.log.file.nameno valueno value
suhosin.log.file.timeOnOn
suhosin.log.phpscript00
suhosin.log.phpscript.is_safeOffOff
suhosin.log.phpscript.nameno valueno value
suhosin.log.sapi00
suhosin.log.script00
suhosin.log.script.nameno valueno value
suhosin.log.stdout00
suhosin.log.syslogno valueno value
suhosin.log.syslog.facilityno valueno value
suhosin.log.syslog.priorityno valueno value
suhosin.log.use-x-forwarded-forOffOff
suhosin.mail.protect00
suhosin.memory_limit00
suhosin.mt_srand.ignoreOnOn
suhosin.multiheaderOffOff
suhosin.perdir00
suhosin.post.disallow_nul11
suhosin.post.disallow_ws00
suhosin.post.max_array_depth5050
suhosin.post.max_array_index_length6464
suhosin.post.max_name_length6464
suhosin.post.max_totalname_length256256
suhosin.post.max_value_length10000001000000
suhosin.post.max_vars10001000
suhosin.protectkeyOnOn
suhosin.rand.reseed_every_requestOffOff
suhosin.rand.seedingkey[ protected ][ protected ]
suhosin.request.array_index_blacklist'"+<>;()'"+<>;()
suhosin.request.array_index_whitelistno valueno value
suhosin.request.disallow_nul11
suhosin.request.disallow_ws00
suhosin.request.max_array_depth5050
suhosin.request.max_array_index_length6464
suhosin.request.max_totalname_length256256
suhosin.request.max_value_length10000001000000
suhosin.request.max_varname_length6464
suhosin.request.max_vars10001000
suhosin.server.encodeOnOn
suhosin.server.stripOnOn
suhosin.session.checkraddr00
suhosin.session.cryptdocrootOnOn
suhosin.session.cryptkey[ protected ][ protected ]
suhosin.session.cryptraddr00
suhosin.session.cryptuaOffOff
suhosin.session.encryptOffOff
suhosin.session.max_id_length128128
suhosin.simulationOffOff
suhosin.sql.bailout_on_errorOffOff
suhosin.sql.comment00
suhosin.sql.multiselect00
suhosin.sql.opencomment00
suhosin.sql.union00
suhosin.sql.user_matchno valueno value
suhosin.sql.user_postfixno valueno value
suhosin.sql.user_prefixno valueno value
suhosin.srand.ignoreOnOn
suhosin.stealthOnOn
suhosin.upload.disallow_binary00
suhosin.upload.disallow_elf11
suhosin.upload.max_newlines100100
suhosin.upload.max_uploads2525
suhosin.upload.remove_binary00
suhosin.upload.verification_scriptno valueno value

tokenizer

Tokenizer Support enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.9.3

xmlreader

XMLReader enabled

xmlrpc

core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage http://xmlrpc-epi.sourceforge.net
open sourced by Epinions.com

xmlwriter

XMLWriter enabled

xsl

XSL enabled
libxslt Version 1.1.28
libxslt compiled against libxml Version 2.9.3
EXSLT enabled
libexslt Version 1.1.28

zip

Zip enabled
Extension Version $Id: 99c293c6d7426a83c60d234956aa10f0b56218fb $
Zip version 1.11.0
Libzip version 0.10.1

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.7
Linked Version 1.2.7

DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name

HTTP request

Headers

Hosttaskmanager.cz
Accepttext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
ConnectionClose
User-AgentMozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)
Accept-Languageen
Refererhttp://89.145.86.59/logs/exception--2023-10-11--19-53--0186ae7b31.html
Accept-Encodinggzip, deflate

$_GET

ctrl
"Unattended" (10)
view
"SyncGoogleCalendars AND (SELECT 5905 FROM(SELECT COUNT(*),CONCAT(0x71787a7071,(SELECT (ELT(5905=5905,1))),0x7171706a71,FLOOR(RAND(0)*2))x FROM INFORMA ... " (183)

$_POST

empty

$_COOKIE

empty

HTTP response

Headers

X-Powered-By: PHP/5.5.32
Set-Cookie: TMtmsommer=7n5fmc74i1jbt9mcfopihcf091; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/plain