OCS upgrade problems

Hi

I’m trying to upgrade from OCS 2.1.0.1 to 2.3.6.

I copied the patch file into my public_html directory, which is the root of my OCS installation, i.e. where all the other OCS directories (cache etc) are.

I then run: patch -p1 < ocs-2.1.0-1_to_2.3.6.patch

but get the following:

patching file cache/fc-locale-list.php

patching file ‘cache/t_compile/%%19^19D^19DCFE45%%aboutThisPublishingSystem.tpl.php’

Reversed (or previously applied) patch detected! Assume -R? [n]

Is this something I should click yes too? If so, it comes back with

Hunk #1 FAILED at 1.

1 out of 1 hunk FAILED – saving rejects to file ‘cache/t_compile/%%19^19D^19DCFE45%%aboutThisPublishingSphp.rej’

And then asks the same initial question but for another file.

Any idea what’s wrong?

Thanks

Stephane

It seems really odd to me that the patch file would include cache differences. The question you are being asked is “It looks like you’ve already done this, would you like to undo it?”. The answer is probably “no”.

That said, if all failures are on the contents of the cache folder, you can probably just clear the cache and proceed normally.

If there are other failures outside of the cache folder, or if things don’t appear to be working as expected, I strongly recommend using the “full upgrade” method over the “patch” method. If you have few or no local code changes, this will be easy. Even if you have many code changes, it is well worth selectively re-applying those changes atop of a clean codebase.

2 Likes

Thanks. Clearing the cache doesn’t seem to help. I’m a bit worried about doing a full new install as we have four past conferences in the system. If I do a clean installation, what directories and files would I need to move over to the new installation?

See the docs/UPGRADE.txt, section 3: “Full Package”.

Think of it not really as “new install”, but as a “clean upgrade”.

Hi

I tried the full package approach. I followed all the steps, but when I get to the upgrade part, it gives me the following error:

Errors occurred during installation:
A database error has occurred: Table 'paper_authors' already exists

Any ideas?

Thanks

Stephane

The upgrade script is trying to add the paper_authors table to the database, but it was already added successfully by your first upgrade.

If you have a copy of the pre-upgrade (2.1.0.1) database backup, and if content has not changed substantially between then and now, the best way forward is to restore the database and then re-run the upgrade script.

If you need or want to work with the existing database as-is, the steps forward will largely depend on what part(s) of the earlier patch upgrade were successful and what were unsuccessful. If the database upgrades were entirely successful and just some bits of code were lost, you should be able to run the system as-is. If some database upgrades were missed, this will be a tedious process of looking at the schema changes and re-applying them manually. If the “Errors occurred during installation” message was only a warning after completing the upgrade and not a fatal stop to the upgrade, again, the system should be usable as-is.

Hi

unfrotunately, my only SQL backup is from just before I tried the full backup, as I hadn’t thought the patching last week had managed to change anything. It also looks like the error now has been fatal as I get errors when I try to log into the website, e.g. DB Error: Unknown column ‘auth_str’ in ‘field list’

How would I go about looking at the schema changes you suggest? Sorry, I’m not an SQL expert!

Thanks

Stephane

Hi

I’ve managed to obtain a backup of the SQL database from before I ran the upgrade patch last week, which failed. However, even with this restored SQL database, I still get the error

Errors occurred during installation:
A database error has occurred: Table 'paper_authors' already exists

Was the paper_authors table only added in more recent OCS versions? I seem to remember that I once ran a patch related to author names, and I wonder if this added the table.

What would be a way forward? Remove the paper_authors table from SQL manually and then try upgrading again?

Thanks

Stephane

Glad to hear you found the original database backup. It looks like paper_presenters was renamed (back?) to paper_authors in version 2.3. If you’ve applied a patch to 2.1.0-1 which made this change, that would be one explanation for the error.

Another possibility is that the table wasn’t cleared out of the database when you restored the original backup. Did you do a DROP DATABASE before reloading the backup file?

If the paper_authors table does actually exist in the backup of 2.1.0-1, that means that the upgrade script isn’t suited to deal gracefully with discovering that this change that has already been made. This will be challenging to deal with, so I’m hoping you’ll find that paper_authors isn’t really in the backup file.

