Page tree
Skip to end of metadata
Go to start of metadata

Certain aspects of the product are disabled by default as they are geared towards developers. To unlock these features you need to enable what we call Techie Mode. This mode unlocks a menu in the AdminCP called Techie and enables Routing Tips. Additionally if you plan to release an app in our store you can only export your products when in Techie Mode.

Enabling Techie Mode

To enable techie mode, you need to create a file called debug.sett.php and place it in the folder PF.Base/file/settings/ (if it does not exist already). We then need to add the techie constant in the file 

<?php
 
define('PHPFOX_IS_TECHIE', true);
  • No labels