Step 2 Install Errors

Hi,


When I run step 2, I get the following errors (there are dozens of error 2048s, but it all runs off the screen):


    Notice: Trying to get property of non-object in /home/mysource_matrix/core/include/mysource.inc on line 1878
    +--------------------------------------------------------------+
    | Unknown Error Type - 2048                                    |
    |--------------------------------------------------------------|
    | Assigning the return value of new by reference is deprecated |
    +--------------------------------------------------------------+
    
    Notice: Undefined index:  SQ_SYSTEM in /home/mysource_matrix/core/include/general.inc on line 805
    
    Notice: Trying to get property of non-object in /home/mysource_matrix/core/include/general.inc on line 805
    +----------------------------------------------------------------+
    | PHP Warning                                                    |
    |----------------------------------------------------------------|
    | main(DB.php): failed to open stream: No such file or directory |
    +----------------------------------------------------------------+
    
    Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/home/mysource_matrix/php_includes:') in /home/mysource_matrix/core/include/mysource.inc on line 26


Any ideas as to the cause? Thanks in advance! :)

Best regards,
AstroTux.

Two problems: One, you’re using PHP4.4 which is causing the 2048 errors. Secondly, you need to install PEAR and the pre-requisite PEAR modules for MySource Matrix. You can get a list of required modules here:


http://matrix.squiz.net/resources/requirements

I thought 2048 wasn't introduced until php5?

[quote]I thought 2048 wasn’t introduced until php5?
[right][post=“10298”]<{POST_SNAPBACK}>[/post][/right][/quote]





That’s right.



AstroTux, if that’s the case, you will have to downgrade to PHP 4 to use MySource Matrix.

Hi,


That's great - thanks!! :slight_smile:



Best regards,

AstroTux.