Upgrading? Please visit the page Upgrading Registry.
Installation Steps
- PHP
- Web Server
- Download and Install Source
- Database
- Registry Setup Script
- Cron
- Testing
- QA and Production Tiers
- High availability (HA) considerations
Troubleshooting
- The directory
registry-source/
contains a.htaccess
with necessarymod_rewrite
directives. Not all Apache configurations by default allow configuration options within.htaccess
files. Be sure that your Apache configuration has the necessaryAllowOveride
configuration to allow that.htaccess
file to be processed (this is not the default on Debian Squeeze and other Linux distributions). - Following an upgrade, failure to login due to
Auth.User.name doesn't exist
may be due to caches that need to be cleared. - Messages like
Warning (2): preg_match(): Compilation failed: unknown option bit(s) set at offset -1 [CORE/Cake/Utility/Validation.php, line 782]
are indicative of a bad version of PCRE, described above.