MODX CMS

I found this interesting, from the MODx site:

What are the basic differences between MODX Revolution and MODX Evolution?

MODX Evolution is our classic code base that entered stable production release in 2005. As such it has a larger base of Add-ons that provide pre-built functionality and is highly optimized to perform well for many types of websites. MODX Revolution was created over a three year period and saw it’s first public release in 2010. It is a complete rewrite to address the needs of larger websites, and to offer a more scalable, configurable and feature-rich framework.

On that basis I’m certainly interested in looking at Evolution, which might also act as a taster for Revolution!


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I can’t speak for others, of course, but my gut feeling would be that most Freeway users contemplating or deploying a CMS are at the light to medium use end of things.

I completely agree. But then there are also many around here who use EE or Joomla with FW, and probably others with Wordpress or Drupal experience, none of which I would consider ‘light’ or even ‘medium’ systems. MODX is certainly no more complicated to use or implement than any of these and probably easier in many respects, both for the designer and end-user. It’s probably more designer-friendly than the ones above with the possible exception of EE.

Todd


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

True.

We use Perch for the small to medium sized sites, but also use Drupal and Wordpress (horrid in my opinion), also we use bespoke systems for larger clients.

Nathan Garner
Senior Designer

+44 (0)1202 597 140
email@hidden
http://www.rla.co.uk

Sent from my iPhone

On 13 Jul 2012, at 22:18, “Todd” email@hidden wrote:

I can’t speak for others, of course, but my gut feeling would be that most Freeway users contemplating or deploying a CMS are at the light to medium use end of things.

I completely agree. But then there are also many around here who use EE or Joomla with FW, and probably others with Wordpress or Drupal experience, none of which I would consider ‘light’ or even ‘medium’ systems. MODX is certainly no more complicated to use or implement than any of these and probably easier in many respects, both for the designer and end-user. It’s probably more designer-friendly than the ones above with the possible exception of EE.

Todd
http://xiiro.com


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
RLA - INDISPENSABLE IN WHAT WE DO
part of the mission
RLA is a trading name of RLA Group Ltd
Registered in England no: 3679160
If this email has found you by mistake, please do not share or reproduce any of its contents as they may be confidential or contain material subject to copyright. Instead let us know and delete the email immediately. This email does not necessarily represent the views of the RLA Group. Please consider the environment before printing.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On that basis I’m certainly interested in looking at Evolution, which might also act as a taster for Revolution!

Yes, it might. But realize Revo is a completely different beast and if you do end up moving to Revo you may be creating more work for yourself in the end. And from what I’ve read Revo has much better security than Evo. though I have no first-hand knowledge.

Just throwin’ it out there.

Todd


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Nathan.Garner wrote:

but also use Drupal and Wordpress (horrid in my opinion)

I think for it’s intended purpose and audience WP is hard to beat in
many respects but it’s not what I would call a proper content management
system, it’s first and foremost a blogging platform. Fair enough. That
said, the template system is a nightmare. That’s why you see so many ads
for WP theme developers, it’s a slog to design around. I think most
people can’t or won’t bother with it which is why canned templates reign
supreme with WP. Who wants to hack up a WP template? I sure as hell don’t.

Todd


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I was intrigued to give MODx a run out so downloaded EVOLUTION and installed on both my MacBook and iMac (both run Snow Leopard and MAMP)