Excellent suggestion. It looks like it hadn’t wiped it clean and when I deleted the table and reloaded the backup, the paper_authors was gone. I’ve managed to upgrade without errors, though it also didn’t give a confirmation of success, but maybe that’s normal. The system seems to work.

Hi @Stephane_Hess,

There should definitely be a confirmation of success. Can you share the output from the upgrade process? It’s possible your PHP is configured with a time limit or something, which would result in the upgrade process getting killed partway through.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi Alec

where would I see the output, as it didn’t show anything

Thanks

Stephane

Hi @Stephane_Hess,

If you did a command-line upgrade, then you should get the output right on the command line; if you did a web-based upgrade, you should get an “upgrade successful” message on success, but if it fails, your PHP configuration will dictate where an error message goes. It should get directed to wherever PHP errors are logged. If you’re using the web-based upgrader and it’s an option to use the command line, I’d suggest trying the command line tool.

Regards,
Alec Smecher
Public Knowledge Project Team

Alec

thanks. I managed to get the php log and also the error log.

I performed the upgrade at around 18:32. This is the output from the main log (error ones in the second post)

icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:32:23 +0100] "GET /index.php/index/index/install/upgrade HTTP/1.1" 200 6059 "http://www.icmconference.org.uk/index.php/index/index/install" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:32:47 +0100] "GET /index.php/index/index/install/index HTTP/1.1" 200 21207 "http://www.icmconference.org.uk/index.php/index/index/install/upgrade" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 37.59.30.34 - - [15/Sep/2015:18:32:56 +0100] "GET /index.php/icmc/ICMC2013/paper/view/603/209 HTTP/1.1" 200 - "-" "sfFeedReader/0.9"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:24 +0100] "GET / HTTP/1.1" 200 5717 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:26 +0100] "POST /index.php/index/index/login/signIn HTTP/1.1" 200 - "http://www.icmconference.org.uk/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:27 +0100] "GET /lib/pkp/js/jquery.pnotify.js HTTP/1.1" 200 20375 "http://www.icmconference.org.uk/index.php/index/index/user" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:26 +0100] "GET /index.php/index/index/user HTTP/1.1" 200 13268 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:30 +0100] "GET /plugins/themes/uncommon/uncommon.css HTTP/1.1" 200 2507 "http://www.icmconference.org.uk/index.php/icmc/index/manager" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:30 +0100] "GET /index.php/icmc/index/manager HTTP/1.1" 200 18345 "http://www.icmconference.org.uk/index.php/index/index/user" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:33 +0100] "GET /index.php/index/index/index/index HTTP/1.1" 200 5266 "http://www.icmconference.org.uk/index.php/icmc/index/manager" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:38 +0100] "GET /index.php/icmc/ HTTP/1.1" 200 - "http://www.icmconference.org.uk/index.php/index/index/index/index" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:38 +0100] "GET /index.php/icmc/icmc2015 HTTP/1.1" 200 12509 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:33:47 +0100] "POST /index.php/icmc/icmc2015/search/results HTTP/1.1" 200 9392 "http://www.icmconference.org.uk/index.php/icmc/icmc2015" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:03 +0100] "GET /index.php/icmc/icmc2015/search/authors HTTP/1.1" 200 24773 "http://www.icmconference.org.uk/index.php/icmc/icmc2015/search/results" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:06 +0100] "GET /index.php/icmc/icmc2015/search/authors?searchInitial=H HTTP/1.1" 200 14162 "http://www.icmconference.org.uk/index.php/icmc/icmc2015/search/authors" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:08 +0100] "GET /index.php/icmc/icmc2015/search/authors/view?firstName=Stephane&middleName=&lastName=Hess&affiliation=Institute%20for%20Transport%20Studies%2C%20University%20of%20Leeds&country=GB HTTP/1.1" 200 8410 "http://www.icmconference.org.uk/index.php/icmc/icmc2015/search/authors?searchInitial=H" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:15 +0100] "GET /index.php/icmc/icmc2015/search/authors/view?firstName=Stephane&middleName=&lastName=Hess&affiliation=University%20of%20Leeds&country= HTTP/1.1" 200 7454 "http://www.icmconference.org.uk/index.php/icmc/icmc2015/search/authors?searchInitial=H" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:20 +0100] "GET /index.php/icmc/icmc2015 HTTP/1.1" 200 12509 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 207.46.13.77 - - [15/Sep/2015:18:34:21 +0100] "GET /index.php/icmc/ICMC2011/paper/view/308/163 HTTP/1.1" 200 1843 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:23 +0100] "GET /index.php/icmc/index/schedConfs/archive HTTP/1.1" 200 25684 "http://www.icmconference.org.uk/index.php/icmc/icmc2015" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /Logo_PTV_Web-gross_2.gif HTTP/1.1" 200 22040 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /mva.jpg HTTP/1.1" 200 9142 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /peter_davidson.jpg HTTP/1.1" 200 30690 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /randeurope.jpg HTTP/1.1" 200 3742 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /acccent.JPG HTTP/1.1" 200 71711 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /significance.jpg HTTP/1.1" 200 4129 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /its.jpg HTTP/1.1" 200 100392 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /uol.jpg HTTP/1.1" 200 37090 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /jocm.jpg HTTP/1.1" 200 26993 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:24 +0100] "GET /rsg.JPG HTTP/1.1" 200 176230 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:32 +0100] "GET /index.php/icmc/ICMC2013 HTTP/1.1" 200 9251 "http://www.icmconference.org.uk/index.php/icmc/index/schedConfs/archive" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:34:36 +0100] "GET /index.php/icmc/ICMC2013/search/authors HTTP/1.1" 200 26388 "http://www.icmconference.org.uk/index.php/icmc/ICMC2013" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
icmconference.org.uk 82.47.201.0 - - [15/Sep/2015:18:32:26 +0100] "POST /index.php/index/index/install/installUpgrade HTTP/1.1" 500 615 "http://www.icmconference.org.uk/index.php/index/index/install/upgrade" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"

