From db3ea84b02250d67a8a6a5bbec76cf273bad85ac Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 21 Mar 2013 17:33:09 +0100 Subject: [PATCH] Update upgrader.inc.php fixed upgrader typo --- include/admin/upgrader.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/admin/upgrader.inc.php b/include/admin/upgrader.inc.php index b35c7059..d4a4572d 100644 --- a/include/admin/upgrader.inc.php +++ b/include/admin/upgrader.inc.php @@ -169,7 +169,7 @@ $tasks = array(array('version' => '0.5.1', . '

function uninstall(&$propbag)
' . 'function event_hook($event, &$bag, &$eventData, $addData = null)

' . '

Older plugins specifically did not always include the $addData signature. Make sure this exists. - If after installation you get uncircumventable errors, you can make sure to set $serendipity[\'product\'] = true; in your serendipity_config_local.inc.php file. This should lower error reporting to a way that will not interfere with incompatible problem. But this is no solution in the long run, you need to update your plugins. + If after installation you get uncircumventable errors, you can make sure to set $serendipity[\'production\'] = true; in your serendipity_config_local.inc.php file. This should lower error reporting to a way that will not interfere with incompatible problem. But this is no solution in the long run, you need to update your plugins. Also, the serendipity_event_browsercompatibility plugin has been removed, because it\'s functionality was no longer required. You should uninstall that plugin if you are currently using it.

'), array('version' => '1.7-rc2',