Questions tagged [crafter-cms]

A content management system from Crafter Software. Not to be confused with Craft CMS

Crafter CMS distinguishes itself by its modern architecture, in turn, this enables:

  • Truly Decoupled CMS (disconnected global delivery)
  • Dynamic / personalized delivery of every request at speed
  • API first CMS (content as a service)
  • Git-based CMS (allows for excellent developer cadence)
  • Share-nothing delivery architecture (extreme scale)
  • Front-end agnostic (bring your favorite UI framework or use as a headless CMS)
  • Equal support for all three CMS stakeholders: content authors, developers, and system administrators

More information can be found at: - http://craftersoftware.com/ - http://docs.craftercms.org/en/3.0

115 questions
1
vote
1 answer

Crafter CMS : Upload multiple images

I use Rich text Editor for uploading images & I create 1 data source for uploading image. When I upload image it is not shown (broken image logo), while I am not publish this image. What is the problem?
totali
  • 260
  • 6
  • 22
1
vote
1 answer

Redirect on session timeout crafter 3.x

I have successfully implemented SSO as per wiki "http://docs.craftercms.org/en/3.0/system-administrators/security/configure-headers-based-auth.html?highlight=sso" and disabled logout option from crafter site from Contextual Navigation configuration.…
Y Vala
  • 13
  • 2
1
vote
0 answers

Crafter CMS 2.5.x - Reindex Preview Context

I followed the instructions at http://docs.craftercms.org/en/2.5/system-administrators/reindexing-content.html Everything worked fine but I'm not able to re-index the context on preview, when I select the beans in the preview context I got a message…
CL1MB3R
  • 145
  • 9
1
vote
1 answer

Crafter CMS Rollback to default Thumbail

I have a page with a thumbnail and I want to remove it and go back to the default image. I have this values in the config.xml of the…
CL1MB3R
  • 145
  • 9
1
vote
1 answer

Flatten File + Component + Page Metadata into one

I'm working with Crafter 2.5.10 with the following content model Pages -> Includes Files and Components (File Component) File Component - > Also includes other files I need to perform a search (Solr query) of a given keyword(s) against files…
CL1MB3R
  • 145
  • 9
1
vote
1 answer

What filetypes can Crafter Search index?

Crafter search can index attached files. For example, I can search the contents of an attached PDF... However, is it compatible with Docx? and image metadata? (for example jpg) Is there a compatibility list somewhere? I'm having issues getting docx…
efaj
  • 925
  • 1
  • 12
  • 23
1
vote
1 answer

Crafter 3 Gradle bundle error

I am using Crafter 3.0.2 and trying to create deployable bundles through the gradle tooling provided by the craftercms project. When executing gradlew build deploy bundle -Pcrafter.profile=true, I received the error message: FAILURE: Build failed…
1
vote
1 answer

On a Groovy script in Crafter CMS, how do I modify a siteItem and store the changes?

On a groovy rest script, I want to trigger some changes to a group of pages (as returned by Crafter Search), so I start by getting siteItemService.getSiteItem( pages[1].localId ) Now, I would like to change some fields and store them, but, how do…
efaj
  • 925
  • 1
  • 12
  • 23
1
vote
2 answers

How to access data from Crafter CMS repository in a remote application?

My use case is : Authors uploads images and enter meta data about images (or blogs) such as image description in Crafter CMS. Admin approves/publishes the images. As soon as this is done, a separately developed Java web application ( public facing)…
ace
  • 11,526
  • 39
  • 113
  • 193
1
vote
1 answer

How to do URL mapping in Crafter 3.0

I was wondering if crafter (3.0) has the ability to do url mapping. For example, to have a content at a given path like /site/website/foobar/mycontent/index.xml, and its url being /news/2017/11/17/my-content (notice the added / which can't be used…
Nicolas Dufour
  • 203
  • 1
  • 5
1
vote
1 answer

Error while Publishing on crafter deployer 2.5.10

We are upgrading from 2.5.6 to 2.5.10. And we are getting this error after hitting approve and publish ERROR] 2017-11-30 13:24:04,484 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] [deployment.SyncTargetDeployer] |…
CL1MB3R
  • 145
  • 9
1
vote
1 answer

Craftercms: Setting custom headers in email when using EmailFactoryImpl

I am using the Crafter class EmailFactoryImpl to send emails. I need to be able to send a custom header to the email server. This header (X-SES-CONFIGURATION-SET) is needed in the email server we use: AWS. Taking a look at EmailFactoryImpl API, the…
1
vote
1 answer

Crafter CMS - Easy way to upgrade to a new version?

Is there an easy way to upgrade from one version of Crafter to another? I was just trying to update from 3.0.1 to 3.0.2 by replacing the repository but it didn't recognize anything. It doesn't seem to like anything done outside Studio. I would like…
1
vote
1 answer

Crafter CMS - best method for handling CORS requests?

I'm curious of the best way to handle CORS requests in Crafter CMS. It's not mentioned anywhere in the documentation, and none of the example REST requests add CORS headers so they only work if accessed directly from the browser and not from a…
1
vote
2 answers

Crafter CMS 3.0 - is it possible in crafter-cms to preview just the content page

I need a a way in Crafter studio to preview that page being designed without showing the studio header from it's own URL. Is that possible?
Tom McGee
  • 15
  • 5