From Aerial CMS
How to fix Aerial CMS to work with PHP 5.3
- special thanks to Robert Cesaric for this!
| Aerial Version: These possible issues relate to Aerial 0.7 alpha & PHP 5.3 |
Timezone issues
Add
date_default_timezone_set('UTC');
to aerial/core/amfphp/gateway.php
Permission issues
You need to CHMOD the entire folder so that Aerial may create/remove directories:
cd /path/to/project chmod -R 0777 ./
