and more...
Code: Select all
Debug: (0.447967) - (10824804)
setpropertyvalue called
Debug: (0.448035) - (10824804)
setpropertyvalue called
Debug: (0.448164) - (10824804)
setpropertyvalue called
Debug: (0.453129) - (10848468)
<br>
(mysql): SELECT * FROM cms_content WHERE content_alias = 'test'<br>
Error (0): <br>
Debug: (0.456429) - (10844700)
<br>
(mysql): SELECT * FROM cms_content WHERE content_alias = 'test'<br>
Error (0): <br>
Debug: (0.458782) - (10868008)
<br>
(mysql): SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable FROM cms_event_handlers eh
INNER JOIN cms_events e ON e.event_id = eh.event_id
ORDER BY eh.handler_order ASC<br>
Error (0): <br>
Debug: (0.460162) - (10873452)
<br>
(mysql): SELECT max(item_order) as new_order FROM cms_content WHERE parent_id = '-1'<br>
Error (0): <br>
Debug: (0.481055) - (10874392)
<br>
(mysql): update cms_content_seq set id=LAST_INSERT_ID(id+1);<br>
Error (0): <br>
Debug: (0.482496) - (10878024)
<br>
(mysql): INSERT INTO cms_content (content_id, content_name, content_alias, type, owner_id, parent_id, template_id, item_order, hierarchy, id_hierarchy, active, default_content, show_in_menu, cachable, menu_text, markup, metadata, titleattribute, accesskey, tabindex, last_modified_by, create_date, modified_date) VALUES (0,'test','test','content','1','-1','15',13,'','',1,0,1,1,'test','html','','','','','1','2008-09-08 08:04:43','2008-09-08 08:04:43')<br>
Error (1062): Duplicate entry '0' for key 1<br>
Debug: (0.482641) - (10877416)
save from 1147
Debug: (0.485397) - (10877184)
<br>
(mysql): DELETE FROM cms_content_props WHERE content_id = 0 AND prop_name = 'content_en'<br>
Error (0): <br>
Debug: (0.486421) - (10879372)
<br>
(mysql):
INSERT INTO cms_content_props
(
content_id,
type,
prop_name,
param1,
param2,
param3,
content,
modified_date
)
VALUES
(
0,'string','content_en','','','','<p>test page</p>','2008-09-08 08:04:43'
)
<br>
Error (0): <br>
Debug: (0.487817) - (10878912)
<br>
(mysql): DELETE FROM cms_content_props WHERE content_id = 0 AND prop_name = 'target'<br>
Error (0): <br>
Debug: (0.488804) - (10880668)
<br>
(mysql):
INSERT INTO cms_content_props
(
content_id,
type,
prop_name,
param1,
param2,
param3,
content,
modified_date
)
VALUES
(
0,'string','target','','','','','2008-09-08 08:04:43'
)
<br>
Error (0): <br>
Debug: (0.489971) - (10880140)
<br>
(mysql): DELETE FROM cms_content_props WHERE content_id = 0 AND prop_name = 'pagedata'<br>
Error (0): <br>
Debug: (0.496193) - (10881672)
<br>
(mysql):
INSERT INTO cms_content_props
(
content_id,
type,
prop_name,
param1,
param2,
param3,
content,
modified_date
)
VALUES
(
0,'string','pagedata','','','','','2008-09-08 08:04:43'
)
<br>
Error (0): <br>
Debug: (0.497422) - (10881132)
<br>
(mysql): DELETE FROM cms_content_props WHERE content_id = 0 AND prop_name = 'extra1'<br>
Error (0): <br>
Debug: (0.498294) - (10882644)
<br>
(mysql):
INSERT INTO cms_content_props
(
content_id,
type,
prop_name,
param1,
param2,
param3,
content,
modified_date
)
VALUES
(
0,'string','extra1','','','','','2008-09-08 08:04:43'
)
<br>
Error (0): <br>
Debug: (0.501629) - (10882116)
<br>
(mysql): DELETE FROM cms_content_props WHERE content_id = 0 AND prop_name = 'extra2'<br>
Error (0): <br>
Debug: (0.502448) - (10883628)
<br>
(mysql):
INSERT INTO cms_content_props
(
content_id,
type,
prop_name,
param1,
param2,
param3,
content,
modified_date
)
VALUES
(
0,'string','extra2','','','','','2008-09-08 08:04:43'
)
<br>
Error (0): <br>
Debug: (0.503785) - (10883096)
<br>
(mysql): DELETE FROM cms_content_props WHERE content_id = 0 AND prop_name = 'extra3'<br>
Error (0): <br>
Debug: (0.504905) - (10884608)
<br>
(mysql):
INSERT INTO cms_content_props
(
content_id,
type,
prop_name,
param1,
param2,
param3,
content,
modified_date
)
VALUES
(
0,'string','extra3','','','','','2008-09-08 08:04:43'
)
<br>
Error (0): <br>
Debug: (0.521775) - (10884392)
<br>
(mysql): DELETE FROM cms_crossref WHERE parent_id = 0 AND parent_type = 'content'<br>
Error (0): <br>
Debug: (0.522507) - (10884040)
calling module Search from event ContentEditPost
Debug: (0.537245) - (10884460)
<br>
(mysql): SELECT id FROM cms_module_search_items WHERE
extra_attr = 'template' AND content_id = '15' LIMIT 1<br>
Error (0): <br>
Debug: (0.537457) - (10884796)
properties called
Debug: (0.539191) - (10885508)
<br>
(mysql): DELETE FROM cms_module_search_items WHERE module_name='Search' AND content_id=0 AND extra_attr='content'<br>
Error (0): <br>
Debug: (0.571117) - (10885728)
<br>
(mysql): DELETE FROM cms_module_search_index WHERE item_id NOT IN (SELECT id FROM cms_module_search_items)<br>
Error (0): <br>
Debug: (0.575623) - (10891460)
<br>
(mysql): SELECT id FROM cms_module_search_items WHERE module_name='Search' AND content_id=0 AND extra_attr='content'<br>
Error (0): <br>
Debug: (0.58904) - (10892532)
<br>
(mysql): update cms_module_search_items_seq set id=LAST_INSERT_ID(id+1);<br>
Error (0): <br>
Debug: (0.590429) - (10893088)
<br>
(mysql): INSERT INTO cms_module_search_items (id, module_name, content_id, extra_attr, expires) VALUES (78,'Search',0,'content',NULL)<br>
Error (0): <br>
Debug: (0.593322) - (10893028)
<br>
(mysql): INSERT INTO cms_module_search_index (item_id, word, count) VALUES (78,'test',5)<br>
Error (0): <br>
Debug: (0.594181) - (10893284)
<br>
(mysql): INSERT INTO cms_module_search_index (item_id, word, count) VALUES (78,'page',1)<br>
Error (0): <br>
Debug: (0.595125) - (10888052)
<br>
(mysql): SELECT content_id FROM cms_content<br>
Error (0): <br>
Debug: (0.597244) - (10889472)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '0'<br>
Error (0): <br>
Debug: (0.59825) - (10890452)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '44'<br>
Error (0): <br>
Debug: (0.599997) - (10891224)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '0'<br>
Error (0): <br>
Debug: (0.600257) - (10891424)
Number of elements: 4
Array
(
[0] => 00004.00003
[1] => 44.0
[2] => content_en,extra1,extra2,extra3,pagedata,target,url
[3] => 0
)
Debug: (0.60314) - (10892840)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00004.00003', id_hierarchy = '44.0', hierarchy_path = 'sponsors/malibu-park', prop_names = 'content_en,extra1,extra2,extra3,pagedata,target,url' WHERE content_id = '0'<br>
Error (0): <br>
Debug: (0.604234) - (10891228)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '30'<br>
Error (0): <br>
Debug: (0.605704) - (10891728)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '30'<br>
Error (0): <br>
Debug: (0.60589) - (10891956)
Number of elements: 4
Array
(
[0] => 00001
[1] => 30
[2] => content_en,bottom
[3] => 30
)
Debug: (0.606845) - (10893028)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00001', id_hierarchy = '30', hierarchy_path = 'as_test', prop_names = 'content_en,bottom' WHERE content_id = '30'<br>
Error (0): <br>
Debug: (0.608097) - (10892324)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '32'<br>
Error (0): <br>
Debug: (0.609408) - (10892740)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '32'<br>
Error (0): <br>
Debug: (0.60958) - (10892988)
Number of elements: 4
Array
(
[0] => 00002
[1] => 32
[2] => content_en
[3] => 32
)
Debug: (0.610549) - (10893972)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00002', id_hierarchy = '32', hierarchy_path = 'about_us', prop_names = 'content_en' WHERE content_id = '32'<br>
Error (0): <br>
Debug: (0.611611) - (10893448)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '33'<br>
Error (0): <br>
Debug: (0.612872) - (10893716)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '32'<br>
Error (0): <br>
Debug: (0.614267) - (10894056)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '33'<br>
Error (0): <br>
Debug: (0.614444) - (10894256)
Number of elements: 4
Array
(
[0] => 00002.00001
[1] => 32.33
[2] => content_en
[3] => 33
)
Debug: (0.616209) - (10895508)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00002.00001', id_hierarchy = '32.33', hierarchy_path = 'about_us/armada_sur', prop_names = 'content_en' WHERE content_id = '33'<br>
Error (0): <br>
Debug: (0.617485) - (10894856)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '34'<br>
Error (0): <br>
Debug: (0.619246) - (10895064)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '32'<br>
Error (0): <br>
Debug: (0.621222) - (10895404)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '34'<br>
Error (0): <br>
Debug: (0.621402) - (10895592)
Number of elements: 4
Array
(
[0] => 00002.00002
[1] => 32.34
[2] => content_en
[3] => 34
)
Debug: (0.622299) - (10896672)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00002.00002', id_hierarchy = '32.34', hierarchy_path = 'about_us/members', prop_names = 'content_en' WHERE content_id = '34'<br>
Error (0): <br>
Debug: (0.623106) - (10896248)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.624339) - (10896456)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.624715) - (10896644)
Number of elements: 4
Array
(
[0] => 00003
[1] => 35
[2] => content_en
[3] => 35
)
Debug: (0.62556) - (10897544)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003', id_hierarchy = '35', hierarchy_path = 'CDT', prop_names = 'content_en' WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.626738) - (10897176)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '36'<br>
Error (0): <br>
Debug: (0.627479) - (10897384)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.628719) - (10897592)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '36'<br>
Error (0): <br>
Debug: (0.628904) - (10897780)
Number of elements: 4
Array
(
[0] => 00003.00004
[1] => 35.36
[2] => target,url
[3] => 36
)
Debug: (0.629913) - (10898780)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003.00004', id_hierarchy = '35.36', hierarchy_path = 'CDT/', prop_names = 'target,url' WHERE content_id = '36'<br>
Error (0): <br>
Debug: (0.631005) - (10898376)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '37'<br>
Error (0): <br>
Debug: (0.63185) - (10898584)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.633088) - (10898792)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '37'<br>
Error (0): <br>
Debug: (0.633285) - (10898980)
Number of elements: 4
Array
(
[0] => 00003.00001
[1] => 35.37
[2] => content_en,bottom
[3] => 37
)
Debug: (0.6341) - (10899980)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003.00001', id_hierarchy = '35.37', hierarchy_path = 'CDT/news', prop_names = 'content_en,bottom' WHERE content_id = '37'<br>
Error (0): <br>
Debug: (0.634958) - (10899556)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '38'<br>
Error (0): <br>
Debug: (0.637232) - (10899764)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.638698) - (10899972)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '38'<br>
Error (0): <br>
Debug: (0.638901) - (10900176)
Number of elements: 4
Array
(
[0] => 00003.00005
[1] => 35.38
[2] => url,target,content_en
[3] => 38
)
Debug: (0.639613) - (10901244)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003.00005', id_hierarchy = '35.38', hierarchy_path = 'CDT/listen_live', prop_names = 'url,target,content_en' WHERE content_id = '38'<br>
Error (0): <br>
Debug: (0.640404) - (10900824)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '39'<br>
Error (0): <br>
Debug: (0.641101) - (10901544)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.642429) - (10901804)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '39'<br>
Error (0): <br>
Debug: (0.642625) - (10901996)
Number of elements: 4
Array
(
[0] => 00003.00003
[1] => 35.39
[2] => content_en,target,url
[3] => 39
)
Debug: (0.643654) - (10903004)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003.00003', id_hierarchy = '35.39', hierarchy_path = 'CDT/league_table', prop_names = 'content_en,target,url' WHERE content_id = '39'<br>
Error (0): <br>
Debug: (0.644562) - (10902560)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '40'<br>
Error (0): <br>
Debug: (0.646108) - (10902816)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.647813) - (10903088)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '40'<br>
Error (0): <br>
Debug: (0.648037) - (10903276)
Number of elements: 4
Array
(
[0] => 00003.00002
[1] => 35.40
[2] => content_en,extra1,extra2,extra3,pagedata,target
[3] => 40
)
Debug: (0.648946) - (10904568)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003.00002', id_hierarchy = '35.40', hierarchy_path = 'CDT/fixtures-results-cd-tenerife-football', prop_names = 'content_en,extra1,extra2,extra3,pagedata,target' WHERE content_id = '40'<br>
Error (0): <br>
Debug: (0.650264) - (10903952)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '41'<br>
Error (0): <br>
Debug: (0.650995) - (10904160)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.652499) - (10904512)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '41'<br>
Error (0): <br>
Debug: (0.652728) - (10904700)
Number of elements: 4
Array
(
[0] => 00003.00006
[1] => 35.41
[2] => content_en,extra1,extra2,extra3,pagedata,target
[3] => 41
)
Debug: (0.653603) - (10905888)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003.00006', id_hierarchy = '35.41', hierarchy_path = 'CDT/the_team', prop_names = 'content_en,extra1,extra2,extra3,pagedata,target' WHERE content_id = '41'<br>
Error (0): <br>
Debug: (0.655205) - (10905356)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '42'<br>
Error (0): <br>
Debug: (0.65606) - (10905564)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.65793) - (10905880)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '42'<br>
Error (0): <br>
Debug: (0.658158) - (10906080)
Number of elements: 4
Array
(
[0] => 00003.00007
[1] => 35.42
[2] => content_en,extra1,extra2,extra3,pagedata,target
[3] => 42
)
Debug: (0.659235) - (10907208)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003.00007', id_hierarchy = '35.42', hierarchy_path = 'CDT/the_manager', prop_names = 'content_en,extra1,extra2,extra3,pagedata,target' WHERE content_id = '42'<br>
Error (0): <br>
Debug: (0.660483) - (10906676)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '43'<br>
Error (0): <br>
Debug: (0.66147) - (10906884)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '35'<br>
Error (0): <br>
Debug: (0.66303) - (10907340)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '43'<br>
Error (0): <br>
Debug: (0.663221) - (10907528)
Number of elements: 4
Array
(
[0] => 00003.00008
[1] => 35.43
[2] => url,target
[3] => 43
)
Debug: (0.66455) - (10908424)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00003.00008', id_hierarchy = '35.43', hierarchy_path = 'CDT/buy-tickets', prop_names = 'url,target' WHERE content_id = '43'<br>
Error (0): <br>
Debug: (0.666836) - (10908000)
<br>
(mysql): SELECT item_order, parent_id, content_alias FROM cms_content WHERE content_id = '44'<br>
Error (0): <br>
Debug: (0.669021) - (10908208)
<br>
(mysql): SELECT prop_name FROM cms_content_props WHERE content_id = '44'<br>
Error (0): <br>
Debug: (0.676195) - (10908436)
Number of elements: 4
Array
(
[0] => 00004
[1] => 44
[2] => content_en
[3] => 44
)
Debug: (0.677305) - (10909324)
<br>
(mysql): UPDATE cms_content SET hierarchy = '00004', id_hierarchy = '44', hierarchy_path = 'sponsors', prop_names = 'content_en' WHERE content_id = '44'<br>
Error (0): <br>