Administration error resolved
Brought to you by:
letreo
In version 3.0.0b6 in a Linux configuration, trying to get
into the Administration section will error out with a page
load of error messages relating to writing to temp files.
The source of the problem is located in config.inc.php:
Change: define('TMPDIR', realpath('.').'/tmp');
To: define('TMPDIR', POC_BASE .'/tmp');
Hope that helps someone...
Cheers,
mrwebman.com