bozana
February 5, 2018, 11:30am
4
Could you maybe also try this SQL statement in your database:
SELECT a.article_id FROM articles a LEFT JOIN sections s ON (a.section_id = s.section_id) WHERE s.section_id IS NULL
And maybe take a look at this post too:
Hi,
I am upgrading from version 2.4.8.2 to 3.1.0 and am encountering the following warning:
[date: dbscripts / xml / upgrade / remove_timed_views_bots.xml (skipped)]
[date: dbscripts / xml / upgrade / 3.0.0_preupdate_commentsToEditor.xml]
[code: Installer :: concatenateIntoAbout]
PHP Warning: Invalid argument supplied for foreach () in /var/www/ojs-3.1.0/clas ses / install / Upgrade.inc.php on line 2085
PHP Warning: Invalid argument supplied for foreach () in /var/www/ojs-3.1.0/clas ses /…
maybe this one too:
Hello all,
For some days now I’m trying to do a test upgrade on our OJS. Several minor problems like convert file extensions to lower case, empty date fields, and articles with no section_id were already corrected, but I’m still getting the error:
[code]
PHP Warning: assert(): Assertion failed in /ojs_temp/rc-3.0.1/lib/pkp/classes/submission/PKPSubmissionFileDAO.inc.php on line 380
PHP Stack trace:
PHP 1. {main}() /ojs_temp/rc-3.0.1/tools/upgrade.php:0
PHP 2. UpgradeTool->execute() /ojs_…