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
Pengaruh Accrual Earnings Management dan Real Earnings Management terhadap Kinerja Perusahaan dengan Struktur Kepemilikan sebagai Variabel Pemoderasi | Syafiqurrahman | Jurnal Akuntansi dan Bisnis
Pengaruh Accrual Earnings Management dan Real Earnings Management terhadap Kinerja Perusahaan dengan Struktur Kepemilikan sebagai Variabel Pemoderasi
Muhammad Syafiqurrahman, Dian Antony
##article.abstract##
This research aims to examine the effect of accrual earnings management and real earnings management on firm performance and examine the influence of of ownership structure in moderating the relationship between accrual earnings management and real earnings management to corporate performance. Companies that do accrual or real earnings management is expected to report good performance. Accrual earnings management is measured using discretionary accruals, and real earnings management is calculated by summing the standardized variables of abnormal CFO, abnormal production cost, and abnormal discretionary expense, as well as ownership structure in this research can be divided into concentrated ownership structure and ownership structure spread. The sample in this study were non-financial public company listed on the Stock Exchange and obtained a sample of 118 firms with observations for 4-year period (2004-2007).
This study obtained evidence that accrual earnings management does not affect the performance of the company, while real earnings management affects firm performance. Ownership structure does not affect the relationship between accrual earnings management with the company's performance, but the ownership structure weaken the relationship between real earnings management to corporate performance.
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 = bjhrsrh2coghj33frlhf2lrhk7
Speed: 2.060 ms
INSERT INTO sessions
(session_id, ip_address, user_agent, created, last_used, remember, data, domain)
VALUES
(bjhrsrh2coghj33frlhf2lrhk7, 3.145.102.18, Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com), 1732765394, 1732765394, 0, , jab1.fe.uns.ac.id
Speed: 8.213 ms
SELECT * FROM journals WHERE path = ja
Speed: 1.491 ms
Speed: 1.147 ms
Speed: 3.406 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.generic.pln.classes.tasks.Depositor
Speed: 1.289 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.generic.usageStats.UsageStatsLoader
Speed: 0.866 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.importexport.crossref.CrossrefInfoSender
Speed: 0.675 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.importexport.crossref.CrossrefInfoSender
Speed: 0.761 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.ReviewReminder
Speed: 0.669 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.SubscriptionExpiryReminder
Speed: 0.762 ms
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.OpenAccessNotification
Speed: 0.777 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 = 146
Speed: 2.660 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 = 146
Speed: 1.643 ms
Speed: 1.299 ms
SELECT * FROM article_settings WHERE article_id = 146
Speed: 1.155 ms
Speed: 1.184 ms
SELECT i.* FROM issues i WHERE issue_id = 20
Speed: 1.056 ms
SELECT * FROM issue_settings WHERE issue_id = 20
Speed: 0.938 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-145-102-18.us-east-2.compute.amazonaws.com, LENGTH(ec2-3-145-102-18.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.031 ms
SELECT isip.subscription_id
FROM
institutional_subscription_ip isip,
subscriptions s,
subscription_types st
WHERE ((isip.ip_end IS NOT NULL
AND 59860498 >= isip.ip_start AND 59860498 <= 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:43:14' >= s.date_start AND '2024-11-28 10:43:14' <= s.date_end))) AND (st.format = 1
OR st.format = 17))
OR (isip.ip_end IS NULL
AND 59860498 = isip.ip_start
AND isip.subscription_id = s.subscription_id
AND s.journal_id = 1
Speed: 1.660 ms
SELECT * FROM sections WHERE section_id = 1
Speed: 1.249 ms
SELECT * FROM section_settings WHERE section_id = 1
Speed: 1.085 ms
SELECT * FROM sections WHERE section_id = 1
Speed: 0.925 ms
SELECT * FROM section_settings WHERE section_id = 1
Speed: 0.977 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 = 146
Speed: 1.086 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 = 146
Speed: 1.452 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 = 146
Speed: 1.051 ms
Speed: 0.791 ms
SELECT * FROM article_settings WHERE article_id = 146
Speed: 0.905 ms
Speed: 0.941 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-145-102-18.us-east-2.compute.amazonaws.com, LENGTH(ec2-3-145-102-18.us-east-2.compute.amazonaws.com)+1, '.'))) != 0
AND iss.domain != ''
AND iss.subscription_id = s.subscription_id
AND s.journal_id = 1
Speed: 0.925 ms
SELECT isip.subscription_id
FROM
institutional_subscription_ip isip,
subscriptions s,
subscription_types st
WHERE ((isip.ip_end IS NOT NULL
AND 59860498 >= isip.ip_start AND 59860498 <= 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:43:14' >= s.date_start AND '2024-11-28 10:43:14' <= s.date_end))) AND (st.format = 1
OR st.format = 17))
OR (isip.ip_end IS NULL
AND 59860498 = isip.ip_start
AND isip.subscription_id = s.subscription_id
AND s.journal_id = 1
Speed: 0.918 ms
SELECT *
FROM citations
WHERE assoc_type = 257 AND assoc_id = 146 AND citation_state >= 0 AND citation_state <= 5
Speed: 0.882 ms
SELECT * FROM sections WHERE section_id = 1
Speed: 0.882 ms
SELECT * FROM section_settings WHERE section_id = 1
Speed: 0.768 ms
Speed: 1.740 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = block visitor AND setting_name = enabled AND journal_id = 1
Speed: 1.175 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: 0.975 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = block visitor AND journal_id = 1
Speed: 0.790 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = block indexed AND setting_name = enabled AND journal_id = 1
Speed: 0.776 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.852 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = block indexed AND journal_id = 1
Speed: 0.943 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = block issn AND setting_name = enabled AND journal_id = 1
Speed: 0.811 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.752 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = block issn AND journal_id = 1
Speed: 0.977 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = block template AND setting_name = enabled AND journal_id = 1
Speed: 0.992 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.918 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = block template AND journal_id = 1
Speed: 1.010 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = menu bar AND setting_name = enabled AND journal_id = 1
Speed: 0.924 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.863 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = menu bar AND journal_id = 1
Speed: 1.110 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = plagiat checker AND setting_name = enabled AND journal_id = 1
Speed: 0.937 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.923 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = plagiat checker AND journal_id = 1
Speed: 1.122 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = member block AND setting_name = enabled AND journal_id = 1
Speed: 0.893 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.839 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = member block AND journal_id = 1
Speed: 0.869 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = references block AND setting_name = enabled AND journal_id = 1
Speed: 0.878 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.903 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = references block AND journal_id = 1
Speed: 0.971 ms
SELECT COUNT(*) FROM plugin_settings WHERE plugin_name = sertifikat akreditasi AND setting_name = enabled AND journal_id = 1
Speed: 0.882 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.977 ms
SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = sertifikat akreditasi AND journal_id = 1
Speed: 0.880 ms
Speed: 1.281 ms
SELECT * FROM author_settings WHERE author_id = 206
Speed: 1.072 ms
SELECT * FROM author_settings WHERE author_id = 207
Speed: 0.844 ms
Speed: 1.001 ms
SELECT * FROM author_settings WHERE author_id = 206
Speed: 0.882 ms
SELECT * FROM author_settings WHERE author_id = 207
Speed: 0.819 ms
Speed: 1.166 ms
SELECT * FROM author_settings WHERE author_id = 206
Speed: 0.909 ms
SELECT * FROM author_settings WHERE author_id = 207
Speed: 0.866 ms
Speed: 1.076 ms
SELECT * FROM author_settings WHERE author_id = 206
Speed: 1.012 ms
SELECT * FROM author_settings WHERE author_id = 207
Speed: 0.874 ms
Speed: 1.012 ms
SELECT * FROM author_settings WHERE author_id = 206
Speed: 0.896 ms
SELECT * FROM author_settings WHERE author_id = 207
Speed: 0.868 ms
Speed: 1.066 ms
SELECT * FROM author_settings WHERE author_id = 206
Speed: 0.895 ms
SELECT * FROM author_settings WHERE author_id = 207
Speed: 0.859 ms
Speed: 0.980 ms
SELECT * FROM author_settings WHERE author_id = 206
Speed: 0.861 ms
SELECT * FROM author_settings WHERE author_id = 207
Speed: 0.900 ms