Questions tagged [mach-ii]

Mach-II is a powerful, object-oriented, MVC framework

From the Mach-II website.

Mach-II is

  • The most mature object-oriented MVC framework for CFML
  • Easy to learn, easy to use
  • Highly extensible through the use of filters, plugins, and modules
  • Proven in numerous large-scale, high-traffic applications
  • Open source (distributed under the GPL V3 with Classpath Exception)

See: http://mach-ii.com/

6 questions
3
votes
1 answer

Blue Dragon Coldfusion server cache issue

I have an application build in ColdFusion MVC framework "Mach-II" and hosted on blue dragon ColdFusion server. It causes caching issue. When i added a new page with some contents and load the page than it's working fine. But when i made some changes…
2
votes
0 answers

Local Instance Issue With Mach-II

I'm running mach-ii v1.8 on my local machine with CF10 installed on Win7. I copied a site down from production (which works) and is throwing an error of which I am unable to search for much help on. Expected structure key - received .; StructGet…
justacoder
  • 2,684
  • 6
  • 47
  • 78
1
vote
0 answers

ColdFusion/Mach-II Unable to load/find base config file upon initial load of site

Internal/Intranet application IIS Error: Unable to find the base config file for module ''.configPath=D:\Sites\xxx\webroot\config\mach-ii.xml The specific sequence of files included or processed is: D:\Sites\xxx\webroot\Index.cfm, line:…
user1178394
  • 83
  • 1
  • 8
1
vote
1 answer

SES URL feature of Mach ii not working properly

I have defined the following properties in mach-ii.xml file: and in my index.cfm page there is a link
a_dev
  • 21
  • 1
  • 6
1
vote
1 answer

310 Redirect loop error in chrome due to Machii Redirect event

I am getting a 310: Too many redirects error in Chrome when I run my website. However this is not the case for IE or Firefox. I am using Mach-ii framework and this is the case where I am using redirect in an event-handler. e.g:
Aniruddha
  • 3,157
  • 4
  • 32
  • 48
0
votes
0 answers

Bean data doesn't write to table via ORM/entityLoad()

I'm trying to implement CF10 ORM to a current project but there seems to be a problem between my DAO and my table (11g). I pass in a bean in the call to this DAO method:
Peter Donoghue
  • 161
  • 2
  • 10