Issue upgrading to 1.5.6

Andrew:

As per the ticket CONTENTBOX-328

prc.cbAdminEntryPoint = getProperty(“entryPoint”);

needs to be.

prc.cbAdminEntryPoint = getModuleSettings(“contentbox-admin”).entryPoint;

This is redundant. As the entry point is set at the module, so it is is the same.

What fails, I need stack traces in order to know what fails. I just updated two more sites on my end and get no issues, so I need to know why it fails for you.

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

The JS error for the editor is

http://127.0.0.1:81/modules/contentbox-admin/includes/ckeditor/plugins/cbCustomHTML/plugin.js?t=CAPD

404 file not found.

Ok, that’s because the updater maybe did not get to the section to switch that plugin out.

In your extra plugins in your settings remove the cbCustomHTML extra plugin for now. However, if you run the updater I need to know where it fails and the stack traces.

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Luis, please read

http://www.andyscott.id.au/blog/extending-contentbox-with-modules-separate-to-contentbox

http://www.andyscott.id.au/blog/extending-contentbox-with-modules-separate-to-contentbox-part-ii

With this technique the changes for ticket CONTENTBOX-328 is required.

Otherwise what happens is the, module described in those two blogs becomes the default entry point and not the admin entry point you think.

signature0.jpg

Ok, maybe its me being back from vacation and not getting it, but what is the difference?

getProperty() - get’s the property setting, which comes from the ModuleConfig.cfc from the admin module

This:
prc.cbAdminEntryPoint = getModuleSettings(“contentbox-admin”).entryPoint;
In turn is going back to the ModuleConfig settings and getting the entry point, which is the same as above, except it checks the settings on every request instead of once.

So my question is, are you changing the admin entry point dynamically or something?

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

signature0.jpg

The updater doesn’t fail for me.

It only fails when it is complete, because of the way modules have been added to ContentBox as per the ticket and blog posts I have added above.

The error message is that there is no registered event for

myModule-admin:autoupdates.index is not valid registered event

Which is caused by the ticket I pointed you too.

signature0.jpg

My two blog posts explain that Luis.

signature0.jpg

signature0.jpg

So can you tell me the difference between the code as I pointed out. I am not getting it.

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

signature0.jpg

Ok obviously you haven’t read those two blog posts then.

The idea is that they describe how people can create a module whether it be from ColdBox and drop them into the normal modules folder, the same modules location as contentbox-admin etc., when the module interceptor runs, as it extends the admin and ui CBRequest interceptor. The entrypoint becomes that off the new module and not that of the admin module.

Hence, why the small code change becomes important. Because when the new module runs, the interceptor is going to do the super.process call and set

prc.cbAdminEntryPoint = getProperty(“entryPoint”);

To the value of the new module, and for the both to work the change has to be

prc.cbAdminEntryPoint = getModuleSettings(“contentbox-admin”).entryPoint;

So that when the new module interceptor runs, it sets the admin entry point to be that off the Admin Entry point and not the entry point of the module calling the super.process…

signature0.jpg

signature0.jpg

And here is what the logs show, it should also be noted that the last two, no matter how many times you run the updater are always added.

