Just like to let you all know that I ran into a problem in Step 16. I kept receiving the following error:
Install Order :
0 => "page",
1 => "design_area",
2 => "design",
3 => "design_area_menu_type",
4 => "design_area_menu_recursive",
.
.
.
57 => "layout",
58 => "cron_job_future_status",
59 => "cron_job_future_lineage",
60 => "system_user_group",
61 => "root_user",
62 => "authentication_default"
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
Layout Manager Asset Id : 10
Remap Manager Asset Id : 11
Design Folder Asset Id : 12
Login Design Asset Id : 13
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/apache/htdocs/mysourceMatrix/core/core/include/package_manager.inc on line 297
And the work around was to add set_time_limit(600); to the top of package_manager.inc. This simply sets the script timeout to 10 minutes from its default of 30 seconds.
stats if interested
FreeBSD 5.1
apache 2.0.46
php 4.3.7
mysql 4.0.20
Yeah, the final step of the installer is very intense. We're still working on a way of breaking that down into multiple steps. The problem is that PHP either times out, as you've experienced, or runs out of memory.
[quote]Fatal error: Call to undefined function: quoteidentifier() in j:\program files\nusphere\apache\htdocs\matrix2\core\include\asset_manager.inc on line 285[/quote]
can someone help me out? I try to do a windows installation (webserver Apache).