Hello,
On step 16 for installation occurred this error…
LOG
----------------------------------------------------------------------------------
[05-Jul-2004 15:39:00] Mon 05/07/2004 15:39:00 [php notice] (/core/lib/xml_array/xml_array.inc:326) - Undefined property: parser
-----------------------------------------------------------------------------------
How make to resolve this problem ?
What version of PEAR::XML_Parser are you using?
We have had problems running version 1.2.0 - we recommend downgrading to 1.0.1 for Matrix to stop this warning.
You can also ignore the notice if you feel like it as Matrix seems to run fine with it. We will try and take a look at this for RC2.
There is a bg in the bug tracker about this: It is bug #80
This problem is being caused by memory management changes made within version 1.1.0 of the XML_Parser PEAR package. It does not cause any problems with the system creation itself (… just a lot of blue errors ), so the error is safe to ignore for Release Candidate 1. There will be a fix available in RC2.
Also, be aware that it should only appear when installing or updating your installation - you should not see this error within the normal course of using Matrix, except perhaps when using the automated patching system.
A further background is available at the bug-track link Greg posted above.
Persist Problem …
How make to resolve this problem ?
0 => array (
"function" => "sq_error_handler",
"args" => array (
0 => 512,
1 => "Asset \"design_area_menu_stalks\" fails the \"asset\" requirement for \"design_area_menu_recursive v0.1\"\nAs specified by [SYSTEM_ROOT]/core/assets/designs/design_areas/menu/design_area_menu_stalks/asset.xml",
2 => "[SYSTEM_ROOT]/core/include/package_manager.inc",
3 => 161,
4 => array (
[Max Depth Reached]
)
)
),
1 => array (
"file" => "[SYSTEM_ROOT]/core/include/package_manager.inc",
"line" => 161,
"function" => "trigger_error",
"args" => array (
0 => "Asset \"design_area_menu_stalks\" fails the \"asset\" requirement for \"design_area_menu_recursive v0.1\"\nAs specified by [SYSTEM_ROOT]/core/assets/designs/design_areas/menu/design_area_menu_stalks/asset.xml",
1 => 512
)
),
2 => array (
"file" => "[SYSTEM_ROOT]/core/assets/package_manager_core.inc",
"line" => 86,
"function" => "checkpackagedetails",
"class" => "package_manager_core",
"type" => "->",
"args" => array (
[Empty]
)
),
3 => array (
"file" => "[SYSTEM_ROOT]/install/install.inc",
"line" => 275,
"function" => "updatepackagedetails",
"class" => "package_manager_core",
"type" => "->",
"args" => array (
[Empty]
)
),
4 => array (
"file" => "/home/web/install/steps/databasepopulate.inc",
"line" => 240,
"function" => "install_core",
"args" => array (
[Empty]
)
),
5 => array (
"file" => "/home/web/install/steps/databasepopulate.inc",
"line" => 109,
"function" => "_step03",
"class" => "dbpopulateaction",
"type" => "->",
"args" => array (
[Empty]
)
),
6 => array (
"file" => "/home/web/install/step.inc",
"line" => 182,
"function" => "processaction",
"class" => "dbpopulateaction",
"type" => "->",
"args" => array (
[Empty]
)
),
7 => array (
"file" => "/home/web/install/wizard.inc",
"line" => 324,
"function" => "process",
"class" => "databasepopulate",
"type" => "->",
"args" => array (
[Empty]
)
),
8 => array (
"file" => "/home/web/install/wizard.inc",
"line" => 295,
"function" => "_processstep",
"class" => "installwizard",
"type" => "->",
"args" => array (
[Empty]
)
),
9 => array (
"file" => "/home/web/install/wizard.inc",
"line" => 133,
"function" => "_processpost",
"class" => "installwizard",
"type" => "->",
"args" => array (
[Empty]
)
),
10 => array (
"file" => "/home/web/install/index.php",
"line" => 35,
"function" => "run",
"class" => "installwizard",
"type" => "->",
"args" => array (
[Empty]
)
)
Can you do a "pear list" to get the versions of your PEAR packages and list them here.
Installed packages:
===================
Package Version State
Archive_Tar 1.1 stable
Console_Getopt 1.2 stable
DB 1.6.2 stable
HTTP 1.2.2 stable
Mail 1.1.3 stable
Mail_Mime 1.2.1 stable
Net_SMTP 1.2.3 stable
Net_Socket 1.0.1 stable
PEAR 1.3.1 stable
Tree 0.2.4 beta
XML_HTMLSax 2.1.2 stable
XML_Parser 1.0.1 stable
XML_RPC 1.1.0 stable
Your pear versions look fine. The error that you are getting is to do with the install order of Matrix. It is trying to install the Stalks design area before the parent type is installed. I have never seem this before
If it was me, I’d try deleting the whole thing and starting again to see if it persists, but I guess you’ve tried this already through the other problems you have had.
You might also want to try using the CLI install and taking a look at the install order that is shown when running step_03.php. There are instructions for using the CLI installler here.