Hi,
I try to install for the first time mysource matrix. I install it on a Arch Linux Box. I follow the official instructions (http://matrix.squiz.net/resources/installation), I created the postgres users/database and execute the step 1 and step 2. All work fine. But when I run the step 3 i get this error:
Fatal error: Call to undefined method Trigger_Action_Create_File_Asset_Edit_Fns::Trigger_Action_Edit_Fns() in /srv/http/mysource_matrix/core/assets/system/triggers/trigger_action_types/trigger_action_create_file_asset/trigger_action_create_file_asset_edit_fns.inc on line 37
What i need to do?
Thanks a lot
Marco
By the sounds of the error you are experiencing, I am presuming you are running on a system running PHP 5.3.
MySource Matrix is not currently supported on PHP 5.3 - there are backward compatibility breaks that we've found in this version of PHP that prevent Matrix from installing, as you have found out. You will need to downgrade to a 5.2 version of PHP (the most recent one should be fine) to install and use correctly.
I'm surprised this works at all, as the parent class doesn't have the constructor that is trying to be called. Does that mean PHP below 5.3 has implicit constructors then?