ContentBox and Railo Latest

I have committed a few workarounds for ContentBox tonight that now makes it compatible with the latest Railo 3.3.5.001 . I need help certifying it, so can you guys please try it out?

I did not find anymore errors, but again, I am tired :slight_smile:

Do you have a MySQL dump of the working database I can import?

I’m seeing


Oops! Exception Encountered

Application Execution Exception
Error Type: org.hibernate.exception.SQLGrammarException : 1054
Error Messages: could not execute query
Tag Context:
ID: ??
LINE: 161
Template: /grape/sites/blog/ROOT/coldbox/system/orm/hibernate/CriteriaBuilder.cfc
ID: ??
LINE: 169
Template: /grape/sites/blog/ROOT/modules/contentbox/model/content/PageService.cfc
ID: ??
LINE: 867
Template: /grape/sites/blog/ROOT/modules/contentbox/plugins/CBHelper.cfc

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-railo.sql (33.2 KB)

Luis,

I installed the latest from GitHub today, on Railo 3.3.5.001. The installation was smooth, but I encountered an error when trying to update the pre-poulated ‘About’ page. Clicking on the “publish” button produces:

Error Type: org.hibernate.HibernateException : 0
Error Messages: Don’t change the reference to a collection with cascade=“all-delete-orphan”: cbPage.customFields

I can send a full stack trace if needed.

Scott

Thanks will review it

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, I tried your updated version of ContentBox on Railo, but I still got an error while trying to install. See the attachment.

What is the best way to start fresh for a clean install? What I did was:

  • Update Railo to the bleeding edge release you suggested
  • Deleted all my old ContentBox files and folders. I did leave my old Railo web-inf.
  • Deleted all the tables from the contentbox database
  • Downloaded the latest ContentBox files from GitHub and unzipped them
  • Pointed my browser to the ContentBox site to start the install process.
    Was there something I missed?

Thanks for all your work on this. Content Box looks really great!

Clarke

ContentBox Error.pdf (1.55 MB)

Clarke unfortunately I still have several orm issues on Railo. So until those orm bugs are resolved I don’t have anymore workarounds

Hi Luis, Great ContentBox Site


Railo 3.3.5.002 final
Coldbox 3.5.2 Final SEEK-Jeremiah 29:13
Contentbox 1.0.6 Fresh download from new web great looking site tonite (Codename: John 12:44)

ISSUES:

When I try to post and Entry or a Page:

78
Template: /home/rebate/public_html/modules/contentbox/model/content/BaseContent.cfc

variable [CONTENTVERSIONSERVICE] doesn’t exist

When I try to publish a QuickPost:
key [EXPIREHOUR] doesn’t exist in struct

195
Template: /home/rebate/public_html/modules/contentbox-admin/handlers/entries.cfc

In widget Admin Actions, when I submit Reload application:
No matching Method/Function for APPLICATIONSTOP()

82
Template: /home/rebate/public_html/modules/contentbox-admin/handlers/dashboard.cfc

When I try to post and Entry or a Page:

variable [CONTENTVERSIONSERVICE] doesn’t exist

78
Template: /home/rebate/public_html/modules/contentbox/model/content/BaseContent.cfc

When I go into CONTENT MEDIAMANAGER:
Error Type: javaloader.ClassNotFoundException : [N/A]
Error Messages: The requested class could not be found.
The requested class ‘org.owasp.validator.html.AntiSamy’ could not be found in the loaded jars/directories.

Unfortunately, there are still many issues with Railo. Can you send me a synopsis of your errors so I can send them to the Railo guys please.

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

Hi Luis,

I went and make a fresh install, this time it went ok, maybe there was something on cahe.
The only two errors that I’m experiencing are:

1) When I try to create or edit a page (the demo page or content from the installer):

Error Type: database : 0
Error Messages: key [contentID] not found in query, columns are [showInMenu,order,layout]
124
Template: /opt/railo/tomcat/webapps/ROOT/frameworks/coldbox/system/plugins/QueryHelper.cfc

1) When I try to Reload the Application from Admin Actions:
Error Type: expression : 0
Error Messages: No matching Method/Function for APPLICATIONSTOP()
82
Template: /home/salsamam/public_html/modules/contentbox-admin/handlers/dashboard.cfc

Blog entries are working just fine!

Felipe Serrano