and the error log is:

icmconference.org.uk [Tue Sep 15 18:21:38 2015] [error] [client 193.205.162.64:36058] AH01215: NOTICE: Undefined index:  redirect (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/site/SiteDAO.inc.php:50)
icmconference.org.uk [Tue Sep 15 18:21:39 2015] [error] [client 193.205.162.64:36058] AH01215: NOTICE: Undefined index:  citations (/home/sites/icmconference.org.uk/public_html/classes/paper/PaperDAO.inc.php:135)
icmconference.org.uk [Tue Sep 15 18:21:39 2015] [error] [client 193.205.162.64:36058] AH01215: NOTICE: Undefined index:  comments_status (/home/sites/icmconference.org.uk/public_html/classes/paper/PaperDAO.inc.php:152)
icmconference.org.uk [Tue Sep 15 18:21:39 2015] [error] [client 193.205.162.64:36058] AH01215: ocs2: DB Error: Table 'web106-ocs.paper_authors' doesn't exist
icmconference.org.uk [Tue Sep 15 18:22:30 2015] [error] [client 202.46.56.192:42212] AH01215: NOTICE: Undefined index:  redirect (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/site/SiteDAO.inc.php:50)
icmconference.org.uk [Tue Sep 15 18:22:30 2015] [error] [client 202.46.56.192:42212] AH01215: NOTICE: Undefined index:  citations (/home/sites/icmconference.org.uk/public_html/classes/paper/PaperDAO.inc.php:135)
icmconference.org.uk [Tue Sep 15 18:22:30 2015] [error] [client 202.46.56.192:42212] AH01215: NOTICE: Undefined index:  comments_status (/home/sites/icmconference.org.uk/public_html/classes/paper/PaperDAO.inc.php:152)
icmconference.org.uk [Tue Sep 15 18:22:30 2015] [error] [client 202.46.56.192:42212] AH01215: ocs2: DB Error: Table 'web106-ocs.paper_authors' doesn't exist
icmconference.org.uk [Tue Sep 15 18:27:55 2015] [error] [client 50.31.108.193:45303] AH01215: NOTICE: Undefined index:  redirect (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/site/SiteDAO.inc.php:50)
icmconference.org.uk [Tue Sep 15 18:28:39 2015] [error] [client 158.222.7.140:45126] AH01215: NOTICE: Undefined index:  redirect (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/site/SiteDAO.inc.php:50)
icmconference.org.uk [Tue Sep 15 18:34:38 2015] [error] [client 82.47.201.0:45782] End of script output before headers: index.php
icmconference.org.uk [Tue Sep 15 18:37:13 2015] [error] [client 82.47.201.0:48217] AH01215: NOTICE: Undefined variable: timingCorrect (/home/sites/icmconference.org.uk/public_html/classes/manager/form/TimelineForm.inc.php:222)
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215: NOTICE: Use of undefined constant HANDLER_CLASS - assumed 'HANDLER_CLASS' (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php:163)
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   Message: WARNING: array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   At line: 163
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   Message: WARNING: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   At line: 164
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 18:39:58 2015] [error] [client 202.46.49.135:42622] AH01215: ocs2: 404 Not Found
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215: NOTICE: Use of undefined constant HANDLER_CLASS - assumed 'HANDLER_CLASS' (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php:163)
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   Message: WARNING: array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   At line: 163
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   Message: WARNING: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   At line: 164
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 18:42:13 2015] [error] [client 68.180.229.176:42414] AH01215: ocs2: 404 Not Found
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215: NOTICE: Use of undefined constant HANDLER_CLASS - assumed 'HANDLER_CLASS' (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php:163)
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   Message: WARNING: array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   At line: 163
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   Message: WARNING: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   At line: 164
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:13:10 2015] [error] [client 66.249.78.160:51902] AH01215: ocs2: 404 Not Found
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215: NOTICE: Use of undefined constant HANDLER_CLASS - assumed 'HANDLER_CLASS' (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php:163)
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   Message: WARNING: array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   At line: 163
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   Message: WARNING: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   At line: 164
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:30:39 2015] [error] [client 202.46.48.27:57443] AH01215: ocs2: 404 Not Found
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215: NOTICE: Use of undefined constant HANDLER_CLASS - assumed 'HANDLER_CLASS' (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php:163)
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   Message: WARNING: array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   At line: 163
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   Message: WARNING: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   At line: 164
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215: ocs2: 404 Not Found
icmconference.org.uk [Tue Sep 15 19:33:31 2015] [error] [client 202.46.51.183:52975] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215: NOTICE: Use of undefined constant HANDLER_CLASS - assumed 'HANDLER_CLASS' (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php:163)
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   Message: WARNING: array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   At line: 163
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   At line: 164
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   Message: WARNING: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:36:24 2015] [error] [client 202.46.51.206:49153] AH01215: ocs2: 404 Not Found
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215: NOTICE: Use of undefined constant HANDLER_CLASS - assumed 'HANDLER_CLASS' (/home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php:163)
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   Message: WARNING: array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   At line: 163
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215: ocs2 has produced an error
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   Message: WARNING: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   In file: /home/sites/icmconference.org.uk/public_html/lib/pkp/classes/core/PKPPageRouter.inc.php
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   At line: 164
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   Stacktrace: 
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:   Server info:
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    PHP Version: 5.2.17
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    OS: Linux
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    Apache Version: N/A
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    DB Driver: mysql
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215:    DB server version: 5.5.35
icmconference.org.uk [Tue Sep 15 19:42:09 2015] [error] [client 202.46.53.90:46205] AH01215: ocs2: 404 Not Found

Does this help?

Stephane

Hi @Stephane_Hess,

I see warnings, but no fatal errors that would break the process completely. Is the command-line upgrade tool an option?

Regards,
Alec Smecher
Public Knowledge Project Team

sorry, I can only do the web based upgrade. Should I try it again? So far, the website seems to be working fine

Hi @Stephane_Hess,

Can you describe what happens when you hit the upgrade button?

Regards,
Alec Smecher
Public Knowledge Project Team

Alec

I just went ahead and replaced the sql database again with the pre-upgrade version. I then went into the upgrade page and clicked on “Upgrade Open Conference System”. My browser then indicated an activity for just under 30 seconds. The screen itself remains the same afterwards, no success or failure message, and the upgrade button is still there

Stephane

Hi @Stephane_Hess,

That’s definitely not a successful upgrade. Given that it’s running for around 30 seconds, I wonder whether you’ve got a PHP time limit of 30 seconds defined in your php.ini. Have a look at your phpinfo() output to check – I’m not sure why this isn’t resulting in a logged error message, but it’s a likely cause.

Regards,
Alec Smecher
Public Knowledge Project Team