Instalation problem

Hi, i have that problem in instalation …anyone can help me?




MySource Matrix will now try and create the database tables needed by the system. Note that this step may take some time, so do not interrupt the processing of this step after clicking the "Next" button.





Could not find the XML_Tree class in your include_path (.:/usr/lib/php:/usr/local/lib/php). You may be able to find a solution to the problem on the MySource Matrix forums.



Frederico Rodrigues

Can you check your matrix/data/private/conf/main.inc file and make sure there's a line like

[quote]define('SQ_CONF_PEAR_PATH', '/home/mnyeholt/mysource_matrix/php_includes');

$inc_dir = ini_get('include_path');

$inc_dir = (substr($inc_dir, 0, 2) == '.:') ? '.:'.SQ_CONF_PEAR_PATH.':'.substr($inc_dir, 2) : SQ_CONF_PEAR_PATH.':'.$inc_dir;

ini_set('include_path', $inc_dir);[/quote]



This sets the include path to be able to find XML_Tree

[quote]Can you check your matrix/data/private/conf/main.inc file and make sure there's a line like






This sets the include path to be able to find XML_Tree[/quote]

the setup dont create me a main.inc file, I put the permissions right…but nothing…i read in another post, maybe the problem are the user on apache…my question is can i create de main.inc manually…



Frederico rodrigues

That's strange; You shouldn't be able to get to that stage of the install process if you don't have a main.inc file. Have you tried running a command line installation?

No, i don't have tried running a command line… the installation go to set 15 end give me error:















I verified main.inc does not exists…







Frederico Rodrigues

Check to make sure the permissions on the matrix/data directory (and all its subdirectories) have write permission for the user running the webbrowser (apache in most cases). Do you get any other errors during the install about being unable to write to certain directories at all?

I had this same problem. I get no errors, and the main.inc does not get written.


Step 14 says it is writting the file, step 15 says creating tables, but I bomb on 15 with the error:



Could not find the XML_Tree class in your include_path (.:/usr/share/pear). You may be able to find a solution to the problem on the MySource Matrix forums.



And there is no file in /data/private/conf at all. The permissions are set properly and the ownerships are set to be that of the account owner (in my case on a Plesk box cms:psacln – cms is the username of the account.)