We received this error message on a full install of RC2 at web installer step number 16 - populate database tables.
Warning
Asset "Design_Area_Menu_Stalks" fails the "asset" requirement for "design_area_menu_recursive v0.1"
as specified by [system_root]/core\assets\designs\design_area_menu_stalks\asset.xml
Installation ceases after this warning message.
Any ideas?
I had these same problems with a windows installation.
Make sure the filename in question doesnt have something like [filename].xml0000064. If so, take out the 0000064.
I believe this is something that happened before when the files were extracted.
I had this on about 5 or 6 files…can't remember which ones they were. I just tried the install numerous times till I got through without any errors.
Hope this helps,
John
Those numbers are the Unix filesystem permissions that some Windows-based compression utilities don't handle properly. I will double-check the .zip file downloads to ensure that there are none of these mistakes.
I have the same problem trying to install a new matrix RC2. When will this problem will be solved?
Thank you.
Do you have any files with the problem described by axsom1?
I have looked across the folders and i haven't seen files like that. Where do i have to look, in the product folders or in the installation folders?
Thanks
I am looking better and i have found files like that so i will try to clean the names and i will try to install again.
I will tell you later the results.
Thanks
Now i have changed the names of the files to the correct and the error doesn't apear but now i get a page with this output and i don't know what else to do.
Can you help me please?
Thanks.
Output result:
Install Order :
0 => "bodycopy",
1 => "bodycopy_container",
2 => "bodycopy_div",
3 => "bodycopy_table",
4 => "bridge",
5 => "content_type",
6 => "content_type_wysiwyg",
7 => "design_area",
8 => "design_area_asset_lineage",
9 => "design_area_body",
10 => "design_area_colourise_image",
11 => "design_area_constant_button",
12 => "design_area_custom_image",
13 => "design_area_datetime",
14 => "design_area_declared_vars",
15 => "design_area_head",
16 => "design_area_linked_css",
17 => "design_area_login_form",
18 => "design_area_metadata",
19 => "design_area_nest_content",
20 => "design_area_menu_type",
21 => "file",
22 => "image",
23 => "pdf_file",
24 => "thumbnail",
25 => "word_doc",
26 => "folder",
27 => "layout",
28 => "metadata_field",
29 => "metadata_field_date",
30 => "metadata_field_select",
31 => "metadata_field_text",
32 => "metadata_schema",
33 => "metadata_section",
34 => "page",
35 => "page_standard",
36 => "report",
37 => "report_incomplete_metadata",
38 => "site",
39 => "authentication",
40 => "authentication_folder",
41 => "authentication_default",
42 => "cache_manager",
43 => "cron_job",
44 => "cron_manager",
45 => "cron_job_future_lineage",
46 => "cron_job_future_status",
47 => "designs_folder",
48 => "layout_manager",
49 => "remap_manager",
50 => "root_folder",
51 => "system_management_folder",
52 => "trash_folder",
53 => "inbox",
54 => "user",
55 => "user_group",
56 => "workspace",
57 => "workflow_schema",
58 => "workflow_step",
59 => "workflow_step_condition",
60 => "design",
61 => "design_area_menu_normal",
62 => "design_area_menu_recursive",
63 => "design_area_menu_stalks",
64 => "design_css",
65 => "design_css_customisation",
66 => "design_customisation",
67 => "login_design",
68 => "system_user_group",
69 => "backend_user",
70 => "system_user",
71 => "root_user"
Root Folder Asset Id : 1
Trash Asset Id : 2
System Management Asset Id : 3
System Administrators User Group Asset Id : 4
Root User Asset Id : 5
Authentication Folder Asset Id : 8
Cron Manager Asset Id : 9
Are there any errors displayed? or maybe some in the error log in SYSTEM_ROOT/data/private/logs/error.log ?
I have downgraded the version of XML_Parser to 1.0.1 and the problem still continues, but now i get the same lines than before and a new more lines:
Layout Manager Asset Id : 10
Remap Manager Asset Id : 11
Cache Manager Asset Id : 12
Design Folder Asset Id : 13
But there is no message error and the file error that you ask for is empty.
Do you have the PEAR cache module installed? It may be a problem with PEAR modules other than XML_Parser.
Just a quick note to let you know that I've fixed the ZIP file on the downloads page, so there are no more misnamed files.
I have downloaded the new zip of mysource matrix and the installer, and i have installed the versions of the pear modules that you recommend in the requirements.
I have started from the beginning with the installation and i get the same page than before but now it stops at this line:
System Administrators User Group Asset Id : 4
I don't know what else can i do.
Thanks.
Ok, I found the problem
The index.php of the installer has to be modified to add a couple of lines to give more time and memory so the process can finish.
These lines are:
set_time_limit(300);
ini_set(‘memory_limit’, ‘16M’);
I found the the answer in this topic:
http://forums.matrix.squiz.net/index.php?showtopic=256
So now I am going to drink a good beer to celebrate the installation of matrix and then I will test the product.
Thanks to everybody.