Questions tagged [mura]

Mura CMS is an open source content management system for CFML, created by Blue River Interactive.

Mura CMS is an open-source content management system based on CFML that provides extraordinary productivity and usability for website, intranet and mobile web projects. Mura CMS is ideal for organizations that value:

  1. Rapid development cycles for ambitious web/intranet projects
  2. Built-in mobile support via responsive design or mobile-specific template options
  3. Easy, intuitive interface for content managers with in-context page editing
  4. Clear customization and integration capabilities
  5. High-performance, scalable architecture

Mura CMS is open source or commercially-licensed; both options have professional support, training and development services available. Learn more at GetMura.com

112 questions
0
votes
1 answer

MURA CMS: How to get the fileId from filename of an uploaded file?

I have a spreadsheet uploaded via Mura's file manager. I need to read that file using ColdFusion and for that I need a query object returned via the read() method of Mura's file manager bean. In order to call the read() method I will need the…
user2067888
  • 1,085
  • 3
  • 11
  • 17
0
votes
1 answer

MURA: getImageURL small size cuts off the image

The small size creates an image too large to fit in the box. Is there a way by which the image can be wrapped completely? I am doing
user2067888
  • 1,085
  • 3
  • 11
  • 17
0
votes
0 answers

Removing malware from Railo / Tomcat / Mura

All, My Mura sandbox ended up getting infected with bots which I'm trying to locate and remove. I have a list of file names c99.php, rwwwshell.pl, sewse.cgi, sgdyname.exe. The problem is that I've searched the filesystem with no results and dumped…
scottinthebooth
  • 105
  • 2
  • 8
0
votes
0 answers

Mura CMS upgrade from 6 to 6.1 and the site manager screen freezes

I'm really stumped. Any help greatly appreciated. We recently upgraded from 6 to 6.1 and ever since it happened it keeps spinning when we click on the sitemanager architectural view and that doesnt appear. Environment: SQL Server 2008 ColdFusion…
0
votes
1 answer

Notification Emails in Mura not working

I'm getting the following error message when I attempt to send a "Notify For Review" email in Mura. Message The current mail s erver settings for the site 'default' are not valid. This is a feature that worked for us before, but for reason has…
0
votes
1 answer

Modal dialog reacts when clicking anywhere; not just on button

Here's my pastebin: http://pastebin.com/UrFVfg5u This is stripped down basic code that I'm running inside the Mura CMS; it has the same problem here, so I know it's not Mura. You click a link and a modal "window" comes up. You punch in details,…
RobG
  • 576
  • 2
  • 9
  • 21
0
votes
2 answers

How to access predefined variables within cfscript?

The following code works: #$.currentURL()# However, within a function, "$" is not available. function myTest() { return $.currentURL(); } Does anyone know what actually is the equivalent of $ within a…
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
1 answer

How to build ajax paths for .cfc files in a plugin?

In my plugin, I have defined a custom remote function. Here are the contents: SELECT FirstName…
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
1 answer

Mura - Proper way to define form action in a plugin

Folks, In the Mura plugin I am developing, I have two pages under displayObjects: myinput.cfm myaction.cfm In myinput.cfm, I am using cfform to gather input: ... After I add my plugin to a…
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
2 answers

Cannot get onSession Start to fire in Mura

I have a script : gf = createObject('component','com.general'); gf.checkIpBlocked(); that I want to fire onSessionStart. I added an onSessionStart to /siteID/includes/themes/myTheme/eventHandler.cfc. But the session…
Lance
  • 3,193
  • 2
  • 32
  • 49
0
votes
1 answer

mura cms new site: preview not displaying

I have set up a new site on mura cms 5.4 and gave it the domain localhost but nothing gets displayed in the preview.it is a site in construction and so assigned it localhost as the domain. why doesnt it allow me to preview the changes? it keeps…
0
votes
2 answers

Mura CMS - Getting next and previous items in a content collection

I've setup a content collection for a portfolio. When displaying a page in the content collection, I want to display links to the NEXT and PREVIOUS items in the collection. Also, is it possible to check if there is a next and previous page (so as…
Jason
  • 1,957
  • 2
  • 20
  • 34
0
votes
1 answer

How can i find the page permissions in MURA in code?

For a website i am building, i need to check the page permissions. The permissions are set in the MURA administrator, there is a group with 1 person in that group, the group has Editor rights. There is a page where this group is set to and on this…
Tijn Snijders
  • 83
  • 1
  • 8
0
votes
1 answer

upgrade mura to latest version from 5.4

We are on mura cms 5.4. can we upgrade to version 6. I don't see the upgrade in site settings. so i might have to do it manually. i have tried verifying the documentation but nothing suitably mentions of the issues or compatibility. we have…
0
votes
1 answer

How to delete a page in Mura

I tried the copy all option in the Mura CMS 5.4 admin in order to create another menu item in the top level navigation. It created multiple copies of the same pages. I would like to delete some of those pages but it is not allowing me to. The red…