- Code: Select all
OJS version 2.1.0.1
OS platform Linux
PHP version 5.1.6-2
Apache version Apache/2.0.55 (Debian) PHP/5.1.6-2
Database driver postgres
Database server version PostgreSQL 8.1.4 on i486-pc-linux-gnu, compiled by GCC cc (GCC) 4.1.2 20060920 (prerelease) (Debian 4.1.1-14)
I downloaded the last version of the OJS, unpacked on the old codes.
I followed the instructions, clicked in the Manual Upgrade button to get the SQLs to update the database manually.
I'm getting these errors:
- Code: Select all
Notice: Undefined index: url in /home/eruthes/public_html/ojsproducao/classes/article/AuthorDAO.inc.php on line 179
Notice: Undefined index: url in /home/eruthes/public_html/ojsproducao/classes/article/AuthorDAO.inc.php on line 179
Notice: Undefined index: url in /home/eruthes/public_html/ojsproducao/classes/article/AuthorDAO.inc.php on line 179
Notice: Undefined index: url in /home/eruthes/public_html/ojsproducao/classes/article/AuthorDAO.inc.php on line 179
Notice: Undefined index: url in /home/eruthes/public_html/ojsproducao/classes/article/AuthorDAO.inc.php on line 179
Notice: Undefined index: assoc_id in /home/eruthes/public_html/ojsproducao/classes/article/ArticleFileDAO.inc.php on line 234
Notice: Undefined index: url in /home/eruthes/public_html/ojsproducao/classes/article/AuthorDAO.inc.php on line 179
Notice: Undefined index: assoc_id in /home/eruthes/public_html/ojsproducao/classes/article/ArticleFileDAO.inc.php on line 234
DB Error: ERRO: coluna "assoc_id" da relação "article_files" não existe
When I comment the designateReviewVersions function on dbscripts/xml/upgrade.xml the dumb error changes to:
- Code: Select all
DB Error: ERRO: relação "rt_settings" não existe
When I also comment the migrateRtSettings function on dbscripts/xml/upgrade.xml, everything seems to run normally and I car edit the SQLs to insert the corrections posted from myself on http://pkp.sfu.ca/support/forum/viewtopic.php?t=1144
