Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Congratulations! You have successfully installed phpFox.

 

Info
titleTips

If you have issues installing, you can load a debug.sett.php file into PF.Base/file/settings. This will show you errors that could be happening during install, provided your server has enabled display_errors

In the debug.sett.php file put the following code:

Code Block
languagephp
<?php
define('PHPFOX_DEBUG', true);

Remove the above file or rename it when done installing.