(mysql): SELECT * FROM sessions WHERE session_id = 'ho2nbn59q17ps0rmgad8j2uks4'
(mysql): SELECT * FROM journals WHERE path = 'the2ndproceeding'
(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 = '39') 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 = '39'
(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 = '1141' 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 = 1141
(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 = 1141 ORDER BY g.seq
(mysql): SELECT * FROM article_galley_settings WHERE galley_id = '877'
(mysql): SELECT * FROM article_settings WHERE article_id = '1141'
(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 = 1141 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 = '183' ORDER BY i.issue_id
(mysql): SELECT i.* FROM issues i WHERE issue_id = 183
(mysql): SELECT * FROM issue_settings WHERE issue_id = '183'
(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 = '39'
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:27:32' >= s.date_start AND '2025-09-17 09:27:32' <= 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 = '39'
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:27:32' >= s.date_start AND '2025-09-17 09:27:32' <= 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 = '39'
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:27:32' >= s.date_start AND '2025-09-17 09:27:32' <= 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 = 877 AND g.article_id = 1141
(mysql): SELECT * FROM article_galley_settings WHERE galley_id = '877'
(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 = '39') OR v.sitewide = 1)
WHERE v.current = 1 AND (ps.setting_value = '1' OR v.lazy_load <> 1)
(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 = '1141'
(mysql): SELECT * FROM article_settings WHERE article_id = '1141'
(mysql): SELECT a.* FROM article_files a WHERE file_id = '2156' AND article_id = '1141' 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[ 18 0 R 19 0 R] /MediaBox[ 0 0 595.32 841.92] /Contents 4 0 R/Group<>/Tabs/S/StructParents 0>>
endobj
4 0 obj
<>
stream
x[[s۶~LcdVmsc3'Z-6iKT|_"As8&qY.-@WuqOjuO泩}~Wy]Tɉ{yn_/KdJ%Y$г|qzw}owӋs,%@GYRdSx@/dzxqu 2He| N=Zyً߿f8㲝q#e.8Be?E'GG_NGYO_"_3/>wq,^@I@ T`%~QzS@6X2._Fa(O0'G1(߱4Iͩy'GOYqsT4:9R<ۍ0 `W܌3c ?Iy8"*qBqS-$tu1-"ʿKu+֪S,H:WT
TDrJ@o84$Q6r@JK_R͈3(nB
ږOi"kzhy5zr,$bĿvvt|fA[)ҶJ͖Aoeio #GLۥQBjgh,:,~GƋ@Ցޜ^y/yyè
f:MmBIsJ黷Z/G?tq^F;(ϱߣ7czyq5Z?`Hg0&^C"
x͆[ 1FN.uyQʄϼ#cL-p?x2'6ϻBt
W8=ҿ証(a%A5ЋP}+LBSKDko
jr<EC+T9^;Du`/6tV^u[=D_;Oht3 PگU>A)QAjt,]-W=x,ё/#^v_мp£a fsߡwlJ{7t`:ʀ[czPI# Dܣq163#
]<~aX3s9K.a ه끡JIEJd.P!wˉ-3?_b.k-]MKWwF}W"L~CUв WADi.(˲!e=ĀfKzg:dᝎfF }ީIǟXi>
gۊuYIBd Oq`:QAtl'A&\aBJmqoaI\qBxȫފ}6a43qLbE@ץhoC@hDjT..!_2t/X>Wҍ$~>
gPMI@P%]1Dj7Dg_)|X9?>ƃb:(+^D4w!0$ OqAK$Ll,s
K."ZMC}㗀M_OL2
GvQ'${F{%TBCI-1H|+"G@~K?t^
0q 3o7Ѐ ǭXn7w@z;afS)ճÐe\d`'?cC(B[Q(Z9sr{AbÇDәb:R'JAGom$G:(phOrg$'uĈa{c
ME TǧfTWǢ|ƻ3|ҲI.63L$I2Od6ҴVaCgU33|夸_R52:[,p%34(8T%& CivVif]hfѦI;+Uv UN+J3b=XrCqBlyZsGQ|`m䋍kfۈL^oD48zX-="*zd״}IM @VSێqAL nؚIc*"MH[#-O*
8/_}PA6Ew3{"3>|nOJŦl\y2~X$x_aQ])pv[W ؝q<
x%Mb9un&:݈C\'O4}Lh:NB":[m(O<=@ҝۄsp{)&Mvq$t"U)j^ɺjI=Bú@Gx0Jyrx(D6ٺ̈́h9ף>WUnLnԺ'HJ˕u;̸df@s Qje3 Aծ6\u5~%z|&oD5һ+j
+(Lyp#Jd(ʺDz00Kt8
,K5̂oyOR-
KVU4kH#[/i[4dnK2)Р\hR+t~AAA_?"+`˨
] N]>\ůU(^oX(.gl~(- G*1lOkP`b23qĺ X*}9ΘzfIzMPlufUm!dVfO3a:ź@%FYC٦>(_÷jhum]-If飴eX]yCցT1!H,kSF9"[yFE}iAuyym
y5n/2+H4HVFؾuue-/
ۺE]C cϚa/~`˻|h[?M5勤m>w<n^ۙly9E$b*n'ckƅ!PYt8k)ഺRtwú\-TochV{jo 6-=Rέ||
8z/_Fv%&%O$%2[R7Ǽ*)a S= "b=-7u{ s~ݦ6J<xk C{nOMJ4+d,!Vq\R[fp.8hmaj79UcQV=%0V5,DyAWN*MZyƀҼ5緝.k]/ӾR`#
7=Ox Eafsw[9/XE܀wOrPMMIxIRYw0,
͔s˜p*lD/bjpHL6}58 ԃ7ۻd|Ĕ|%Kw}o dC6r{}02l
oy.l%*rgH.8jRZLj%XI_
XDuj,lI*j Ai-
s{DoO7l3G
xNVx"Uo H2~
=yX-(>2թlvcrvm0`JFyF)_B[@%|G6>k{cz2Tt?֬}Vq;n ,*d=:8%8暛7U'=)3C
?A ]HUEI} q4ZFMTү~FoFP/TB|oK
7k=v`|ա:5yC}B#=K[7dxP)Ϻ
-=m:
ծlT??J1v_"J>
endobj
6 0 obj
<>
endobj
7 0 obj
<>
endobj
8 0 obj
<>
endobj
9 0 obj
<>
endobj
10 0 obj
<>
endobj
11 0 obj
<>
endobj
12 0 obj
[ 13 0 R]
endobj
13 0 obj
<>
endobj
14 0 obj
<>
endobj
15 0 obj
<>
endobj
16 0 obj
<>
endobj
17 0 obj
<>
endobj
18 0 obj
<>/F 4/A<>/StructParent 1>>
endobj
19 0 obj
<>/F 4/A<>/StructParent 2>>
endobj
20 0 obj
<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/MediaBox[ 0 0 595.32 841.92] /Contents 21 0 R/Group<>/Tabs/S/StructParents 3>>
endobj
21 0 obj
<>
stream
xYYs~ߪx]"4Ϊ-$mqʎ7RyP!!-)ίO3$@+boo&.WM,W{-oY/En7^H/R@*3b^DB9At<u"pғ{I/`Og/?@Vm@L{"?r!I \w
b9!$NH"vR,:s|Fb0*xy_1xgO\,=SDo$Qـ$veA"vodC&