postgre sql kernel_schema flawed!! workflow_event_pos

Author Message

christian stampf

Friday 26 September 2003 7:58:27 am

the postgreSQL kernel schema is flawed, as everybody running postgreSQL will notice. the table "ezcontentobject_version" is missing the field "workflow_event_pos". i inserted the line below and things worked for me.

workflow_event_pos integer DEFAULT '0' NOT NULL,

but i wonder if there are any more surprises. anybody has had success with ez32 and postgreSQL? i wonder if there are some sites running already...

-----------------------------
i am getting an error when attempting to create a folder in the content section - which is empty after install:

Error: error executing query: SELECT id, contentobject_id, creator_id, version, status, created, modified,
workflow_event_pos
FROM ezcontentobject_version
WHERE version='1' AND contentobject_id='46'
ORDER BY version ASC ERROR: Attribute 'workflow_event_pos' not found

Kai Duebbert

Saturday 27 September 2003 1:43:35 am

No problems here using Postgresql. I did apply the corporate sql though.

Kai

christian stampf

Saturday 27 September 2003 7:14:56 am

mabye i am running the black monday build? :-)

christian stampf

Saturday 27 September 2003 7:18:30 am

any chance you are running on a shared host account?

i am desperately looking for a good and fast host that will let me run ez 3.2 on postgreSQL with unicode!

cfa cfa

Sunday 28 September 2003 7:40:23 am

i am also getting an error with the kernel_schema s first line:

SET search_path = public, pg_catalog;

.. something like error around public (running postgresql 7.2.x with all the specs correct)

any ideas?

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 16:22:42
Script start
Timing: Jan 18 2025 16:22:42
Module start 'layout'
Timing: Jan 18 2025 16:22:42
Module start 'content'
Timing: Jan 18 2025 16:22:43
Module end 'content'
Timing: Jan 18 2025 16:22:43
Script end

Main resources:

Total runtime0.7932 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 589.2813152.6563
Module start 'layout' 0.00490.0028 741.937539.5234
Module start 'content' 0.00770.7841 781.4609559.5078
Module end 'content' 0.79170.0015 1,340.968812.1094
Script end 0.7932  1,353.0781 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4467160.0002
Check MTime0.00150.1836160.0001
Mysql Total
Database connection0.00060.071410.0006
Mysqli_queries0.734892.6349650.0113
Looping result0.00060.0780630.0000
Template Total0.765296.520.3826
Template load0.00220.271820.0011
Template processing0.763196.201320.3815
Template load and register function0.00010.018810.0001
states
state_id_array0.00070.082410.0007
state_identifier_array0.00180.223020.0009
Override
Cache load0.00190.2385290.0001
Sytem overhead
Fetch class attribute can translate value0.00050.066530.0002
Fetch class attribute name0.00100.129460.0002
XML
Image XML parsing0.00240.298930.0008
class_abstraction
Instantiating content class attribute0.00000.002680.0000
General
dbfile0.00240.2984160.0001
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs