Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
JohnGrobler wrote:Thanks Matt, issue #2 has been resolved by manually adding the SIGNOFF_COPYEDITING_AUTHOR as per your comments. SQL code example:
- Code: Select all
INSERT INTO signoffs (symbolic, assoc_type, assoc_id, user_id) VALUES ('SIGNOFF_COPYEDITING_AUTHOR', '257', '184', '0')
Regards,
John Grobler
JohnGrobler wrote:Thanks Matt, issue #2 has been resolved by manually adding the SIGNOFF_COPYEDITING_AUTHOR as per your comments. SQL code example:
- Code: Select all
INSERT INTO signoffs (symbolic, assoc_type, assoc_id, user_id) VALUES ('SIGNOFF_COPYEDITING_AUTHOR', '257', '184', '0')
Regards,
John Grobler
ojs2 has produced an error\n Message: WARNING: array_keys() [<a href='function.array-keys'>function.array-keys</a>]: The first argument should be an array\n In file: /.../lib/pkp/classes/core/DataObject.inc.php\n At line: 53\n Stacktrace: \n Server info:\n OS: Linux\n PHP Version: 5.2.14\n Apache Version: Apache/2.2.16 (Unix) DAV/2 PHP/5.2.14\n DB Driver: mysql\n DB server version: 5.0.84-log, referer: http://.../index.php/myjournal/issue/current
ojs2 has produced an error\n Message: WARNING: array_shift() [<a href='function.array-shift'>function.array-shift</a>]: The argument should be an array\n In file: /.../lib/pkp/classes/core/DataObject.inc.php\n At line: 54\n Stacktrace: \n Server info:\n OS: Linux\n PHP Version: 5.2.14\n Apache Version: Apache/2.2.16 (Unix) DAV/2 PHP/5.2.14\n DB Driver: mysql\n DB server version: 5.0.84-log, referer: http://.../index.php/myjournal/issue/current
PHP Fatal error: Cannot return string offsets by reference in /.../lib/pkp/classes/core/DataObject.inc.php on line 55, referer: http://.../index.php/myjournal/issue/currentJohnGrobler wrote:Thanks Matt, issue #2 has been resolved by manually adding the SIGNOFF_COPYEDITING_AUTHOR as per your comments. SQL code example:
- Code: Select all
INSERT INTO signoffs (symbolic, assoc_type, assoc_id, user_id) VALUES ('SIGNOFF_COPYEDITING_AUTHOR', '257', '184', '0')
Regards,
John Grobler
PHP Fatal error: Call to a member function getDateNotified() on a non-object in /[path]/cache/t_compile/%%B0^B03^B0335942%%copyedit.tpl.php on line 151, referer: http://[site]/editor/submissionEditing/1580INSERT INTO signoffs (symbolic, assoc_type, assoc_id, user_id) VALUES ('SIGNOFF_COPYEDITING_AUTHOR', '257', '184', '0')SELECT symbolic, count( * )
FROM `signoffs`
GROUP BY `symbolic`
symbolic count(*)
SIGNOFF_COPYEDITING_AUTHOR 166
SIGNOFF_COPYEDITING_FINAL 365
SIGNOFF_COPYEDITING_INITIAL 365
SIGNOFF_LAYOUT 365
SIGNOFF_PROOFREADING_AUTHOR 365
SIGNOFF_PROOFREADING_LAYOUT 365
SIGNOFF_PROOFREADING_PROOFREADER 365
SELECT count(*) FROM author_settings WHERE setting_name = 'affiliation' AND (locale IS NULL OR locale = '');Return to OJS Technical Support
Users browsing this forum: No registered users and 3 guests