Undefined variable Installation Errors

Hello,

Trying to install the new version 1.10.1 but keep getting these errors so not installing:

Undefined variable: output
in ‘/home/sluwebse/public_html/analytics/core/Piwik.php’ at the line 2748

#0 Piwik_ErrorHandler(…) called at [/home/sluwebse/public_html/analytics/core/Piwik.php:2748]
#1 Piwik::checkIfFileSystemIsNFS(…) called at [/home/sluwebse/public_html/analytics/plugins/Installation/Controller.php:875]
#2 Piwik_Installation_Controller::getSystemInformation(…) called at [/home/sluwebse/public_html/analytics/plugins/Installation/Controller.php:946]
#3 Piwik_Installation_Controller->setupSystemCheckView(…) called at [/home/sluwebse/public_html/analytics/plugins/Installation/Controller.php:107]
#4 Piwik_Installation_Controller->systemCheck(…) called at [/home/sluwebse/public_html/analytics/plugins/Installation/Installation.php:77]
#5 Piwik_Installation->dispatch(…) called at [:]
#6 call_user_func_array(…) called at [/home/sluwebse/public_html/analytics/libs/Event/Dispatcher.php:213]
#7 Event_Dispatcher->addObserver(…) called at [/home/sluwebse/public_html/analytics/core/PluginsManager.php:545]
#8 Piwik_PluginsManager->addPluginObservers(…) called at [/home/sluwebse/public_html/analytics/core/PluginsManager.php:407]
#9 Piwik_PluginsManager->reloadPlugins(…) called at [/home/sluwebse/public_html/analytics/core/PluginsManager.php:290]
#10 Piwik_PluginsManager->loadPlugins(…) called at [/home/sluwebse/public_html/analytics/core/FrontController.php:267]
#11 Piwik_FrontController->init(…) called at [/home/sluwebse/public_html/analytics/index.php:52]

Try adding:

		$output = $returnCode = null;

in Piwik.php’ at the line 2747