ojs2 has produced an error
Message: WARNING: Invalid argument supplied for foreach()
In file: /home/jab1/public_html/lib/pkp/classes/core/Core.inc.php
At line: 149
Stacktrace:
File: /home/jab1/public_html/lib/pkp/classes/core/Core.inc.php line 149
Function: PKPApplication->errorHandler(2, "Invalid argument supplied for foreach()", "/home/jab1/public_html/lib/pkp/classes/core/Core.inc.php", 149, Array(6))
File: /home/jab1/public_html/lib/pkp/classes/core/PKPRequest.inc.php line 463
Function: Core->isUserAgentBot("Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)")
File: /home/jab1/public_html/plugins/generic/usageEvent/UsageEventPlugin.inc.php line 353
Function: PKPRequest->isBot()
File: /home/jab1/public_html/plugins/generic/usageEvent/UsageEventPlugin.inc.php line 106
Function: UsageEventPlugin->_buildUsageEvent("TemplateManager::display", Array(5))
File: (unknown) line (unknown)
Function: UsageEventPlugin->getUsageEvent("TemplateManager::display", Array(5))
File: /home/jab1/public_html/lib/pkp/classes/plugins/HookRegistry.inc.php line 89
Function: call_user_func(Array(2), "TemplateManager::display", Array(5))
File: /home/jab1/public_html/lib/pkp/classes/template/PKPTemplateManager.inc.php line 332
Function: HookRegistry->call("TemplateManager::display", Array(5))
File: /home/jab1/public_html/pages/article/ArticleHandler.inc.php line 224
Function: PKPTemplateManager->display("article/article.tpl")
File: (unknown) line (unknown)
Function: ArticleHandler->view(Array(1), Object(Request))
File: /home/jab1/public_html/lib/pkp/classes/core/PKPRouter.inc.php line 362
Function: call_user_func(Array(2), Array(1), Object(Request))
File: /home/jab1/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php line 220
Function: PKPRouter->_authorizeInitializeAndCallRequest(Array(2), Object(Request), Array(1), False)
File: /home/jab1/public_html/lib/pkp/classes/core/Dispatcher.inc.php line 134
Function: PKPPageRouter->route(Object(Request))
File: /home/jab1/public_html/lib/pkp/classes/core/PKPApplication.inc.php line 178
Function: Dispatcher->dispatch(Object(Request))
File: /home/jab1/public_html/index.php line 64
Function: PKPApplication->execute()
Server info:
OS: Linux
PHP Version: 5.6.40-38+ubuntu18.04.1+deb.sury.org+1
Apache Version: N/A
DB Driver: mysql
DB server version: 5.7.33-0ubuntu0.16.04.1-log
What Determines Internal Control Weakness? An Empirical Analysis of State-owned Enterprises Audited by State Audit Agency | Prabowo | Jurnal Akuntansi dan Bisnis
A material weakness in internal control is defined as a significant deficiency, or combination of significant deficiencies, that result in more than a remote likelihood that a material misstatement of the annual or interim financial statement will not be prevented or detected. Section 404 of the Sarbanes-Oxley Act (Management Assessment of Internal Controls) stipulates that management of publicly listed firms has to evaluate the effectiveness of their internal controls over financial reporting and disclose the identified material weakness. Numerous articles aim to find empirical evidence of factors influencing weakness of internal control. In Indonesia, publicly listed firms are yet obliged to disclose their material weakness of internal control. However, BPK (as the state audit agency) report the material weakness of internal control over entities’ financial reporting in their audit report of state-owned enterprises (SOE or BUMN). The report enables us to empirically analyze influencing factors of internal control weakness over BUMN financial reporting. There are four independent variables to be hypothesized to influence internal control weakness (WEAK): profitability (PROFIT), firm size (SIZE), growth rate (GROWTH), and the presence of complex transaction (COMPTRANS). Additionally, we also employ one control variable (FORM or legal form of SOE: Persero or non-Persero). Empirical results show that without control variables, only SIZE is significantly associated with WEAK (for univariate and multivariate analysis). However, the direction of effect of SIZE on WEAK (positive) is contradictory with the hypothesized direction (negative). After including control variables, the power of regression equation is slightly increasing. However, still only SIZE significantly affect WEAK with contradictory direction.
Jurnal Akuntansi dan Bisnis (JAB) ISSN 1412-0852 (print), 2580-5444 (online) Published by Accounting Study Program, Faculty of Economics and Business, Universitas Sebelas Maret, Indonesia
SELECT * FROM sessions WHERE session_id = m790geqvd4ck7t398k3t2v2om3
Speed: 2.211 ms
INSERT INTO sessions
(session_id, ip_address, user_agent, created, last_used, remember, data, domain)
VALUES
(m790geqvd4ck7t398k3t2v2om3, 3.143.203.129, Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com), 1732765262, 1732765262, 0, , jab1.fe.uns.ac.id
Speed: 7.014 ms
SELECT * FROM journals WHERE path = ja
Speed: 1.283 ms
Speed: 1.087 ms
Speed: 4.513 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.generic.pln.classes.tasks.Depositor
Speed: 1.231 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.generic.usageStats.UsageStatsLoader
Speed: 0.846 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.importexport.crossref.CrossrefInfoSender
Speed: 0.861 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.importexport.crossref.CrossrefInfoSender
Speed: 0.866 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.ReviewReminder
Speed: 0.900 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.SubscriptionExpiryReminder
Speed: 0.745 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.OpenAccessNotification
Speed: 0.823 ms
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa
INNER JOIN articles a ON pa.article_id = a.article_id
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US) INNER JOIN article_settings ast ON a.article_id = ast.article_id
WHERE ast.setting_name = pub-id::publisher-id AND ast.setting_value = 84
Speed: 2.760 ms
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 84
Speed: 2.036 ms
Speed: 1.543 ms
SELECT * FROM article_settings WHERE article_id = 84
Speed: 1.079 ms
Speed: 1.174 ms
SELECT i.* FROM issues i WHERE issue_id = 10
Speed: 1.244 ms
SELECT * FROM issue_settings WHERE issue_id = 10
Speed: 1.113 ms
SELECT iss.subscription_id
FROM
institutional_subscriptions iss,
subscriptions s,
subscription_types st
WHERE POSITION(UPPER(LPAD(iss.domain, LENGTH(iss.domain)+1, '.')) IN UPPER(LPAD(ec2-3-143-203-129.us-east-2.compute.amazonaws.com, LENGTH(ec2-3-143-203-129.us-east-2.compute.amazonaws.com)+1, '.'))) != 0
AND iss.domain != ''
AND iss.subscription_id = s.subscription_id
AND s.journal_id = 1
Speed: 2.138 ms
SELECT isip.subscription_id
FROM
institutional_subscription_ip isip,
subscriptions s,
subscription_types st
WHERE ((isip.ip_end IS NOT NULL
AND 59755393 >= isip.ip_start AND 59755393 <= isip.ip_end
AND isip.subscription_id = s.subscription_id
AND s.journal_id = 1
AND s.status = 1
AND s.type_id = st.type_id
AND st.institutional = 1 AND ((st.non_expiring = 1) OR (st.non_expiring = 0 AND ('2024-11-28 10:41:02' >= s.date_start AND '2024-11-28 10:41:02' <= s.date_end))) AND (st.format = 1
OR st.format = 17))
OR (isip.ip_end IS NULL
AND 59755393 = isip.ip_start
AND isip.subscription_id = s.subscription_id
AND s.journal_id = 1
Speed: 1.578 ms
SELECT * FROM sections WHERE section_id = 1
Speed: 1.197 ms
SELECT * FROM section_settings WHERE section_id = 1
Speed: 0.953 ms
SELECT * FROM sections WHERE section_id = 1
Speed: 1.007 ms
SELECT * FROM section_settings WHERE section_id = 1
Speed: 0.900 ms
SELECT g.*,
a.file_name, a.original_file_name, a.file_stage, a.file_type, a.file_size, a.date_uploaded, a.date_modified
FROM article_galleys g
LEFT JOIN article_files a ON (g.file_id = a.file_id)
WHERE g.galley_id = 0 AND g.article_id = 84
Speed: 1.258 ms
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa
INNER JOIN articles a ON pa.article_id = a.article_id
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US) INNER JOIN article_settings ast ON a.article_id = ast.article_id
WHERE ast.setting_name = pub-id::publisher-id AND ast.setting_value = 84
Speed: 2.194 ms
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 84
Speed: 1.590 ms
Speed: 1.096 ms
SELECT * FROM article_settings WHERE article_id = 84
Speed: 1.044 ms
Speed: 1.013 ms
SELECT iss.subscription_id
FROM
institutional_subscriptions iss,
subscriptions s,
subscription_types st
WHERE POSITION(UPPER(LPAD(iss.domain, LENGTH(iss.domain)+1, '.')) IN UPPER(LPAD(ec2-3-143-203-129.us-east-2.compute.amazonaws.com, LENGTH(ec2-3-143-203-129.us-east-2.compute.amazonaws.com)+1, '.'))) != 0
AND iss.domain != ''
AND iss.subscription_id = s.subscription_id
AND s.journal_id = 1
Speed: 1.613 ms
SELECT isip.subscription_id
FROM
institutional_subscription_ip isip,
subscriptions s,
subscription_types st
WHERE ((isip.ip_end IS NOT NULL
AND 59755393 >= isip.ip_start AND 59755393 <= isip.ip_end
AND isip.subscription_id = s.subscription_id
AND s.journal_id = 1
AND s.status = 1
AND s.type_id = st.type_id
AND st.institutional = 1 AND ((st.non_expiring = 1) OR (st.non_expiring = 0 AND ('2024-11-28 10:41:02' >= s.date_start AND '2024-11-28 10:41:02' <= s.date_end))) AND (st.format = 1
OR st.format = 17))
OR (isip.ip_end IS NULL
AND 59755393 = isip.ip_start
AND isip.subscription_id = s.subscription_id
AND s.journal_id = 1
Speed: 1.435 ms
SELECT *
FROM citations
WHERE assoc_type = 257 AND assoc_id = 84 AND citation_state >= 0 AND citation_state <= 5
Speed: 1.168 ms
SELECT * FROM sections WHERE section_id = 1
Speed: 0.912 ms
SELECT * FROM section_settings WHERE section_id = 1
Speed: 0.842 ms
Speed: 2.849 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = block visitor AND setting_name = enabled AND journal_id = 1
Speed: 1.574 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = block visitor AND setting_name = enabled AND journal_id = 1
Speed: 1.053 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = block visitor AND journal_id = 1
Speed: 0.976 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = block indexed AND setting_name = enabled AND journal_id = 1
Speed: 0.929 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = block indexed AND setting_name = enabled AND journal_id = 1
Speed: 0.914 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = block indexed AND journal_id = 1
Speed: 1.390 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = block issn AND setting_name = enabled AND journal_id = 1
Speed: 0.940 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = block issn AND setting_name = enabled AND journal_id = 1
Speed: 0.947 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = block issn AND journal_id = 1
Speed: 0.972 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = block template AND setting_name = enabled AND journal_id = 1
Speed: 0.961 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = block template AND setting_name = enabled AND journal_id = 1
Speed: 0.960 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = block template AND journal_id = 1
Speed: 0.992 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = menu bar AND setting_name = enabled AND journal_id = 1
Speed: 0.988 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = menu bar AND setting_name = enabled AND journal_id = 1
Speed: 0.966 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = menu bar AND journal_id = 1
Speed: 0.990 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = plagiat checker AND setting_name = enabled AND journal_id = 1
Speed: 1.007 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = plagiat checker AND setting_name = enabled AND journal_id = 1
Speed: 0.911 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = plagiat checker AND journal_id = 1
Speed: 1.097 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = member block AND setting_name = enabled AND journal_id = 1
Speed: 0.917 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = member block AND setting_name = enabled AND journal_id = 1
Speed: 0.911 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = member block AND journal_id = 1
Speed: 1.000 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = references block AND setting_name = enabled AND journal_id = 1
Speed: 1.068 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = references block AND setting_name = enabled AND journal_id = 1
Speed: 0.894 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = references block AND journal_id = 1
Speed: 0.996 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = sertifikat akreditasi AND setting_name = enabled AND journal_id = 1
Speed: 0.999 ms
UPDATE plugin_settings SET
setting_value = 1,
setting_type = bool
WHERE plugin_name = sertifikat akreditasi AND setting_name = enabled AND journal_id = 1
Speed: 0.958 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = sertifikat akreditasi AND journal_id = 1
Speed: 1.017 ms
Speed: 1.441 ms
SELECT * FROM author_settings WHERE author_id = 121
Speed: 1.140 ms
SELECT * FROM author_settings WHERE author_id = 122
Speed: 1.058 ms
SELECT * FROM author_settings WHERE author_id = 123
Speed: 0.956 ms
Speed: 1.189 ms
SELECT * FROM author_settings WHERE author_id = 121
Speed: 0.989 ms
SELECT * FROM author_settings WHERE author_id = 122
Speed: 1.006 ms
SELECT * FROM author_settings WHERE author_id = 123
Speed: 0.965 ms
Speed: 1.232 ms
SELECT * FROM author_settings WHERE author_id = 121
Speed: 0.954 ms
SELECT * FROM author_settings WHERE author_id = 122
Speed: 0.949 ms
SELECT * FROM author_settings WHERE author_id = 123
Speed: 1.048 ms
Speed: 1.342 ms
SELECT * FROM author_settings WHERE author_id = 121
Speed: 1.015 ms
SELECT * FROM author_settings WHERE author_id = 122
Speed: 1.357 ms
SELECT * FROM author_settings WHERE author_id = 123
Speed: 1.074 ms
Speed: 1.113 ms
SELECT * FROM author_settings WHERE author_id = 121
Speed: 1.056 ms
SELECT * FROM author_settings WHERE author_id = 122
Speed: 1.072 ms
SELECT * FROM author_settings WHERE author_id = 123
Speed: 1.077 ms
Speed: 1.464 ms
SELECT * FROM author_settings WHERE author_id = 121
Speed: 1.176 ms
SELECT * FROM author_settings WHERE author_id = 122
Speed: 0.973 ms
SELECT * FROM author_settings WHERE author_id = 123
Speed: 0.919 ms
Speed: 1.000 ms
SELECT * FROM author_settings WHERE author_id = 121
Speed: 0.953 ms
SELECT * FROM author_settings WHERE author_id = 122
Speed: 0.944 ms
SELECT * FROM author_settings WHERE author_id = 123
Speed: 0.916 ms