Page tree

Versions Compared

Key

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

...

Congratulations! You have successfully installed phpFox.

Set up Cron

Our version 4.4 and up requires a Cron to be set up . This is for several things that used to be done via the old phpFox cron. That process doesn't run now. In order to have the old messages deleted, group notifications, importing/converting old v4 groups to the new Groups app, and several other important tasks, you must set up the cron.

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.