Troubleshooting

Renaming the installation directory

If you want to change the name of the directory into which you have installed the Framework, then, after you rename the directory you must edit two files:

class/config/config.php
Change the value of BASEDNAME so that it refers to the new directory.
.htaccess
Change the value of RewriteBase so that it refers to the new directory.

The Local class contains some commented out code that will dynamically determine the base directory should you want code that is really portable. However, the value in .htaccess still needs updated if the system is moved.

You also need to go into the "config" item from the Admin menu and check for entries that access local files and update the directory name there. Currently there only three items that need changing: editablecss, editable, and utiljs.