Been stuck with a bloated portal system that doesn't fit your site's
mold? Tired of hacking away at existing CMSes to get things the way you
want? Look no further: MODx is here.
The long-awaited MODx Revolution version power-packs all sorts of new features that the MODx community asked for, such as site contexts, improved caching, increased flexibility, transport packaging, a brand-new revamped manager interface and much more.
Today the team behind MODx launched the first beta of the new MODx Revolution!
You can choose between 2 downloads; A normal and a advanced.
You should download the normal version if you don't know which one you should choose.
You can post feedback about the MODx Revolution beta in the forums, fill out bugs in JIRA, read up on documentation in Confluence, and follow SVN developments in Fisheye.
One problem already known is that the are a bunch of servers that don't have PDO enabled. You can enable this by editing your php.ini file and put this into it:
extension=pdo.so
extension=pdo_mysql.so
Be sure to put it in there in this order, you'll get error's when you don't do it like this!
Write a comment