| Thursday 04 January 2007 4:15:36 pm 
                                                                 
Hi Claudia & Blazejthanks for your suggestions.
 I have tried 3 different browsers now: IE, FireFox and Opera and they all end up with the same result.
 Server info:
 Perl Version :	 v5.8.4 built for i386-linux-thread-multi
 Perl Path :	/usr/bin/perl
 Sendmail Path :	/usr/sbin/sendmail
 MySQL Version :	mysql Ver 14.7 Distrib 4.1.11, for pc-linux-gnu (i386)
 PHP Version :	4.4.0
 I have set the debug to enabled and got the error messages below:
 Thanks for your help :)
 
Timing: Jan 05 2007 02:06:38
 
Script startTiming:
 Jan 05 2007 02:06:38
 
Module start 'setup'Notice: eZMySQLDB::query(0.000 ms) query number per page:0
 Jan 05 2007 02:06:38
 
SET NAMES 'latin1'Error: eZMySQLDB
 Jan 05 2007 02:06:38
 
Query error: Table 'ezapprove_items' already exists. Query: CREATE TABLE ezapprove_items (collaboration_id int(11) NOT NULL DEFAULT '0',
 id int(11) NOT NULL AUTO_INCREMENT,
 workflow_process_id int(11) NOT NULL DEFAULT '0',
 PRIMARY KEY ( id )
 )
 Error:
 Jan 05 2007 02:06:38
 
Failed inserting the SQL:CREATE TABLE ezapprove_items (
 collaboration_id int(11) NOT NULL DEFAULT '0',
 id int(11) NOT NULL AUTO_INCREMENT,
 workflow_process_id int(11) NOT NULL DEFAULT '0',
 PRIMARY KEY ( id )
 )
 Timing:
 Jan 05 2007 02:06:38
 
EndTiming:
 Jan 05 2007 02:06:38
 
Module end 'setup'Timing:
 Jan 05 2007 02:06:38
 
EndTiming points:
 Checkpoint
 Elapsed
 Rel. Elapsed
 Memory
 Rel. Memory
 Script start
 0.0000 sec
 0.0569 sec
 0.0000KB
 0.0000KB
 Module start 'setup'
 0.0569 sec
 0.7403 sec
 0.0000KB
 0.0000KB
 End
 0.7972 sec
 0.0002 sec
 0.0000KB
 0.0000KB
 Module end 'setup'
 0.7974 sec
 0.0983 sec
 0.0000KB
 0.0000KB
 End
 0.8957 sec
 
 0.0000KB
 0.0000KB
 Total runtime:
 1.0081 sec
 Time accumulators:
 Accumulator
 Elapsed
 Percent
 Count
 Average
 ini_load
 Load cache
 0.0273 sec
 2.6918%
 5
 0.0055 sec
 FindInputFiles
 0.0019 sec
 0.1826%
 5
 0.0004 sec
 Parse
 0.0187 sec
 1.8425%
 2
 0.0093 sec
 Save Cache
 0.0024 sec
 0.2412%
 2
 0.0012 sec
 Template Total
 0.6258 sec
 61.7%
 6
 0.1043 sec
 Template load
 0.1500 sec
 14.7924%
 6
 0.0250 sec
 Template parser: create text elements
 0.0260 sec
 2.5648%
 14
 0.0019 sec
 Template parser: remove whitespace
 0.0069 sec
 0.6764%
 14
 0.0005 sec
 Template parser: construct tree
 0.1165 sec
 11.4876%
 14
 0.0083 sec
 Template load and register function
 0.0038 sec
 0.3745%
 9
 0.0004 sec
 Template processing
 0.4747 sec
 46.8147%
 6
 0.0791 sec
 override
 Cache load
 0.0756 sec
 7.4598%
 14
 0.0054 sec
 Matching rules
 0.0005 sec
 0.0496%
 2
 0.0003 sec
 Mysql Total
 Mysql_queries
 0.0013 sec
 0.1301%
 4
 0.0003 sec
 Looping result
 0.0001 sec
 0.0107%
 2
 0.0001 sec
 General
 INI string conversion
 0.0010 sec
 0.1035%
 4
 0.0003 sec
 String conversion
 0.0006 sec
 0.0636%
 4
 0.0002 sec
 String conversion w/ mbstring
 0.0002 sec
 0.0240%
 4
 0.0001 sec
 dbfile
 0.0001 sec
 0.0081%
 1
 0.0001 sec
 Total script time:
 1.0141 se
 |