Trying to install 2.2.5, I get this error:
FATAL ERROR: MODX Setup cannot continue.
Make sure your PHP session configuration is valid and working.
This is on my local MAMP host which is already running several versions of MODX Revo, so doesn't that mean that sessions are working?
I'm about to lose my mind.... php.ini is set to log and display errors, but something is wonky... errors are going to the apache log (which wasn't happening before), and xDebug's error messages are not showing at all. There is some kind of problem with sessions though since my little test pages I wrote to pass around a session variable does not work properly. The last entry in my PHP log is from the day before my computer died (I did a full restore from Time Machine). But that date in the log is suspicious...
I have CodeIgniter on another domain on my localhost, and it's logging perfectly: xDebug errors show and everything.
Anyone have any ideas here?