“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“About to begin 1.5.6 patching”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_salt setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_media_provider setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_media_provider_caching setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_dashboard_newsfeed setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_dashboard_newsfeed_count setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_media_html5uploads_maxFileSize setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_media_html5uploads_maxFiles setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_page_excerpts setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_content_uiexport setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_dashboard_recentcontentstore setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipped cb_admin_theme setting, already there”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 783 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 784 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 785 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 786 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 787 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 788 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 789 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 790 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 791 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 792 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 793 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 794 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 795 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 796 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 797 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 798 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 799 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 800 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 801 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 802 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 803 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 804 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 805 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 806 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 807 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 808 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 809 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 810 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 811 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 812 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 813 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 814 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 815 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 816 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 817 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 818 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 819 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 820 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 821 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 822 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 823 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 824 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 825 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 826 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 827 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 828 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 829 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 830 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 831 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 832 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 833 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 834 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 835 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 836 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 837 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 838 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 839 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 840 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 841 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 842 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 843 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 844 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 845 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 846 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 847 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 848 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 849 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 850 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 851 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 852 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 853 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 854 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 855 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 856 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 857 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 858 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 859 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 860 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 861 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 862 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 863 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 864 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 865 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 866 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 867 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 868 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 869 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 870 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 871 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 872 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 873 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 874 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 875 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 876 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 877 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 878 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 879 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 880 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 881 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 882 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 883 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 884 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 885 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 886 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 887 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 888 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 889 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 890 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 891 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 892 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 893 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 894 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 895 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 896 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 897 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 898 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 899 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 900 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 901 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 902 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 903 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 904 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 905 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:45”,“contentbox.updates.Update”,“Skipping creator for content id 906 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 907 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 908 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 909 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 910 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 911 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 912 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 913 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 914 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 915 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 916 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 917 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 918 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 919 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 920 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 921 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 922 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 923 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 924 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 925 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 926 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 927 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 928 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 929 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 930 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 931 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 932 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 933 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 934 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 935 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 936 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 937 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 938 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 939 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 940 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 941 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 942 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 943 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 944 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 945 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 946 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 947 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 948 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 949 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 950 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 951 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 952 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 953 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 954 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 955 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 956 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 957 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 958 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 959 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 960 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 961 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 962 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 963 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 964 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 965 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 966 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 967 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 968 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 969 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 970 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 971 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 972 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 973 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 974 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 975 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 976 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 977 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 978 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 979 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 980 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 981 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 982 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 983 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 984 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 985 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 986 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 987 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 988 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 989 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 990 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 991 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 992 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 993 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 994 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 995 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 996 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 997 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 998 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 999 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1000 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1001 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1002 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1003 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1004 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1005 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1006 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1007 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1008 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1009 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1010 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1011 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1012 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1013 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1014 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1015 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1016 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1017 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1018 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1019 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1020 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1021 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1022 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1023 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1024 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1025 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:46”,“contentbox.updates.Update”,“Skipping creator for content id 1026 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1027 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1028 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1029 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1030 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1031 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1032 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1033 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1034 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1035 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1036 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1037 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1038 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1039 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1040 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1041 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1042 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1043 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1044 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1045 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1046 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1047 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1048 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1049 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1050 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1051 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1052 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1053 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1054 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1055 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1056 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1057 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1058 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1059 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1060 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1061 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1062 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1063 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1064 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1065 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1066 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1067 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1068 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1069 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1070 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1071 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1072 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1073 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1074 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1075 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1076 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1077 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1078 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1079 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1080 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1081 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1082 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1083 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1084 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1085 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1086 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1087 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1088 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1089 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1090 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1091 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1092 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1093 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1094 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1095 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1096 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1097 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1098 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1099 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1100 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1101 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1102 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1103 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1104 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1105 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1106 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1107 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1108 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1109 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1110 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1111 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1112 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1113 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1114 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1115 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1116 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1117 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1118 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1119 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1120 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1121 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1122 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1123 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1124 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1125 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1126 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1127 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1128 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1129 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1130 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1131 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1132 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1133 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1134 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1135 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1136 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1137 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1138 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1139 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1140 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1141 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1142 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1143 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1144 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1145 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1146 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1147 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1148 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1149 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1150 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1151 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1152 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1153 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1154 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1155 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1156 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1157 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1158 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1159 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1160 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1161 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1162 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1163 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1164 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1165 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1166 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1167 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1168 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1169 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1170 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1171 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1172 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1173 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1174 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1175 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1176 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1177 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1178 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1179 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1180 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1181 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1182 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1183 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1184 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1185 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1186 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1187 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1188 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1189 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1190 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1191 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1192 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1193 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1194 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1195 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1196 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1197 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1198 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1199 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1200 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1201 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1202 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1204 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1205 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1206 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1207 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1208 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1209 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1210 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1211 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1213 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1214 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1215 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1217 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipping creator for content id 1218 as it is already set.”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipped TOOLS_EXPORT permission addition as it was already in system”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipped EDITORS_EDITOR_SELECTOR permission addition as it was already in system”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:47”,“contentbox.updates.Update”,“Skipped CUSTOMHTML_EDITOR permission addition as it was already in system”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:48”,“contentbox.updates.Update”,“Finalized 1.5.6 patching”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:54”,“contentbox.updates.Update”,“Added EDITORS_EDITOR_SELECTOR permission to editor role”
“INFO”,“COLDBOXTRACER”,“09/10/2013”,“09:24:54”,“contentbox.updates.Update”,“Added CONTENTSTORE_EDITOR permission to editor role”

signature0.jpg

signature0.jpg