(mysql): SELECT * FROM sessions WHERE session_id = 'ikbdpm2u0gjs4vulvqbmq53f55'
(mysql): SELECT * FROM journals WHERE path = 'jpsa'
(mysql): SELECT * FROM site
(mysql): SELECT v.*
FROM versions v LEFT JOIN plugin_settings ps ON
lower(v.product_class_name) = ps.plugin_name
AND ps.setting_name = 'enabled' AND ((journal_id = '916') OR v.sitewide = 1)
WHERE v.current = 1 AND (ps.setting_value = '1' OR v.lazy_load <> 1)
(mysql): SELECT setting_name, setting_value, setting_type FROM plugin_settings WHERE plugin_name = 'objectsforreviewplugin' AND journal_id = '916'
(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.generic.usageStats.UsageStatsLoader'
(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.generic.pln.classes.tasks.Depositor'
(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.importexport.crossref.CrossrefInfoSender'
(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.importexport.crossref.CrossrefInfoSender'
(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'plugins.importexport.datacite.DataciteInfoSender'
(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'classes.tasks.ReviewReminder'
(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'classes.tasks.SubscriptionExpiryReminder'
(mysql): SELECT last_run FROM scheduled_tasks WHERE class_name = 'classes.tasks.OpenAccessNotification'
(mysql): 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 = '31567' ORDER BY pa.issue_id, a.article_id
(mysql): 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 = 31567
(mysql): 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.article_id = 31567 ORDER BY g.seq
(mysql): SELECT * FROM article_galley_settings WHERE galley_id = '8541'
(mysql): SELECT * FROM article_settings WHERE article_id = '31567'
(mysql): SELECT s.*, a.file_name, a.original_file_name, a.file_type, a.file_size, a.date_uploaded, a.date_modified FROM article_supplementary_files s LEFT JOIN article_files a ON (s.file_id = a.file_id) WHERE s.article_id = 31567 ORDER BY s.seq
(mysql): SELECT i.*
FROM issues i INNER JOIN issue_settings ist ON i.issue_id = ist.issue_id
WHERE ist.setting_name = 'pub-id::publisher-id' AND ist.setting_value = '841' ORDER BY i.issue_id
(mysql): SELECT i.* FROM issues i WHERE issue_id = 841
(mysql): SELECT * FROM issue_settings WHERE issue_id = '841'
(mysql):
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('216.73.216.3', LENGTH('216.73.216.3')+1, '.'))) != 0
AND iss.domain != ''
AND iss.subscription_id = s.subscription_id
AND s.journal_id = '916'
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 ('2025-09-17 09:10:28' >= s.date_start AND '2025-09-17 09:10:28' <= s.date_end))) AND (st.format = 1
OR st.format = 17)
(mysql):
SELECT isip.subscription_id
FROM
institutional_subscription_ip isip,
subscriptions s,
subscription_types st
WHERE ((isip.ip_end IS NOT NULL
AND '3628718083' >= isip.ip_start AND '3628718083' <= isip.ip_end
AND isip.subscription_id = s.subscription_id
AND s.journal_id = '916'
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 ('2025-09-17 09:10:28' >= s.date_start AND '2025-09-17 09:10:28' <= s.date_end))) AND (st.format = 1
OR st.format = 17))
OR (isip.ip_end IS NULL
AND '3628718083' = isip.ip_start
AND isip.subscription_id = s.subscription_id
AND s.journal_id = '916'
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 ('2025-09-17 09:10:28' >= s.date_start AND '2025-09-17 09:10:28' <= s.date_end))) AND (st.format = 1
OR st.format = 17)))
(mysql): 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 = 8541 AND g.article_id = 31567
(mysql): SELECT * FROM article_galley_settings WHERE galley_id = '8541'
(mysql): SELECT v.*
FROM versions v LEFT JOIN plugin_settings ps ON
lower(v.product_class_name) = ps.plugin_name
AND ps.setting_name = 'enabled' AND ((journal_id = '916') OR v.sitewide = 1)
WHERE v.current = 1 AND (ps.setting_value = '1' OR v.lazy_load <> 1)
(mysql): 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 = '31567' ORDER BY pa.issue_id, a.article_id
(mysql): 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 = 31567
(mysql): 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.article_id = 31567 ORDER BY g.seq
(mysql): SELECT * FROM article_galley_settings WHERE galley_id = '8541'
(mysql): SELECT * FROM article_settings WHERE article_id = '31567'
(mysql): SELECT s.*, a.file_name, a.original_file_name, a.file_type, a.file_size, a.date_uploaded, a.date_modified FROM article_supplementary_files s LEFT JOIN article_files a ON (s.file_id = a.file_id) WHERE s.article_id = 31567 ORDER BY s.seq
(mysql): SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM 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 article_id = '31567'
(mysql): SELECT * FROM article_settings WHERE article_id = '31567'
(mysql): SELECT a.* FROM article_files a WHERE file_id = '71223' AND article_id = '31567' ORDER BY revision DESC LIMIT 1
(mysql): select version()
ojs2 has produced an error
Message: WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/ojs/lib/pkp/lib/adodb/adodb.inc.php:377)
In file: /var/www/html/ojs/lib/pkp/classes/file/FileManager.inc.php
At line: 259
Stacktrace:
Server info:
OS: Linux
PHP Version: 5.6.32
Apache Version: Apache/2.4.29 (Unix)
DB Driver: mysql
DB server version: 5.7.44
ojs2 has produced an error
Message: WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/ojs/lib/pkp/lib/adodb/adodb.inc.php:377)
In file: /var/www/html/ojs/lib/pkp/classes/file/FileManager.inc.php
At line: 260
Stacktrace:
Server info:
OS: Linux
PHP Version: 5.6.32
Apache Version: Apache/2.4.29 (Unix)
DB Driver: mysql
DB server version: 5.7.44
ojs2 has produced an error
Message: WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/ojs/lib/pkp/lib/adodb/adodb.inc.php:377)
In file: /var/www/html/ojs/lib/pkp/classes/file/FileManager.inc.php
At line: 261
Stacktrace:
Server info:
OS: Linux
PHP Version: 5.6.32
Apache Version: Apache/2.4.29 (Unix)
DB Driver: mysql
DB server version: 5.7.44
ojs2 has produced an error
Message: WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/ojs/lib/pkp/lib/adodb/adodb.inc.php:377)
In file: /var/www/html/ojs/lib/pkp/classes/file/FileManager.inc.php
At line: 262
Stacktrace:
Server info:
OS: Linux
PHP Version: 5.6.32
Apache Version: Apache/2.4.29 (Unix)
DB Driver: mysql
DB server version: 5.7.44
ojs2 has produced an error
Message: WARNING: Cannot modify header information - headers already sent by (output started at /var/www/html/ojs/lib/pkp/lib/adodb/adodb.inc.php:377)
In file: /var/www/html/ojs/lib/pkp/classes/file/FileManager.inc.php
At line: 263
Stacktrace:
Server info:
OS: Linux
PHP Version: 5.6.32
Apache Version: Apache/2.4.29 (Unix)
DB Driver: mysql
DB server version: 5.7.44
%PDF-1.5
%
1 0 obj
<>>>
endobj
2 0 obj
<>
endobj
3 0 obj
<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 26 0 R] /MediaBox[ 0 0 595.32 842.04] /Contents 4 0 R/Group<>/Tabs/S/StructParents 0>>
endobj
4 0 obj
<>
stream
x=ks۸3oW4 n3٤44voNXeɫGR Hy#mX@H6&ӳͦ֓_f6$rEV铼shS((UU?<}"$ֲ :V2J8mzʝNT8˨?->)2kLFRĺd'RGa
QE4.坽l?=}a]+ 7#!;dk (G'$I .?~ywt@Satrx%s8;X)>It!q*Z,.F
D
О*X;( t:Ry"ѻ9蛻.J sݹdDtTw~r(>@dz ٻz1Fl2Epl>L.w9.ё
hadg 7[+7GFJ9OY6*`R-K,G]o LoAXD
R}[0>Х^|
:z[@HgG'GW2!S|PUhv|"R01DDz]VSX,Ds^qutb$7\4qޫ?Ô+G,S
'*u\(%?{jHT>?AT/$eNHZY4O>GC4 _uTv z,1NޢZbr76@(8LނJ^M[F;xkǣ>镢!QFI\ѐy{oEמVUN;((p
N|ARp"V="{S%XVkvBc;<^Ð$Y,s,y{RN_UVb|"?̩L$zЛ%"9,Vks2VJbP
,kH(ʅѿTT/0L}
5k KW؇妓In瘸bijS)drVN(;ǖϰT5Gв5yp3
R䰒Ii KW|=wӗ A%psy1
LJB=<)N[:l
I ̵pGf>4_LRCK_I VuVvPtT_܅X߁u=9uUȭ}? b]5R2UЯ%bH<@P (G1aEqF9p'-@}I vQ_G'0x|e)_KЅsY(ڭ~U%qJǾz1U,B=FzTIT6M)
j.녋UG'./h'Vs;/\EҖIOZʯ$q2܍=!0Bl;ufykr\EKo5LzS3|*7r)hDžt?{<=DE*mpζ]36OWo~N{jXn6˻VQ: a,ǽO'wj:}x6Ih M1:}{(iM D#N@*(jg^
~<3gs/;m8s-~k;?W5^vG=% ]~4g3kRe7KCk3%s
co{-wh]W?W8}F4Vx#@%fڂEzߟ-h-o57X,γ6Aq7Ѩ^wP%2L?D& |YlwpOq_c
w03NxHR*:u4V ! ^jYl:DXa>3i&(/5VjI
v) {Y@ $9Q8ToHB``Yi?l}΅$2Bx@
1]: )XwP8t0(;DŽ"mArQaY(HJee1gfj@