I wanted to setup your CalemEAM for testing on my system, but ran into problems.
My Setup is as follows:
- Windows XP
- Xampp Ver. 1.7.0
Everything runs smooth until the database setup portion. It starts creating the database structure, then crashes Apache twice before displaying a blank screen.
Database tables are created, but not data is populated; even when the create sample data option is checked.
My CalemEAM log ends with the following; which does not seem to be an error of any sort:
created_id varchar (36)) ENGINE=InnoDB
2009-05-07 11:03:12,974 DEBUG CalemPdo - query() time:0.0004, sql=ALTER TABLE wo_tool ADD PRIMARY KEY (id)
2009-05-07 11:03:12,974 DEBUG CalemPdo - query() time:0.0002, sql=CREATE UNIQUE INDEX uidx_wo_tool ON wo_tool (wo_id, in_id)
2009-05-07 11:03:12,974 DEBUG CalemPdo - query() time:0.0002, sql=CREATE INDEX idx_wo_tool_in_id ON wo_tool (in_id)
2009-05-07 11:03:12,974 DEBUG CalemPDOStatement - Query time:0.0019, the query=SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = 'calemeam', params=NULL
2009-05-07 11:03:12,974 DEBUG CalemDbSetup - tableMap count=117, schema count=117
And my Apache logs show the following before restarting:
[Thu May 07 11:03:13 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
In Addition when Apache Crashes I get the following information from the Windows Error Report:
error signature
appname: apache.exe
appver: 2.2.11.0
modname: php_pdo_myql.dll
modver: 5.2.8.8
Any suggestions would be appreciated.