loading
img-bg

Hostiso - hosting for you!How to enable debug mode in phpFox v4

homepage - blog


It is really easy to enable debug mode in phpFox v4, you just need to create new blank .php file and add code, to do all that fallow these easy steps.

STEP:1

Login to your cPanel account and click on File manager and navigate to: public_html/PF.Base/file/settings

STEP: 2

In settings folder click on FILE in top left corner of FILE MANAGER, it will open pop-up window where you just write new file neme: debug.sett.php and click CREATE NEW FILE

phpfox-v4-debug

STEP 3:

After you create debug.sett.php file, just click on that file and click on EDIT in top of FILE MANAGER, it will open you new window where you just copy this code:

<?php
define('PHPFOX_DEBUG', true);

and click SAVE CHANGES.

That is all, you have now enabled phpFox v4 debug mode and can see any errors or debug any problem.

QUICK NOTE:

– If you do not see debug.sett.php file after you created it, just click RELOAD option in top navigation of FILE MANAGER
– Do not forget to turn off DEBUG mode in phpFox v4 when you complete debugging, for this you just need to rename file debug.sett.php or change code in file to this:

<?php
define('PHPFOX_DEBUG', false);


Search
Request Tutorial
Need tutorial, contact us ...