Page tree

Versions Compared

Key

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

...

HintIf you have cPanel you will have a File Manager that has an Unzip feature. You could ZIP up those files/folders and upload the one ZIP file. Then unzip it on your server.

 

 

Folder Permissions

Once you have uploaded all the files/folders. You need to grant full read/write access (usually 0777) to the following 2 folders:

...

NoteOnce you have completed the install you can return the permissions for the folder PF.Base back to what it originally was set to.

 

 

Enter your License ID & Key

...

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.

...