Ubuntu installation error log


(Markos) #1

Matrix Version:
5.4.0.3

PHP:
7.1

PostgreSQL:
10

I’m getting the following error?

[2017-10-22 15:40:24][0:Matrix System][8:php notice][R] (/core/include/general.inc:935) - Only variables should be passed by reference
[2017-10-22 15:40:24][7:Public User][8:php notice][R] (/core/include/general.inc:935) - Only variables should be passed by reference
[2017-10-22 15:40:24][7:Public User][8:php notice][R] (/core/include/general.inc:935) - Only variables should be passed by reference
[2017-10-22 15:40:24][7:Public User][8:php notice][R] (/core/include/general.inc:935) - Only variables should be passed by reference
[2017-10-22 15:40:24][7:Public User][2:php warning][R] (/core/include/asset_manager.inc:627) - Declaration of Cache_Manager::create(&$link) should be compatible with Asset::create(array &$link)
[2017-10-22 15:40:24][7:Public User][2:php warning][R] (/core/include/asset_manager.inc:627) - Declaration of Cache_Manager::_getName($short_name = false) should be compatible with Asset::_getName($short_name = false, $contextid = NULL)
[2017-10-22 15:40:24][7:Public User][2:php warning][R] (/core/include/asset_manager.inc:627) - Declaration of Cache_Manager::setAttrValue($name, $value) should be compatible with Asset::setAttrValue($name, $value, $filter = NULL)
[2017-10-22 15:40:24][7:Public User][2:php warning][R] (/core/include/mysource.inc:757) - Cannot modify header information - headers already sent by (output started at /core/include/general.inc:223)
[2017-10-22 15:40:24][7:Public User][2:php warning][R] (/core/include/mysource.inc:767) - Cannot modify header information - headers already sent by (output started at /core/include/general.inc:223)
[2017-10-22 15:40:24][7:Public User][2:php warning][R] (/core/include/mysource.inc:768) - Cannot modify header information - headers already sent by (output started at /core/include/general.inc:223)

Thank you!


(Marcus Fong) #2

I’d suspect this is most likely the problem:

Squiz Matrix supports PHP version 5.4 and 5.6. It is strongly recommended that you do use PHP version 5.6.


(Markos) #3

Thank you Marcus Fong.

I installed PHP 5.6 and everything worked perfectly.

Thank you.