On the MacBook I got the manager and the site previewed ok and responded to content changes. But when I made a tiny alteration to a template (changing some

tags to

the viewed site lost all CSS styling. On closer examination, saving the template caused lots of forward slashes / to be added to the template. These are incrementally added for every save! Oddly, even reverting to a fresh template (by unzipping the download again and copy/pasting the template into the manager) wouldn’t fix it. Uninstalled!

On the iMac it installed and gave me the manager interface, but just showed a parse error when the site was previewed:

PHP error debug Error: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. Error type/ Nr.: Warning - 2 File: /Applications/MAMP/htdocs/modxe/manager/includes/document.parser.class.inc.php(814) : eval()'d code Line: 453

Again, uninstalled!

I have upwards of 40 scripts (incl. Wordpress) running on MAMP and they all run fine!

Not a good start for MODx :wink:


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I just installed Evo under MAMP Pro on Lion and it works great.

Todd

hugh wrote:

I have upwards of 40 scripts (incl. Wordpress) running on MAMP and they all run fine!


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

…including in-manager template changes?..

I wonder if it’s a Snow Leopard issue?

H.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oh yeah, I completely changed the template without a single error. Easy
breezy.

Todd

hugh mailto:email@hidden
July 14, 2012 9:47 AM
…including in-manager template changes?..

I wonder if it’s a Snow Leopard issue?


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There is no way changing only h tags will kill all css functionality. This
sounds more like interference with the external css file links, or mangled
page code the browser cannot compensate for. With Freeway Pro, the culprit
for this is most often manually inserted code.

Just saying.


Ernie Simpson

On Sat, Jul 14, 2012 at 9:24 AM, hugh email@hidden wrote:

I was intrigued to give MODx a run out so downloaded EVOLUTION and
installed on both my MacBook and iMac (both run Snow Leopard and MAMP)

On the MacBook I got the manager and the site previewed ok and responded
to content changes. But when I made a tiny alteration to a template
(changing some

tags to

the viewed site lost all CSS styling. On
closer examination, saving the template caused lots of forward slashes / to
be added to the template. These are incrementally added for every save!
Oddly, even reverting to a fresh template (by unzipping the download again
and copy/pasting the template into the manager) wouldn’t fix it.
Uninstalled!

On the iMac it installed and gave me the manager interface, but just
showed a parse error when the site was previewed:

PHP error debug Error: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. Error type/ Nr.: Warning - 2 File: /Applications/MAMP/htdocs/modxe/manager/includes/document.parser.class.inc.php(814) : eval()'d code Line: 453

Again, uninstalled!

I have upwards of 40 scripts (incl. Wordpress) running on MAMP and they
all run fine!

Not a good start for MODx :wink:


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Well it’s not the experience I’m having. It’s plagued with early issues, here. I’ll try and do a screenshot or two, send 'em via skype. As you sing its praises I’d really like tot try it out…working!

Hugh


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ernie, I’m assuming the template Hugh is referring to is the default
template installed by MODX, FW hasn’t come into play yet.

And Hugh, it could very well be a Snow Leopard issue. I would check the
requirements or send support an email. Or post to the Evo forum. It’s
really not this difficult to install so it’s something to do with your
local setup.

Todd

Ernie Simpson mailto:email@hidden
July 14, 2012 10:01 AM
There is no way changing only h tags will kill all css functionality. This
sounds more like interference with the external css file links, or mangled
page code the browser cannot compensate for. With Freeway Pro, the culprit
for this is most often manually inserted code.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You’re right Todd, Freeway not in play at all yet - just standard MODX distro with the MODXhost template.

Yes, will look into the Snow Leopard issue - might load it up to old Tiger MAMP and see what happens.

It’s just that no other scripts have such problems under SL/MAMP…so it’s a tad frustrating!

Hugh


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I don’t know about Evo but Revo has very specific server requirements
which is not a bad thing. Are you using the current version of MAMP?

Todd

hugh wrote:

It’s just that no other scripts have such problems under SL/MAMP…so it’s a tad frustrating!


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You could also try installing Evo in a sub-domain on your server just to
see how it fares.

Todd

hugh wrote:

It’s just that no other scripts have such problems under SL/MAMP…so it’s a tad frustrating!


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

So, what’s the postscript on this thread? I know Todd is still very committed to using MODX as his preferred CMS, but what about the rest of you? Did you get MODX up and running or did you move on to another CMS? And if you selected the latter, which CMS did you end up going with and why?

K


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I suspect there are extremely few FW/MODX users. You would probably have better luck posting on the MODX forum if you want opinions on why someone chose MODX over another system.

Todd

So, what’s the postscript on this thread? I know Todd is still very committed to using MODX as his preferred CMS, but what about the rest of you? Did you get MODX up and running or did you move on to another CMS? And if you selected the latter, which CMS did you end up going with and why?


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Todd. I’ve been speeding a lot of time contemplating my web design future and I the tools I want to use moving forward. Although, I could use a variety of applications and framework, I think it’s better to focus on a few and be the best you can with that suite of products. Having said that, I’ve narrowed my website development tools down to the following:

  1. Freeway Pro
  2. Wordpress
  3. Perch CMS

However, I’ve read a lot of good things about MODX lately so I may change my CMS preference. What surprised me the most about MODX was how similar web developers say it is to EE, which intrigues me enough to give it a try. Plus, I know you’re a big fan of it so that also means I won’t be left in the dust should I need help, assuming you can tolerate a barrage of ignorant questions. LOL

All kidding aside, I really wish there was a clear cut CMS winner when it came to Freeway Pro users. As you know, one of the huge benefits of Freeway Pro is this forum and the user base that supports it. It seems like every time I encounter an issue with Perch, there are only about three people on this site who actually use it and can offer detailed assistance, which is a very scary thought. Perhaps four, now that David Owen has begun using it. :slight_smile:


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’ve been working on a suitable option for the past 6 months, almost ready to start signing up beta testers.

Walter

On Feb 1, 2014, at 1:25 PM, RavenManiac wrote:

All kidding aside, I really wish there was a clear cut CMS winner when it came to Freeway Pro users


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’ve posted a lot questions on the MODX forum and I’ve always found people very helpful, friendly and patient.

I would like to see more FW users try MODX, with or without FW, but the average FW user isn’t what I would call technically adventurous. This isn’t necessarily a bad thing but it does lead to people sticking to the basic point-n-click CMS options and they don’t easily venture into other systems.

Todd
http://xiiro.com


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options