MODx 0.9.7 alpha (rev 2128)
HELP! I need adventurous testers for this early alpha release of MODx 0.9.7. If you have a few extra moments, give one of the packages below a test run; perhaps do a local test upgrade of a site definition you have laying around, or try out some of your favorite add-ons from the repository or test an indispensable manager feature. I’d like to shoot for a public alpha release for New Years, so please report issues you have as concisely as possible in the topic
MODx 0.9.7 alpha 2128 (Known Issues and Suggestions). I’ve included a list of already known issues in the opening post there and will try and keep that up to date.
There’s still a lot of work left to do, and you will likely run into issues with this early alpha, but I was able to complete a new install with the demo content flawlessly today on a mediatemple GS (grid server) account running PHP 4.4.4/MySQL 4.1, as well as PHP 5.1.6/MySQL 4.1 (you can switch this by domain on their service). I also tested it on a local PHP 5.2.0/MySQL 5.0.27 install, where it is performing extremely well BTW. It should work back to PHP 4.3.3 at least, though as usual, I recommend 4.3.11 or higher for a number of reasons, and using PHP 5.1+ with the native PDO mysql driver is optimal
1.
Key New Features
[*] Fully recursive, source-order tag parsing engine
[*] New simplified, yet more powerful tag format, with on-the-fly conversion of legacy MODx tags during parsing
[*] Fully object-oriented API with classes representing every core MODx db table
[*] No eval(); Snippets and Plugins are written to file and included/executed as a native PHP function
[*] Introducing Contexts: these can be used to create isolated sections of your site that override the core system settings; define subdomains or multiple domains within one core, isolate integrated web applications, and much more
[*] Full object and database result-set caching via xPDO to help dramatically reduce database loads and increase scalability for large and/or high-traffic sites
So without further ado, give it a try and see what happens. I’ll be posting a lot more information about this code base as quickly as I can. Feel free to ask many questions...
http://modxcms.com/testbuilds/modx-0.9.7-alpha-2128.zip
http://modxcms.com/testbuilds/modx-0.9.7-alpha-2128.tar.gz
IMPORTANT
1 -- Make sure if you are running PHP 5.1+ and the PDO extension is configured (it is by default), that the PDO mysql driver is enabled. Some configurations with PDO only have the SQLite driver enabled.