New MySQL export?

Luis, can you provide a new MySQL dump of a fresh ContentBox setup? The one I was using from before is no longer compatible with the recent changes that have been made. Thanks!

Jim

I’m getting this:

Ohh man! Something really went wrong with your request. The administrator has been adviced, so do not worry! Please try your request again!
Fault Action: index
Error Information:
key [CB_SITE_MAINTENANCE] doesn’t exist in struct (keys:cb_paging_maxRSSComments,cb_active,cb_paging_maxrows,cb_gravatar_display,cb_media_createFolders,cb_dashboard_recentComments,cb_customHTML_caching,cb_html_afterContent,cb_rss_cachingTimeoutIdle,cb_html_afterSideBar,cb_comments_moderation,cb_entry_caching,cb_html_postIndexDisplay,cb_notify_page,cb_site_outgoingEmail,cb_html_afterBodyStart,cb_comments_whoisURL,cb_html_beforeBodyEnd,cb_rss_cacheName,cb_html_postCommentForm,cb_media_allowDownloads,cb_site_homepage,cb_html_preCommentForm,cb_notify_author,cb_rss_caching,cb_media_uploadify_sizeLimit,cb_media_quickViewWidth,cb_html_beforeHeadEnd,cb_site_layout,cb_media_allowUploads,cb_content_cachingTimeoutIdle,cb_comments_moderation_notify,cb_comments_urltranslations,cb_html_preArchivesDisplay,cb_html_prePageDisplay,cb_comments_moderation_whitelist,cb_notify_entry,cb_comments_moderation_blockedlist,cb_site_email,cb_content_caching,cb_html_postEntryDisplay,cb_comments_notify,cb_rss_maxEntries,cb_paging_bandgap,cb_site_keywords,cb_html_postArchivesDisplay,cb_html_beforeSideBar,cb_media_uploadify_customOptions,cb_comments_maxDisplayChars,cb_comments_notifyemails,cb_html_preEntryDisplay,cb_html_postPageDisplay,cb_site_name,cb_dashboard_recentPages,cb_content_cacheName,cb_media_uplodify_fileDesc,cb_gravatar_rating,cb_html_preIndexDisplay,cb_site_description,cb_comments_enabled,cb_content_cachingTimeout,cb_media_directoryRoot,cb_media_allowDelete,cb_paging_maxentries,cb_media_uplodify_fileExt,cb_comments_moderation_blacklist,cb_site_tagline,cb_dashboard_recentEntries,cb_media_acceptMimeTypes,cb_rss_cachingTimeout,cb_html_beforeContent,cb_rss_maxComments,cb_html_afterFooter,cb_comments_captcha,cb_media_uploadify_allowMulti)

Here you go

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

contentbox_2012-03-07.sql (88.8 KB)

Ok, I used this, and now I’m getting:

Railo 3.3.1.000 Error (application)
Message No entity (persitent component) with name [cbSetting] found, available entities are []
Detail component are searched in the following directories [/grape/sites/blog/ROOT/model]
Stacktrace The Error Occurred in
/grape/sites/blog/ROOT/coldbox/system/orm/hibernate/BaseORMService.cfc: line 274

272: }
273: } else {
274: return entityLoad( arguments.entityName, arguments.criteria, true );
275: }
276: }

called from/grape/sites/blog/ROOT/coldbox/system/orm/hibernate/VirtualEntityService.cfc: line 105

called from/grape/sites/blog/ROOT/modules/contentbox/model/ui/LayoutService.cfc: line 66

called from/grape/sites/blog/ROOT/modules/contentbox-ui/ModuleConfig.cfc: line 129

called from/grape/sites/blog/ROOT/coldbox/system/web/services/ModuleService.cfc: line 324

called from/grape/sites/blog/ROOT/coldbox/system/web/services/ModuleService.cfc: line 256

called from/grape/sites/blog/ROOT/coldbox/system/web/services/LoaderService.cfc: line 84

called from/grape/sites/blog/ROOT/coldbox/system/Coldbox.cfc: line 71

called from/grape/sites/blog/ROOT/Application.cfc: line 78

Java Stacktrace No entity (persitent component) with name [cbSetting] found, available entities are []
at railo.runtime.orm.hibernate.HibernateORMEngine.create(HibernateORMEngine.java:616):616
at railo.runtime.orm.hibernate.HibernateORMSession.load(HibernateORMSession.java:578):578
at railo.runtime.orm.hibernate.HibernateORMSession.load(HibernateORMSession.java:449):449
at railo.runtime.functions.orm.EntityLoad.call(EntityLoad.java:50):50

I’ve chased it to model/system/SettingService.cfc:

SettingService function init(){
// init it
super.init(entityName=“cbSetting”);
// settings cache key
setSettingsCacheKey(“cb-settings”);
return this;
}

I can’t find cbSetting anywhere in the directory…

It says there are
No entities

Yeah, it’s looking in the /grape/sites/blog/ROOT/model/ not /grape/sites/blog/ROOT/modules/contentbox/model/ as it should. Even then, I can’t find any file in any directory under blog/ROOT named cbSetting

Nevermind, that’s a configured entity name, hmmm, now I need to hunt down the problem…